Searched refs:os_log_t (Results 1 – 2 of 2) sorted by relevance
143 pub type os_log_t = *mut c_void; typedef5560 pub fn os_log_create(subsystem: *const c_char, category: *const c_char) -> crate::os_log_t; in os_log_create() argument5561 pub fn os_log_type_enabled(oslog: crate::os_log_t, tpe: crate::os_log_type_t) -> bool; in os_log_type_enabled() argument5563 log: crate::os_log_t, in os_signpost_id_make_with_pointer() argument5566 pub fn os_signpost_id_generate(log: crate::os_log_t) -> crate::os_signpost_id_t; in os_signpost_id_generate()5567 pub fn os_signpost_enabled(log: crate::os_log_t) -> bool; in os_signpost_enabled()
2110 os_log_t