Home
last modified time | relevance | path

Searched refs:CreateThread (Results 1 – 7 of 7) sorted by relevance

/system/extras/memory_replay/tests/
DThreadsTest.cpp28 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()
/system/extras/memory_replay/
DThreads.h31 Thread* CreateThread(pid_t tid);
Dmain.cpp105 thread = threads.CreateThread(tid); in ProcessDump()
DThreads.cpp76 Thread* Threads::CreateThread(pid_t tid) { in CreateThread() function in Threads
/system/extras/simpleperf/
Dthread_tree.h131 ThreadEntry* CreateThread(int pid, int tid);
Dthread_tree.cpp59 return CreateThread(pid, tid); in FindThreadOrNew()
71 ThreadEntry* ThreadTree::CreateThread(int pid, int tid) { in CreateThread() function in simpleperf::ThreadTree
/system/core/libutils/
DThreads.cpp227 hThread = CreateThread(NULL, 0, in doCreateThread()