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

/system/extras/memory_replay/tests/
H A DThreadsTest.cpp28 Thread* thread = threads.CreateThread(900);
48 Thread* thread1 = threads.CreateThread(900);
52 Thread* thread2 = threads.CreateThread(901);
56 Thread* thread3 = threads.CreateThread(902);
90 Thread* thread = threads.CreateThread(900);
117 Thread* thread = threads.CreateThread(900+i);
/system/extras/memory_replay/
H A DThreads.h31 Thread* CreateThread(pid_t tid);
H A Dmain.cpp105 thread = threads.CreateThread(tid);
H A DThreads.cpp76 Thread* Threads::CreateThread(pid_t tid) { function in class:Threads
/system/extras/simpleperf/
H A Dthread_tree.h128 ThreadEntry* CreateThread(int pid, int tid);
H A Dthread_tree.cpp70 return CreateThread(pid, tid);
82 ThreadEntry* ThreadTree::CreateThread(int pid, int tid) { function in class:simpleperf::ThreadTree
/system/core/libutils/
H A DThreads.cpp227 hThread = CreateThread(NULL, 0,

Completed in 100 milliseconds