OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thd_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/test/include/test/
thd.h
3
typedef HANDLE
thd_t
;
typedef
5
typedef pthread_t
thd_t
;
typedef
8
void thd_create(
thd_t
*thd, void *(*proc)(void *), void *arg);
9
void thd_join(
thd_t
thd, void **ret);
/src/external/bsd/jemalloc.old/dist/test/include/test/
thd.h
3
typedef HANDLE
thd_t
;
typedef
5
typedef pthread_t
thd_t
;
typedef
8
void thd_create(
thd_t
*thd, void *(*proc)(void *), void *arg);
9
void thd_join(
thd_t
thd, void **ret);
Completed in 22 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026