Home
last modified time | relevance | path

Searched refs:OpenThread (Results 1 – 25 of 892) sorted by relevance

12345678910>>...36

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/resourcegroups/platform/
H A Dthread_attrs_api_win.cc44 handle = OpenThread(THREAD_QUERY_INFORMATION | THREAD_SET_INFORMATION, TRUE, in bind_to_cpu()
76 handle = OpenThread(THREAD_QUERY_INFORMATION | THREAD_SET_INFORMATION, TRUE, in bind_to_cpus()
104 handle = OpenThread(THREAD_QUERY_INFORMATION | THREAD_SET_INFORMATION, TRUE, in unbind_thread()
161 handle = OpenThread(THREAD_QUERY_INFORMATION | THREAD_SET_INFORMATION, TRUE, in set_thread_priority()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-windows.c32 handle = OpenThread (THREAD_ALL_ACCESS, FALSE, id); in mono_threads_suspend_begin_async_suspend()
92 handle = OpenThread (THREAD_ALL_ACCESS, FALSE, id); in mono_threads_suspend_abort_syscall()
107 handle = OpenThread (THREAD_ALL_ACCESS, FALSE, id); in mono_threads_suspend_begin_async_resume()
250 if (!(handle = OpenThread (SYNCHRONIZE, TRUE, tid))) in mono_native_thread_join()
328 HANDLE handle = OpenThread (THREAD_ALL_ACCESS, FALSE, tid); in mono_threads_platform_in_critical_region()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/DBTools/Source/
H A DformMain.pas94 OpenThread: TOpenDBThread;
104 OpenThread := TOpenDBThread.Create(ProgressForm, FDBTools, dlgOpen.FileName);
121 OpenThread.Free;
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/profiler/
H A Dsuspendable_thread_delegate_win.cc40 win::ScopedHandle test_handle1(::OpenThread(flags, FALSE, thread_id)); in GetThreadHandle()
44 win::ScopedHandle test_handle2(::OpenThread(flags, FALSE, thread_id)); in GetThreadHandle()
48 win::ScopedHandle handle(::OpenThread(flags, FALSE, thread_id)); in GetThreadHandle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/profiler/
H A Dsuspendable_thread_delegate_win.cc40 win::ScopedHandle test_handle1(::OpenThread(flags, FALSE, thread_id)); in GetThreadHandle()
44 win::ScopedHandle test_handle2(::OpenThread(flags, FALSE, thread_id)); in GetThreadHandle()
48 win::ScopedHandle handle(::OpenThread(flags, FALSE, thread_id)); in GetThreadHandle()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d28 HANDLE OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId) nothrow @nogc;
159 HANDLE hnd = OpenThread( THREAD_QUERY_INFORMATION, FALSE, id ); in getTEB()
230 …return OpenThread( SYNCHRONIZE|THREAD_GET_CONTEXT|THREAD_QUERY_INFORMATION|THREAD_SUSPEND_RESUME, … in OpenThreadHandle()
369 HANDLE hnd = OpenThread( thread_aux.THREAD_QUERY_INFORMATION, FALSE, id ); in GetTlsDataAddress()
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d28 HANDLE OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId) nothrow @nogc;
159 HANDLE hnd = OpenThread( THREAD_QUERY_INFORMATION, FALSE, id ); in getTEB()
230 …return OpenThread( SYNCHRONIZE|THREAD_GET_CONTEXT|THREAD_QUERY_INFORMATION|THREAD_SUSPEND_RESUME, … in OpenThreadHandle()
369 HANDLE hnd = OpenThread( thread_aux.THREAD_QUERY_INFORMATION, FALSE, id ); in GetTlsDataAddress()
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d27 HANDLE OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId) nothrow @nogc;
158 HANDLE hnd = OpenThread( THREAD_QUERY_INFORMATION, FALSE, id ); in getTEB()
229 …return OpenThread( SYNCHRONIZE|THREAD_GET_CONTEXT|THREAD_QUERY_INFORMATION|THREAD_SUSPEND_RESUME, … in OpenThreadHandle()
368 HANDLE hnd = OpenThread( thread_aux.THREAD_QUERY_INFORMATION, FALSE, id ); in GetTlsDataAddress()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d28 HANDLE OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId) nothrow @nogc;
159 HANDLE hnd = OpenThread( THREAD_QUERY_INFORMATION, FALSE, id ); in getTEB()
230 …return OpenThread( SYNCHRONIZE|THREAD_GET_CONTEXT|THREAD_QUERY_INFORMATION|THREAD_SUSPEND_RESUME, … in OpenThreadHandle()
369 HANDLE hnd = OpenThread( thread_aux.THREAD_QUERY_INFORMATION, FALSE, id ); in GetTlsDataAddress()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d27 HANDLE OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId) nothrow @nogc;
158 HANDLE hnd = OpenThread( THREAD_QUERY_INFORMATION, FALSE, id ); in getTEB()
229 …return OpenThread( SYNCHRONIZE|THREAD_GET_CONTEXT|THREAD_QUERY_INFORMATION|THREAD_SUSPEND_RESUME, … in OpenThreadHandle()
368 HANDLE hnd = OpenThread( thread_aux.THREAD_QUERY_INFORMATION, FALSE, id ); in GetTlsDataAddress()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d27 HANDLE OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId) nothrow @nogc;
158 HANDLE hnd = OpenThread( THREAD_QUERY_INFORMATION, FALSE, id ); in getTEB()
229 …return OpenThread( SYNCHRONIZE|THREAD_GET_CONTEXT|THREAD_QUERY_INFORMATION|THREAD_SUSPEND_RESUME, … in OpenThreadHandle()
368 HANDLE hnd = OpenThread( thread_aux.THREAD_QUERY_INFORMATION, FALSE, id ); in GetTlsDataAddress()
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d27 HANDLE OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId) nothrow @nogc;
158 HANDLE hnd = OpenThread( THREAD_QUERY_INFORMATION, FALSE, id ); in getTEB()
229 …return OpenThread( SYNCHRONIZE|THREAD_GET_CONTEXT|THREAD_QUERY_INFORMATION|THREAD_SUSPEND_RESUME, … in OpenThreadHandle()
368 HANDLE hnd = OpenThread( thread_aux.THREAD_QUERY_INFORMATION, FALSE, id ); in GetTlsDataAddress()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d27 HANDLE OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId) nothrow @nogc;
158 HANDLE hnd = OpenThread( THREAD_QUERY_INFORMATION, FALSE, id ); in getTEB()
229 …return OpenThread( SYNCHRONIZE|THREAD_GET_CONTEXT|THREAD_QUERY_INFORMATION|THREAD_SUSPEND_RESUME, … in OpenThreadHandle()
368 HANDLE hnd = OpenThread( thread_aux.THREAD_QUERY_INFORMATION, FALSE, id ); in GetTlsDataAddress()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d27 HANDLE OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId) nothrow @nogc;
158 HANDLE hnd = OpenThread( THREAD_QUERY_INFORMATION, FALSE, id ); in getTEB()
229 …return OpenThread( SYNCHRONIZE|THREAD_GET_CONTEXT|THREAD_QUERY_INFORMATION|THREAD_SUSPEND_RESUME, … in OpenThreadHandle()
368 HANDLE hnd = OpenThread( thread_aux.THREAD_QUERY_INFORMATION, FALSE, id ); in GetTlsDataAddress()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d28 HANDLE OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId) nothrow @nogc;
159 HANDLE hnd = OpenThread( THREAD_QUERY_INFORMATION, FALSE, id ); in getTEB()
230 …return OpenThread( SYNCHRONIZE|THREAD_GET_CONTEXT|THREAD_QUERY_INFORMATION|THREAD_SUSPEND_RESUME, … in OpenThreadHandle()
369 HANDLE hnd = OpenThread( thread_aux.THREAD_QUERY_INFORMATION, FALSE, id ); in GetTlsDataAddress()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/
H A Dmy_winthread.c117 handle= OpenThread(SYNCHRONIZE, FALSE, thread); in pthread_join()
147 handle= OpenThread(THREAD_TERMINATE, FALSE, thread); in pthread_cancel()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysys/
H A Dmy_winthread.c117 handle= OpenThread(SYNCHRONIZE, FALSE, thread); in pthread_join()
147 handle= OpenThread(THREAD_TERMINATE, FALSE, thread); in pthread_cancel()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysys/
H A Dmy_winthread.c117 handle= OpenThread(SYNCHRONIZE, FALSE, thread); in pthread_join()
147 handle= OpenThread(THREAD_TERMINATE, FALSE, thread); in pthread_cancel()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysys/
H A Dmy_winthread.c117 handle= OpenThread(SYNCHRONIZE, FALSE, thread); in pthread_join()
147 handle= OpenThread(THREAD_TERMINATE, FALSE, thread); in pthread_cancel()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dmy_winthread.c109 handle= OpenThread(SYNCHRONIZE, FALSE, thread); in pthread_join()
148 handle= OpenThread(THREAD_TERMINATE, FALSE, thread); in pthread_cancel()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dmy_winthread.c109 handle= OpenThread(SYNCHRONIZE, FALSE, thread); in pthread_join()
148 handle= OpenThread(THREAD_TERMINATE, FALSE, thread); in pthread_cancel()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dmy_winthread.c109 handle= OpenThread(SYNCHRONIZE, FALSE, thread); in pthread_join()
148 handle= OpenThread(THREAD_TERMINATE, FALSE, thread); in pthread_cancel()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dmy_winthread.c109 handle= OpenThread(SYNCHRONIZE, FALSE, thread); in pthread_join()
148 handle= OpenThread(THREAD_TERMINATE, FALSE, thread); in pthread_cancel()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dmy_winthread.c109 handle= OpenThread(SYNCHRONIZE, FALSE, thread); in pthread_join()
148 handle= OpenThread(THREAD_TERMINATE, FALSE, thread); in pthread_cancel()
/dports/databases/mysql56-client/mysql-5.6.51/mysys/
H A Dmy_winthread.c117 handle= OpenThread(SYNCHRONIZE, FALSE, thread); in pthread_join()
147 handle= OpenThread(THREAD_TERMINATE, FALSE, thread); in pthread_cancel()

12345678910>>...36