Home
last modified time | relevance | path

Searched refs:thread_port_array_t (Results 1 – 18 of 18) sorted by relevance

/dports/devel/p5-Proc-ProcessTable/Proc-ProcessTable-0.634/os/
H A Ddarwin.h120 thread_port_array_t thread_list;
H A Ddarwin.c855 sizeof(thread_port_array_t) * ki->thread_count);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/mach/
H A Dmach_types.h187 typedef thread_array_t thread_port_array_t; typedef
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/mach-0.3.2/src/
H A Dmach_types.rs47 pub type thread_port_array_t = thread_array_t; typedef
/dports/www/firefox/firefox-99.0/third_party/rust/mach/src/
H A Dmach_types.rs47 pub type thread_port_array_t = thread_array_t; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mach/src/
H A Dmach_types.rs47 pub type thread_port_array_t = thread_array_t; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/mach/
H A Dmach_types.h187 typedef thread_array_t thread_port_array_t; typedef
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mach-0.3.2/src/
H A Dmach_types.rs47 pub type thread_port_array_t = thread_array_t; typedef
/dports/lang/rust/rustc-1.58.1-src/vendor/mach/src/
H A Dmach_types.rs47 pub type thread_port_array_t = thread_array_t; typedef
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/mach/src/
H A Dmach_types.rs47 pub type thread_port_array_t = thread_array_t; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/mach-0.3.2/src/
H A Dmach_types.rs47 pub type thread_port_array_t = thread_array_t; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/mach/src/
H A Dmach_types.rs47 pub type thread_port_array_t = thread_array_t; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.11-any/mach/
H A Dmach_types.h198 typedef thread_array_t thread_port_array_t; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.11-any/mach/
H A Dmach_types.h198 typedef thread_array_t thread_port_array_t; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.12-any/mach/
H A Dmach_types.h198 typedef thread_array_t thread_port_array_t; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.12-any/mach/
H A Dmach_types.h198 typedef thread_array_t thread_port_array_t; typedef
/dports/sysutils/htop/htop-3.1.2/darwin/
H A DDarwinProcess.c430 …vm_deallocate(mach_task_self(), (vm_address_t) thread_list, sizeof(thread_port_array_t) * thread_c… in DarwinProcess_scanThreads()
/dports/sysutils/heirloom/heirloom-070715/ps/
H A Dps.c3565 thread_port_array_t thread_list;
3735 …eallocate(mach_task_self(), (vm_address_t)thread_list, thread_count * sizeof(thread_port_array_t));