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

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h27 # define PTHREAD_JOIN(a, b) ASSERT_EQ(0, pthread_join(a, b)) macro
54 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) { function

Completed in 190 milliseconds