OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THREAD_TYPE
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/include/
threads.h
34
#define THREAD_ID ((
THREAD_TYPE
)pthread_self())
35
#define
THREAD_TYPE
pthread_t
44
#define THREAD_NULL (
THREAD_TYPE
*)0
tcsd.h
151
THREAD_TYPE
*thread_id;
/src/crypto/external/cpl/trousers/dist/src/tcsd/
tcsd_threads.c
143
tm->thread_data[thread_num].thread_id = calloc(1, sizeof(
THREAD_TYPE
));
146
LogError("malloc of %zd bytes failed.", sizeof(
THREAD_TYPE
));
Completed in 17 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026