Home
last modified time | relevance | path

Searched refs:SpawnThread (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_posix_test.cc43 static void SpawnThread(uptr iteration) { in SpawnThread() function
55 SpawnThread(GetPthreadDestructorIterations()); in TEST()
57 SpawnThread(GetPthreadDestructorIterations() + 1); in TEST()
/external/stressapptest/src/
Dsat.cc485 (*it)->SpawnThread(); in InitializePages()
1543 (*it)->SpawnThread(); in JoinThreads()
1808 (*it)->SpawnThread(); in SpawnThreads()
Dworker.h223 int SpawnThread();
Dworker.cc334 int WorkerThread::SpawnThread() { in SpawnThread() function in WorkerThread
2271 child_worker->thread.SpawnThread(); in SpawnSlave()