Home
last modified time | relevance | path

Searched refs:mach_thread (Results 1 – 25 of 71) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/osx/
H A Dmach_thread_map.c20 uint32_t NaClGetThreadIndexForMachThread(mach_port_t mach_thread) { in NaClGetThreadIndexForMachThread() argument
23 DCHECK(mach_thread != MACH_PORT_NULL); in NaClGetThreadIndexForMachThread()
29 if (mach_threads[nacl_thread_index] == mach_thread) { in NaClGetThreadIndexForMachThread()
60 mach_port_t mach_thread = pthread_mach_thread_np(pthread_self()); in NaClSetCurrentMachThreadForThreadIndex() local
61 CHECK(mach_thread != MACH_PORT_NULL); in NaClSetCurrentMachThreadForThreadIndex()
66 DCHECK(NaClGetThreadIndexForMachThread(mach_thread) == in NaClSetCurrentMachThreadForThreadIndex()
69 mach_threads[nacl_thread_index] = mach_thread; in NaClSetCurrentMachThreadForThreadIndex()
73 mach_port_t mach_thread = mach_threads[nacl_thread_index]; in NaClClearMachThreadForThreadIndex() local
77 DCHECK(mach_thread == pthread_mach_thread_np(pthread_self())); in NaClClearMachThreadForThreadIndex()
81 DCHECK(NaClGetThreadIndexForMachThread(mach_thread) == in NaClClearMachThreadForThreadIndex()
/dports/benchmarks/flowgrind/flowgrind-flowgrind-0.8.2/src/
H A Dfg_affinity.c116 mach_port_t mach_thread = pthread_mach_thread_np(thread); in pthread_setaffinity() local
120 kern_return_t rc = thread_policy_set(mach_thread, in pthread_setaffinity()
131 mach_port_t mach_thread = pthread_mach_thread_np(thread); in pthread_getaffinity() local
136 kern_return_t rc = thread_policy_get(mach_thread, in pthread_getaffinity()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Ddarwin_stop_world.c43 p->stop_info.mach_thread, in GC_push_all_stacks()
136 kern_result = thread_suspend(p->stop_info.mach_thread); in GC_stop_world()
196 kern_result = thread_resume(p->stop_info.mach_thread); in GC_start_world()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Ddarwin_stop_world.c43 p->stop_info.mach_thread,
136 kern_result = thread_suspend(p->stop_info.mach_thread);
196 kern_result = thread_resume(p->stop_info.mach_thread);
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Ddarwin_stop_world.c396 thread_act_t thread = (thread_act_t)p->stop_info.mach_thread; in GC_push_all_stacks()
622 p->stop_info.mach_thread != my_thread) { in GC_stop_world()
625 kern_result = thread_suspend(p->stop_info.mach_thread); in GC_stop_world()
632 (void *)(word)p->stop_info.mach_thread); in GC_stop_world()
754 p->stop_info.mach_thread != my_thread) in GC_start_world()
755 GC_thread_resume(p->stop_info.mach_thread); in GC_start_world()
/dports/devel/boehm-gc/gc-8.0.6/
H A Ddarwin_stop_world.c398 thread_act_t thread = (thread_act_t)p->stop_info.mach_thread; in GC_push_all_stacks()
624 p->stop_info.mach_thread != my_thread) { in GC_stop_world()
627 kern_result = thread_suspend(p->stop_info.mach_thread); in GC_stop_world()
634 (void *)(word)p->stop_info.mach_thread); in GC_stop_world()
756 p->stop_info.mach_thread != my_thread) in GC_start_world()
757 GC_thread_resume(p->stop_info.mach_thread); in GC_start_world()
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Ddarwin_stop_world.c398 thread_act_t thread = (thread_act_t)p->stop_info.mach_thread; in GC_push_all_stacks()
624 p->stop_info.mach_thread != my_thread) { in GC_stop_world()
627 kern_result = thread_suspend(p->stop_info.mach_thread); in GC_stop_world()
634 (void *)(word)p->stop_info.mach_thread); in GC_stop_world()
756 p->stop_info.mach_thread != my_thread) in GC_start_world()
757 GC_thread_resume(p->stop_info.mach_thread); in GC_start_world()
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Ddarwin_stop_world.c398 thread_act_t thread = (thread_act_t)p->stop_info.mach_thread; in GC_push_all_stacks()
624 p->stop_info.mach_thread != my_thread) { in GC_stop_world()
627 kern_result = thread_suspend(p->stop_info.mach_thread); in GC_stop_world()
634 (void *)(word)p->stop_info.mach_thread); in GC_stop_world()
756 p->stop_info.mach_thread != my_thread) in GC_start_world()
757 GC_thread_resume(p->stop_info.mach_thread); in GC_start_world()
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/
H A Ddarwin_stop_world.c308 thread_act_t thread = (thread_act_t)p->stop_info.mach_thread; in GC_push_all_stacks()
546 p->stop_info.mach_thread != my_thread) { in GC_stop_world()
548 kern_result = thread_suspend(p->stop_info.mach_thread); in GC_stop_world()
663 p->stop_info.mach_thread != my_thread) in GC_start_world()
664 GC_thread_resume(p->stop_info.mach_thread); in GC_start_world()
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Ddarwin_stop_world.c311 thread_act_t thread = (thread_act_t)p->stop_info.mach_thread; in GC_push_all_stacks()
536 p->stop_info.mach_thread != my_thread) { in GC_stop_world()
538 kern_result = thread_suspend(p->stop_info.mach_thread); in GC_stop_world()
653 p->stop_info.mach_thread != my_thread) in GC_start_world()
654 GC_thread_resume(p->stop_info.mach_thread); in GC_start_world()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/include/private/
H A Ddarwin_stop_world.h29 mach_port_t mach_thread; member
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/boehm_gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/boehm_gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/boehm_gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/lang/mono/mono-5.10.1.57/libgc/include/private/
H A Ddarwin_stop_world.h12 mach_port_t mach_thread; member
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/include/private/
H A Ddarwin_stop_world.h29 mach_port_t mach_thread; member

123