Home
last modified time | relevance | path

Searched defs:kern_return_t (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/std/src/sys/unix/
Dtime.rs245 type kern_return_t = libc::c_int; typedef
318 fn mach_timebase_info(info: mach_timebase_info_t) -> kern_return_t; in info()
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs31 pub type kern_return_t = ::c_int; typedef
5837 ) -> kern_return_t; in thread_policy_set()
5844 ) -> kern_return_t; in thread_policy_get()
5850 ) -> kern_return_t; in thread_info()
6320 ) -> ::kern_return_t; in mach_vm_map()
6327 ) -> ::kern_return_t; in vm_allocate()
6333 ) -> ::kern_return_t; in vm_deallocate()
6340 ) -> ::kern_return_t; in host_statistics64()
6347 ) -> ::kern_return_t; in host_processor_info()
6354 ) -> ::kern_return_t; in task_for_pid()
[all …]