Home
last modified time | relevance | path

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

12

/third_party/pulseaudio/src/pulsecore/
H A Dthread-win32.c81 t->thread = CreateThread(NULL, 0, internal_thread_func, t, 0, &thread_id); in pa_thread_new()
231 thread = CreateThread(NULL, 0, monitor_thread_func, m, 0, NULL); in pa_tls_set()
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_windows.cc220 auto* stdout_read_thread = ::CreateThread(nullptr, 0, stream_read_thread, in Exec()
224 auto* stderr_read_thread = ::CreateThread(nullptr, 0, stream_read_thread, in Exec()
/third_party/openssl/test/
H A Dthreadstest.h48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.cpp25 handle = CreateThread(NULL, 1024 * 1024, startFunction, &entry, 0, NULL); in Thread()
/third_party/curl/lib/
H A Dcurl_threads.c115 thread_handle = CreateThread(NULL, 0, func, arg, 0, NULL); in Curl_thread_create()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dplatform_thread.cc34 *thread_handle = CreateThread(NULL, 0, ThreadFunc, delegate, 0, NULL); in Create()
/third_party/mesa3d/include/d3dadapter/
H A Dpresent.h95 HANDLE (WINAPI *CreateThread)(ID3DPresent *This, void *pThreadfunc, void *pParam); member
131 #define ID3DPresent_CreateThread(p,a,b) (p)->lpVtbl->CreateThread(p,a,b)
/third_party/googletest/googletest/src/
H A Dgtest-port.cc424 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon3027::ThreadWithParamSupport
428 HANDLE thread_handle = ::CreateThread( in CreateThread()
436 << "CreateThread failed with error " << ::GetLastError() << "."; in CreateThread()
473 ThreadWithParamSupport::CreateThread(runnable, thread_can_start)) {} in ThreadWithParamBase()
594 // We need to pass a valid thread ID pointer into CreateThread for it in StartWatcherThreadFor()
597 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor()
604 << "CreateThread failed with error " << ::GetLastError() << "."; in StartWatcherThreadFor()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc467 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon8805::ThreadWithParamSupport
471 HANDLE thread_handle = ::CreateThread( in CreateThread()
479 << "CreateThread failed with error " << ::GetLastError() << "."; in CreateThread()
516 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
639 // We need to pass a valid thread ID pointer into CreateThread for it in StartWatcherThreadFor()
642 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor()
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc430 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon11707::ThreadWithParamSupport
434 HANDLE thread_handle = ::CreateThread( in CreateThread()
442 << "CreateThread failed with error " << ::GetLastError() << "."; in CreateThread()
479 ThreadWithParamSupport::CreateThread(runnable, thread_can_start)) {} in ThreadWithParamBase()
600 // We need to pass a valid thread ID pointer into CreateThread for it in StartWatcherThreadFor()
603 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor()
610 << "CreateThread failed with error " << ::GetLastError() << "."; in StartWatcherThreadFor()
/third_party/ffmpeg/compat/
H A Dw32pthreads.h82 thread->handle = (void*)CreateThread(NULL, 0, win32thread_worker, thread, in pthread_create()
/third_party/curl/tests/libtest/
H A Dlib3026.c82 th = CreateThread(NULL, 0, run_thread, &results[i], 0, NULL); in test()
/third_party/astc-encoder/Source/
H A Dastcenccli_platform_dependents.cpp50 * @brief Proxy Windows @c CreateThread underneath a pthreads-like wrapper.
60 *thread = CreateThread(nullptr, 0, func, thread_arg, 0, nullptr); in pthread_create()
/third_party/node/deps/v8/tools/v8windbg/test/
H A Ddebug-callbacks.cc52 HRESULT __stdcall MyCallback::CreateThread(ULONG64 Handle, ULONG64 DataOffset, in CreateThread() function in v8::internal::v8windbg_test::MyCallback
H A Ddebug-callbacks.h62 HRESULT __stdcall CreateThread(ULONG64 Handle, ULONG64 DataOffset,
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
H A DdeThreadWin32.c82 thread = CreateThread(DE_NULL, 0, startThread, entry, 0, DE_NULL); in deThread_create()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dthread_utils.c79 *thread = CreateThread(NULL, /* lpThreadAttributes */ in pthread_create()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_winpcap.c244 l2->rx_thread = CreateThread(NULL, 0, l2_packet_receive_thread, l2, 0, in l2_packet_init()
H A Dl2_packet_ndis.c433 l2_ndisuio_global->rx_thread = CreateThread(NULL, 0, in l2_packet_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmain_winsvc.c391 if (CreateThread(0, 0, (LPTHREAD_START_ROUTINE) svc_thread, 0, 0, &id) in service_start()
393 printf("CreateThread failed: %d\n", (int) GetLastError()); in service_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_winpcap.c247 l2->rx_thread = CreateThread(NULL, 0, l2_packet_receive_thread, l2, 0, in l2_packet_init()
H A Dl2_packet_ndis.c434 l2_ndisuio_global->rx_thread = CreateThread(NULL, 0, in l2_packet_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmain_winsvc.c391 if (CreateThread(0, 0, (LPTHREAD_START_ROUTINE) svc_thread, 0, 0, &id) in service_start()
393 printf("CreateThread failed: %d\n", (int) GetLastError()); in service_start()
/third_party/lzma/C/
H A DThreads.c64 /* Windows Me/98/95: threadId parameter may not be NULL in _beginthreadex/CreateThread functions */ in Thread_Create()
69 *p = CreateThread(NULL, 0, func, param, 0, &threadId); in Thread_Create()
92 /* Windows Me/98/95: threadId parameter may not be NULL in _beginthreadex/CreateThread functions */ in Thread_Create_With_Affinity()
/third_party/node/deps/cares/src/lib/
H A Dares__threads.c171 thr->thread = CreateThread(NULL, 0, ares__thread_func, thr, 0, &thr->id); in ares__thread_create()

Completed in 21 milliseconds

12