Searched refs:CreateThread (Results 1 – 5 of 5) sorted by relevance
28 Thread* thread = threads.CreateThread(900); in TEST()48 Thread* thread1 = threads.CreateThread(900); in TEST()52 Thread* thread2 = threads.CreateThread(901); in TEST()56 Thread* thread3 = threads.CreateThread(902); in TEST()90 Thread* thread = threads.CreateThread(900); in TEST()117 Thread* thread = threads.CreateThread(900+i); in TestTooManyThreads()
31 Thread* CreateThread(pid_t tid);
105 thread = threads.CreateThread(tid); in ProcessDump()
76 Thread* Threads::CreateThread(pid_t tid) { in CreateThread() function in Threads
234 hThread = CreateThread(NULL, 0, in doCreateThread()