Home
last modified time | relevance | path

Searched refs:SpawnThread (Results 1 – 5 of 5) 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/crosvm/devices/src/
Dpit.rs155 SpawnThread(IoError), enumerator
172 SpawnThread(err) => write!(f, "failed to spawn thread: {}", err), in fmt()
284 .map_err(PitError::SpawnThread)?; in new()
/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()