Searched refs:CreateThread (Results 1 – 7 of 7) sorted by relevance
29 Thread* thread = threads.CreateThread(900); in TEST()50 Thread* thread1 = threads.CreateThread(900); in TEST()54 Thread* thread2 = threads.CreateThread(901); in TEST()58 Thread* thread3 = threads.CreateThread(902); in TEST()93 Thread* thread = threads.CreateThread(900); in TEST()129 Thread* thread = threads.CreateThread(900+i); in TestTooManyThreads()
31 Thread* CreateThread(pid_t tid);
74 Thread* Threads::CreateThread(pid_t tid) { in CreateThread() function in Threads
138 thread = threads.CreateThread(entry.tid); in ProcessDump()
148 ThreadEntry* CreateThread(int pid, int tid);
93 return CreateThread(pid, tid); in FindThreadOrNew()96 ThreadEntry* ThreadTree::CreateThread(int pid, int tid) { in CreateThread() function in simpleperf::ThreadTree
241 hThread = CreateThread(NULL, 0, in doCreateThread()