/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_thread.h | 116 …ta) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_Curre… 118 …e, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_Curre…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 40 HANDLE hThread = (HANDLE)::_beginthreadex( 44 ReportLastErrorFatal("_beginthreadex failed");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Threading.cpp | 97 HANDLE hThread = (HANDLE)::_beginthreadex(NULL, in llvm_execute_on_thread()
|
/third_party/boost/boost/smart_ptr/detail/ |
D | lightweight_thread.hpp | 67 HANDLE h = (HANDLE)_beginthreadex( 0, 0, start_routine, arg, 0, 0 ); in lw_thread_create_()
|
/third_party/curl/lib/ |
D | curl_threads.c | 119 thread_handle = _beginthreadex(NULL, 0, func, arg, 0, NULL); in Curl_thread_create()
|
/third_party/ffmpeg/compat/ |
D | w32pthreads.h | 85 thread->handle = (void*)_beginthreadex(NULL, 0, win32thread_worker, thread, in pthread_create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/windows/ |
D | SDL_systhread.c | 124 pfnSDL_CurrentBeginThread pfnBeginThread = (pfnSDL_CurrentBeginThread)_beginthreadex;
|
/third_party/boost/boost/interprocess/detail/ |
D | os_thread_functions.hpp | 524 void* h = (void*)_beginthreadex( 0, 0, start_routine, arg, 0, 0 ); in thread_create() 534 thread->m_handle = (void*)_beginthreadex( 0, 0, start_routine, arg, 0, 0 ); in thread_create()
|
/third_party/boost/libs/thread/src/win32/ |
D | thread.cpp | 159 …inline uintptr_t _beginthreadex(void* security, unsigned stack_size, unsigned (__stdcall* start_ad… in _beginthreadex() function 324 …uintptr_t const new_thread=_beginthreadex(0,0,&thread_start_function,thread_info.get(),CREATE_SUSP… in start_thread_noexcept() 343 …uintptr_t const new_thread=_beginthreadex(0,static_cast<unsigned int>(attr.get_stack_size()),&thre… in start_thread_noexcept()
|
/third_party/boost/boost/asio/detail/impl/ |
D | win_thread.ipp | 90 thread_ = reinterpret_cast<HANDLE>(::_beginthreadex(0,
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | win_thread.ipp | 90 thread_ = reinterpret_cast<HANDLE>(::_beginthreadex(0,
|
/third_party/python/Python/ |
D | thread_nt.h | 206 hThread = (HANDLE)_beginthreadex(0, in PyThread_start_new_thread()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | thread_utils.c | 86 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */ in pthread_create()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | thread_utils.c | 86 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */ in pthread_create()
|
/third_party/glib/glib/tests/ |
D | private.c | 146 thread = (HANDLE) _beginthreadex (NULL, 0, private3_func, NULL, 0, &ignore); in test_private3()
|
/third_party/mesa3d/include/c11/ |
D | threads_win32.h | 360 handle = _beginthreadex(NULL, 0, impl_thrd_routine, pack, 0, NULL); in thrd_create()
|
/third_party/libuv/src/win/ |
D | thread.c | 153 thread = (HANDLE) _beginthreadex(NULL, in uv_thread_create_ex()
|
/third_party/libusb/libusb/os/ |
D | windows_common.h | 54 #define _beginthreadex(a, b, c, d, e, f) CreateThread(a, b, (LPTHREAD_START_ROUTINE)c, d, e, (LPDWO… macro
|
D | windows_common.c | 548 priv->completion_port_thread = (HANDLE)_beginthreadex(NULL, 0, windows_iocp_thread, ctx, 0, NULL); in windows_init()
|
/third_party/flutter/glfw/deps/ |
D | tinycthread.c | 375 *thr = (HANDLE)_beginthreadex(NULL, 0, _thrd_wrapper_function, (void *)ti, 0, NULL); in thrd_create()
|
/third_party/glib/glib/ |
D | gpoll.c | 445 …thread_handles[i] = (HANDLE) _beginthreadex (NULL, 0, poll_thread_run, &threads_data[i], 0, &ignor… in g_poll()
|
D | gthread-win32.c | 467 thread->handle = (HANDLE) _beginthreadex (NULL, stack_size, g_thread_win32_proxy, thread, in g_system_thread_new()
|
/third_party/libusb/examples/ |
D | dpfp.c | 128 *thread = (HANDLE)_beginthreadex(NULL, 0, thread_entry, arg, 0, NULL); in thread_create()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pthread.cpp | 333 result = _beginthreadex(NULL, (unsigned)stacksize, trampoline, args.get(), 0, &threadID); in dng_pthread_create()
|
/third_party/skia/third_party/externals/libwebp/ |
D | configure.ac | 336 [AC_CHECK_FUNC([_beginthreadex],
|