HomeSort by relevance Sort by last modified time
    Searched full:allocthread (Results 1 - 3 of 3) 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);
  /external/regex-re2/re2/
nfa.cc 84 inline Thread* AllocThread();
164 NFA::Thread* NFA::AllocThread() {
234 t = AllocThread();
266 t = AllocThread();

Completed in 144 milliseconds