Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs127 pub type os_log_t = *mut ::c_void; typedef
5281 pub fn os_log_create(subsystem: *const ::c_char, category: *const ::c_char) -> ::os_log_t; in os_log_create()
5282 pub fn os_log_type_enabled(oslog: ::os_log_t, tpe: ::os_log_type_t) -> bool; in os_log_type_enabled()
5284 log: ::os_log_t, in os_signpost_id_make_with_pointer()