/third_party/pulseaudio/src/pulsecore/ |
H A D | thread-win32.c | 81 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 D | command_windows.cc | 220 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 D | threadstest.h | 48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Thread.cpp | 25 handle = CreateThread(NULL, 1024 * 1024, startFunction, &entry, 0, NULL); in Thread()
|
/third_party/curl/lib/ |
H A D | curl_threads.c | 115 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 D | platform_thread.cc | 34 *thread_handle = CreateThread(NULL, 0, ThreadFunc, delegate, 0, NULL); in Create()
|
/third_party/mesa3d/include/d3dadapter/ |
H A D | present.h | 95 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 D | gtest-port.cc | 424 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 D | gtest-port.cc | 467 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 D | gtest-port.cc | 430 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 D | w32pthreads.h | 82 thread->handle = (void*)CreateThread(NULL, 0, win32thread_worker, thread, in pthread_create()
|
/third_party/curl/tests/libtest/ |
H A D | lib3026.c | 82 th = CreateThread(NULL, 0, run_thread, &results[i], 0, NULL); in test()
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_platform_dependents.cpp | 50 * @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 D | debug-callbacks.cc | 52 HRESULT __stdcall MyCallback::CreateThread(ULONG64 Handle, ULONG64 DataOffset, in CreateThread() function in v8::internal::v8windbg_test::MyCallback
|
H A D | debug-callbacks.h | 62 HRESULT __stdcall CreateThread(ULONG64 Handle, ULONG64 DataOffset,
|
/third_party/vk-gl-cts/framework/delibs/dethread/win32/ |
H A D | deThreadWin32.c | 82 thread = CreateThread(DE_NULL, 0, startThread, entry, 0, DE_NULL); in deThread_create()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | thread_utils.c | 79 *thread = CreateThread(NULL, /* lpThreadAttributes */ in pthread_create()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_winpcap.c | 244 l2->rx_thread = CreateThread(NULL, 0, l2_packet_receive_thread, l2, 0, in l2_packet_init()
|
H A D | l2_packet_ndis.c | 433 l2_ndisuio_global->rx_thread = CreateThread(NULL, 0, in l2_packet_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | main_winsvc.c | 391 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 D | l2_packet_winpcap.c | 247 l2->rx_thread = CreateThread(NULL, 0, l2_packet_receive_thread, l2, 0, in l2_packet_init()
|
H A D | l2_packet_ndis.c | 434 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 D | main_winsvc.c | 391 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 D | Threads.c | 64 /* 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 D | ares__threads.c | 171 thr->thread = CreateThread(NULL, 0, ares__thread_func, thr, 0, &thr->id); in ares__thread_create()
|