Searched refs:AllocThread (Results 1 – 3 of 3) sorted by relevance
20 void *AllocThread(void* arg) { in AllocThread() function27 pthread_create(&t[0], 0, AllocThread, 0); in main()
11 void *AllocThread(void *arg) { in AllocThread() function43 RunThread(AllocThread); in main()
84 inline Thread* AllocThread();164 NFA::Thread* NFA::AllocThread() { in AllocThread() function in re2::NFA234 t = AllocThread(); in AddToThreadq()266 t = AllocThread(); in AddToThreadq()