HomeSort by: relevance | last modified time | path
    Searched defs:pthread_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_pthread_wrappers.h 29 typedef HANDLE pthread_t; typedef
44 inline void PTHREAD_CREATE(pthread_t *thread, void *attr,
56 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) {
  /src/lib/libpthread/
pthread_types.h 76 typedef struct __pthread_st *pthread_t; typedef in typeref:struct:__pthread_st
132 __pthread_volatile pthread_t ptm_owner;
233 __pthread_volatile pthread_t ptr_owner;
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 70 #define MDB_THR_T pthread_t
299 #define pthread_t HANDLE macro
9453 pthread_t thr;

Completed in 23 milliseconds