Home
last modified time | relevance | path

Searched refs:CreateThread (Results 1 – 25 of 49) sorted by relevance

12

/third_party/cef/include/
Dcef_thread.h71 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/
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/
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/
Dthreadstest.h48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DThread.cpp25 handle = CreateThread(NULL, 1024 * 1024, startFunction, &entry, 0, NULL); in Thread()
/third_party/cef/tests/ceftests/
Dwaitable_event_unittest.cc68 CefRefPtr<CefThread> thread = CefThread::CreateThread("waitable_event_test"); in TEST()
Drun_all_unittests.cc217 CefRefPtr<CefThread> thread = CefThread::CreateThread("test_thread");
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dplatform_thread.cc34 *thread_handle = CreateThread(NULL, 0, ThreadFunc, delegate, 0, NULL); in Create()
/third_party/cef/libcef_dll/ctocpp/
Dthread_ctocpp.cc22 CefRefPtr<CefThread> CefThread::CreateThread( in CreateThread() function in CefThread
/third_party/astc-encoder/Source/
Dastcenccli_platform_dependents.cpp60 *thread = CreateThread(nullptr, 0, func, thread_arg, 0, nullptr); in pthread_create()
/third_party/cef/libcef_dll/cpptoc/
Dthread_cpptoc.cc34 CefRefPtr<CefThread> _retval = CefThread::CreateThread( in cef_thread_create()
/third_party/mesa3d/include/d3dadapter/
Dpresent.h95 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/
Dcurl_threads.c115 thread_handle = CreateThread(NULL, 0, func, arg, 0, NULL); in Curl_thread_create()
/third_party/cef/libcef/common/
Dthread_impl.cc25 CefRefPtr<CefThread> CefThread::CreateThread( in CreateThread() function in CefThread
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc467 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/
Dgtest-port.cc430 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/
Dgtest-port.cc424 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/
Dw32pthreads.h82 thread->handle = (void*)CreateThread(NULL, 0, win32thread_worker, thread, in pthread_create()
/third_party/node/deps/v8/tools/v8windbg/test/
Ddebug-callbacks.cc52 HRESULT __stdcall MyCallback::CreateThread(ULONG64 Handle, ULONG64 DataOffset, in CreateThread() function in v8::internal::v8windbg_test::MyCallback
Ddebug-callbacks.h62 HRESULT __stdcall CreateThread(ULONG64 Handle, ULONG64 DataOffset,
/third_party/curl/tests/libtest/
Dlib3026.c82 th = CreateThread(NULL, 0, run_thread, &results[i], 0, NULL); in test()
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
DdeThreadWin32.c82 thread = CreateThread(DE_NULL, 0, startThread, entry, 0, DE_NULL); in deThread_create()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c64 *thread = CreateThread(NULL, 0, sctp_create_thread_adapter, in sctp_userspace_thread_create()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c79 *thread = CreateThread(NULL, /* lpThreadAttributes */ in pthread_create()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmain_winsvc.c391 if (CreateThread(0, 0, (LPTHREAD_START_ROUTINE) svc_thread, 0, 0, &id) in service_start()

12