HomeSort by: relevance | last modified time | path
    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