Home
last modified time | relevance | path

Searched defs:PTHREAD_CREATE (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_pthread_wrappers.h25 # 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/
Dsanitizer_pthread_wrappers.h26 # 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