HomeSort by relevance Sort by last modified time
    Searched refs:AllocThread (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/tsan/
race_on_heap.cc 21 void *AllocThread(void* arg) {
28 pthread_create(&t[0], 0, AllocThread, 0);
44 // CHECK: #{{2|3}} AllocThread
  /external/compiler-rt/test/asan/TestCases/Posix/
deep_thread_stack.cc 11 void *AllocThread(void *arg) {
43 RunThread(AllocThread);

Completed in 214 milliseconds