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

  /external/compiler-rt/lib/asan/lit_tests/
deep_thread_stack.cc 14 void *AllocThread(void *arg) {
46 RunThread(AllocThread);
  /external/compiler-rt/lib/tsan/lit_tests/
race_on_heap.cc 20 void *AllocThread(void* arg) {
27 pthread_create(&t[0], 0, AllocThread, 0);
43 // CHECK: #{{2|3}} AllocThread
  /external/regex-re2/re2/
nfa.cc 84 inline Thread* AllocThread();
164 NFA::Thread* NFA::AllocThread() {
234 t = AllocThread();
266 t = AllocThread();

Completed in 64 milliseconds