Home
last modified time | relevance | path

Searched refs:SpawnThread (Results 1 – 10 of 10) 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/webrtc/rtc_base/
Dplatform_thread.cc133 return SpawnThread(std::move(thread_function), name, attributes, in SpawnJoinable()
141 return SpawnThread(std::move(thread_function), name, attributes, in SpawnDetached()
171 PlatformThread PlatformThread::SpawnThread( in SpawnThread() function in rtc::PlatformThread
Dplatform_thread.h106 static PlatformThread SpawnThread(std::function<void()> thread_function,
/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
2275 child_worker->thread.SpawnThread(); in SpawnSlave()
/external/crosvm/devices/src/irqchip/
Dwhpx.rs104 PitError::SpawnThread(_) => Error::new(libc::EIO), in new()
Duserspace.rs157 PitError::SpawnThread(_) => Error::new(libc::EIO), in new_with_clock()
/external/crosvm/devices/src/irqchip/kvm/
Dx86_64.rs291 PitError::SpawnThread(_) => Error::new(libc::EIO), in new()
/external/crosvm/devices/src/
Dpit.rs188 SpawnThread(IoError), enumerator