Searched defs:PTHREAD_CREATE (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_pthread_wrappers.h | 25 # define PTHREAD_CREATE(a, b, c, d) ASSERT_EQ(0, pthread_create(a, b, c, d)) macro 43 inline void PTHREAD_CREATE(pthread_t *thread, void *attr, in PTHREAD_CREATE() function
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_pthread_wrappers.h | 26 # define PTHREAD_CREATE(a, b, c, d) ASSERT_EQ(0, pthread_create(a, b, c, d)) macro 44 inline void PTHREAD_CREATE(pthread_t *thread, void *attr, in PTHREAD_CREATE() function
|