Searched refs:AsyncInit (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/test/tsan/ |
D | static_init6.cpp | 14 void *AsyncInit(void *p) { in AsyncInit() function 20 pthread_create(&t, 0, AsyncInit, (void*)(long)rand()); in CreateCache()
|
D | static_init5.cpp | 14 void *AsyncInit(void *p) { in AsyncInit() function 20 pthread_create(&t, 0, AsyncInit, (void*)(long)rand()); in CreateCache()
|
/external/compiler-rt/test/tsan/ |
D | static_init6.cc | 14 void *AsyncInit(void *p) { in AsyncInit() function 20 pthread_create(&t, 0, AsyncInit, (void*)(long)rand()); in CreateCache()
|
D | static_init5.cc | 14 void *AsyncInit(void *p) { in AsyncInit() function 20 pthread_create(&t, 0, AsyncInit, (void*)(long)rand()); in CreateCache()
|