Home
last modified time | relevance | path

Searched refs:_beginthreadex (Results 1 – 25 of 33) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_thread.h116 …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/
DThreading.inc40 HANDLE hThread = (HANDLE)::_beginthreadex(
44 ReportLastErrorFatal("_beginthreadex failed");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DThreading.cpp97 HANDLE hThread = (HANDLE)::_beginthreadex(NULL, in llvm_execute_on_thread()
/third_party/boost/boost/smart_ptr/detail/
Dlightweight_thread.hpp67 HANDLE h = (HANDLE)_beginthreadex( 0, 0, start_routine, arg, 0, 0 ); in lw_thread_create_()
/third_party/curl/lib/
Dcurl_threads.c119 thread_handle = _beginthreadex(NULL, 0, func, arg, 0, NULL); in Curl_thread_create()
/third_party/ffmpeg/compat/
Dw32pthreads.h85 thread->handle = (void*)_beginthreadex(NULL, 0, win32thread_worker, thread, in pthread_create()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/windows/
DSDL_systhread.c124 pfnSDL_CurrentBeginThread pfnBeginThread = (pfnSDL_CurrentBeginThread)_beginthreadex;
/third_party/boost/boost/interprocess/detail/
Dos_thread_functions.hpp524 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/
Dthread.cpp159 …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/
Dwin_thread.ipp90 thread_ = reinterpret_cast<HANDLE>(::_beginthreadex(0,
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwin_thread.ipp90 thread_ = reinterpret_cast<HANDLE>(::_beginthreadex(0,
/third_party/python/Python/
Dthread_nt.h206 hThread = (HANDLE)_beginthreadex(0, in PyThread_start_new_thread()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c86 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */ in pthread_create()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c86 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */ in pthread_create()
/third_party/glib/glib/tests/
Dprivate.c146 thread = (HANDLE) _beginthreadex (NULL, 0, private3_func, NULL, 0, &ignore); in test_private3()
/third_party/mesa3d/include/c11/
Dthreads_win32.h360 handle = _beginthreadex(NULL, 0, impl_thrd_routine, pack, 0, NULL); in thrd_create()
/third_party/libuv/src/win/
Dthread.c153 thread = (HANDLE) _beginthreadex(NULL, in uv_thread_create_ex()
/third_party/libusb/libusb/os/
Dwindows_common.h54 #define _beginthreadex(a, b, c, d, e, f) CreateThread(a, b, (LPTHREAD_START_ROUTINE)c, d, e, (LPDWO… macro
Dwindows_common.c548 priv->completion_port_thread = (HANDLE)_beginthreadex(NULL, 0, windows_iocp_thread, ctx, 0, NULL); in windows_init()
/third_party/flutter/glfw/deps/
Dtinycthread.c375 *thr = (HANDLE)_beginthreadex(NULL, 0, _thrd_wrapper_function, (void *)ti, 0, NULL); in thrd_create()
/third_party/glib/glib/
Dgpoll.c445 …thread_handles[i] = (HANDLE) _beginthreadex (NULL, 0, poll_thread_run, &threads_data[i], 0, &ignor… in g_poll()
Dgthread-win32.c467 thread->handle = (HANDLE) _beginthreadex (NULL, stack_size, g_thread_win32_proxy, thread, in g_system_thread_new()
/third_party/libusb/examples/
Ddpfp.c128 *thread = (HANDLE)_beginthreadex(NULL, 0, thread_entry, arg, 0, NULL); in thread_create()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.cpp333 result = _beginthreadex(NULL, (unsigned)stacksize, trampoline, args.get(), 0, &threadID); in dng_pthread_create()
/third_party/skia/third_party/externals/libwebp/
Dconfigure.ac336 [AC_CHECK_FUNC([_beginthreadex],

12