Searched refs:SmallStackThread_threadfn (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3040 static void *SmallStackThread_threadfn(void* data) { in SmallStackThread_threadfn() function 3061 res = pthread_create(&t, &attr, SmallStackThread_threadfn, NULL); in TEST() 3081 res = pthread_create(&t, &attr, SmallStackThread_threadfn, NULL); in TEST()
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 3271 static void *SmallStackThread_threadfn(void* data) { in SmallStackThread_threadfn() function 3290 res = pthread_create(&t, &attr, SmallStackThread_threadfn, NULL); in TEST() 3310 res = pthread_create(&t, &attr, SmallStackThread_threadfn, NULL); in TEST()
|