| /third_party/cef/include/ |
| D | cef_thread.h | 71 static CefRefPtr<CefThread> CreateThread( 82 static CefRefPtr<CefThread> CreateThread(const CefString& display_name) { in CreateThread() function 83 return CreateThread(display_name, TP_NORMAL, ML_TYPE_DEFAULT, true, in CreateThread()
|
| /third_party/pulseaudio/src/pulsecore/ |
| 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/ |
| 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/ |
| 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/ |
| D | Thread.cpp | 25 handle = CreateThread(NULL, 1024 * 1024, startFunction, &entry, 0, NULL); in Thread()
|
| /third_party/cef/tests/ceftests/ |
| D | waitable_event_unittest.cc | 68 CefRefPtr<CefThread> thread = CefThread::CreateThread("waitable_event_test"); in TEST()
|
| D | run_all_unittests.cc | 217 CefRefPtr<CefThread> thread = CefThread::CreateThread("test_thread");
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| D | platform_thread.cc | 34 *thread_handle = CreateThread(NULL, 0, ThreadFunc, delegate, 0, NULL); in Create()
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | thread_ctocpp.cc | 22 CefRefPtr<CefThread> CefThread::CreateThread( in CreateThread() function in CefThread
|
| /third_party/astc-encoder/Source/ |
| D | astcenccli_platform_dependents.cpp | 60 *thread = CreateThread(nullptr, 0, func, thread_arg, 0, nullptr); in pthread_create()
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | thread_cpptoc.cc | 34 CefRefPtr<CefThread> _retval = CefThread::CreateThread( in cef_thread_create()
|
| /third_party/mesa3d/include/d3dadapter/ |
| D | present.h | 95 HANDLE (WINAPI *CreateThread)(ID3DPresent *This, void *pThreadfunc, void *pParam); 131 #define ID3DPresent_CreateThread(p,a,b) (p)->lpVtbl->CreateThread(p,a,b)
|
| /third_party/curl/lib/ |
| D | curl_threads.c | 115 thread_handle = CreateThread(NULL, 0, func, arg, 0, NULL); in Curl_thread_create()
|
| /third_party/cef/libcef/common/ |
| D | thread_impl.cc | 25 CefRefPtr<CefThread> CefThread::CreateThread( in CreateThread() function in CefThread
|
| /third_party/mesa3d/src/gtest/src/ |
| D | gtest-port.cc | 467 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anoneb30efc00311::ThreadWithParamSupport 471 HANDLE thread_handle = ::CreateThread( in CreateThread() 516 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase() 642 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor()
|
| /third_party/node/deps/googletest/src/ |
| D | gtest-port.cc | 430 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon8cecd3630311::ThreadWithParamSupport 434 HANDLE thread_handle = ::CreateThread( in CreateThread() 479 ThreadWithParamSupport::CreateThread(runnable, thread_can_start)) {} in ThreadWithParamBase() 603 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor()
|
| /third_party/googletest/googletest/src/ |
| D | gtest-port.cc | 424 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon59d452df0311::ThreadWithParamSupport 428 HANDLE thread_handle = ::CreateThread( in CreateThread() 473 ThreadWithParamSupport::CreateThread(runnable, thread_can_start)) {} in ThreadWithParamBase() 597 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor()
|
| /third_party/ffmpeg/compat/ |
| D | w32pthreads.h | 82 thread->handle = (void*)CreateThread(NULL, 0, win32thread_worker, thread, in pthread_create()
|
| /third_party/node/deps/v8/tools/v8windbg/test/ |
| D | debug-callbacks.cc | 52 HRESULT __stdcall MyCallback::CreateThread(ULONG64 Handle, ULONG64 DataOffset, in CreateThread() function in v8::internal::v8windbg_test::MyCallback
|
| D | debug-callbacks.h | 62 HRESULT __stdcall CreateThread(ULONG64 Handle, ULONG64 DataOffset,
|
| /third_party/curl/tests/libtest/ |
| D | lib3026.c | 82 th = CreateThread(NULL, 0, run_thread, &results[i], 0, NULL); in test()
|
| /third_party/vk-gl-cts/framework/delibs/dethread/win32/ |
| D | deThreadWin32.c | 82 thread = CreateThread(DE_NULL, 0, startThread, entry, 0, DE_NULL); in deThread_create()
|
| /third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
| D | sctp_userspace.c | 64 *thread = CreateThread(NULL, 0, sctp_create_thread_adapter, in sctp_userspace_thread_create()
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| D | thread_utils.c | 79 *thread = CreateThread(NULL, /* lpThreadAttributes */ in pthread_create()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | main_winsvc.c | 391 if (CreateThread(0, 0, (LPTHREAD_START_ROUTINE) svc_thread, 0, 0, &id) in service_start()
|