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

  /src/external/bsd/libevent/dist/test/
regress_thread.h 41 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE)
52 #define THREAD_JOIN(th) pthread_join(th, NULL)
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_thread.h 42 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE)
53 #define THREAD_JOIN(th) pthread_join(th, NULL)
  /src/crypto/external/cpl/trousers/dist/src/include/
threads.h 36 #define THREAD_JOIN pthread_join

Completed in 555 milliseconds