Home
last modified time | relevance | path

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

/aosp12/system/extras/memory_replay/tests/
H A DThreadsTest.cpp28 Thread* thread = threads.CreateThread(900); in TEST()
49 Thread* thread1 = threads.CreateThread(900); in TEST()
53 Thread* thread2 = threads.CreateThread(901); in TEST()
57 Thread* thread3 = threads.CreateThread(902); in TEST()
92 Thread* thread = threads.CreateThread(900); in TEST()
128 Thread* thread = threads.CreateThread(900+i); in TestTooManyThreads()
/aosp12/system/extras/memory_replay/
H A DThreads.h31 Thread* CreateThread(pid_t tid);
H A Dmain.cpp95 thread = threads.CreateThread(entry.tid); in ProcessDump()
H A DThreads.cpp72 Thread* Threads::CreateThread(pid_t tid) { in CreateThread() function in Threads
/aosp12/system/extras/simpleperf/
H A Dthread_tree.h143 ThreadEntry* CreateThread(int pid, int tid);
H A Dthread_tree.cpp84 return CreateThread(pid, tid); in FindThreadOrNew()
87 ThreadEntry* ThreadTree::CreateThread(int pid, int tid) { in CreateThread() function in simpleperf::ThreadTree
/aosp12/system/core/libutils/
H A DThreads.cpp235 hThread = CreateThread(NULL, 0, in doCreateThread()