Home
last modified time | relevance | path

Searched refs:integer_t (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs26 pub type integer_t = ::c_int; types
27 pub type cpu_type_t = integer_t;
28 pub type cpu_subtype_t = integer_t;
33 pub type task_info_t = *mut integer_t;
34 pub type host_info_t = *mut integer_t;
51 pub type host_flavor_t = integer_t;
52 pub type host_info64_t = *mut integer_t;
82 pub type processor_info_t = *mut integer_t;
83 pub type processor_info_array_t = *mut integer_t;
90 pub type thread_info_t = *mut integer_t;
[all...]
/third_party/libuv/src/unix/
H A Ddarwin.c106 mach_msg_type_number_t count = sizeof(info) / sizeof(integer_t); in uv_get_free_memory()
/third_party/node/deps/uv/src/unix/
H A Ddarwin.c109 mach_msg_type_number_t count = sizeof(info) / sizeof(integer_t); in uv_get_free_memory()

Completed in 11 milliseconds