Searched refs:MemSetThread (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/test/tsan/ |
D | inlined_memcpy_race.cc | 13 void *MemSetThread(void *a) { in MemSetThread() function 24 pthread_create(&t[1], NULL, MemSetThread, x); in main()
|
D | inlined_memcpy_race2.cc | 13 void *MemSetThread(void *a) { in MemSetThread() function 24 pthread_create(&t[1], NULL, MemSetThread, y); in main()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | inlined_memcpy_race2.cpp | 13 void *MemSetThread(void *a) { in MemSetThread() function 24 pthread_create(&t[1], NULL, MemSetThread, y); in main()
|
D | inlined_memcpy_race.cpp | 13 void *MemSetThread(void *a) { in MemSetThread() function 24 pthread_create(&t[1], NULL, MemSetThread, x); in main()
|