Searched defs:thd_t (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/include/test/
H A Dthd.h3 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 66 milliseconds