HomeSort by relevance Sort by last modified time
    Searched defs:CreateThread (Results 1 - 9 of 9) sorted by null

  /external/google-breakpad/src/client/solaris/handler/
exception_handler_test.cc 85 static void CreateThread(int num) {
112 CreateThread(10);
  /system/extras/memory_replay/
Threads.cpp 76 Thread* Threads::CreateThread(pid_t tid) {
  /external/libchrome/base/threading/
platform_thread_posix.cc 77 bool CreateThread(size_t stack_size,
187 return CreateThread(stack_size, true, // joinable thread
195 bool result = CreateThread(stack_size, false /* non-joinable thread */,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 286 static HANDLE CreateThread(Runnable* runnable,
291 HANDLE thread_handle = ::CreateThread(
298 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
336 : thread_(ThreadWithParamSupport::CreateThread(runnable,
458 // We need to to pass a valid thread ID pointer into CreateThread for it
461 HANDLE watcher_thread = ::CreateThread(
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
ntsecpkg.h 499 PLSA_CREATE_THREAD CreateThread;
    [all...]
winbase.h 605 CREATE_THREAD_DEBUG_INFO CreateThread;
    [all...]

Completed in 286 milliseconds