Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs29 pub type bigtime_t = i64; typedef
886 timeout: bigtime_t, in read_port_etc()
900 timeout: bigtime_t, in write_port_etc()
921 timeout: bigtime_t, in _get_port_message_info_etc()
936 timeout: bigtime_t, in switch_sem_etc()
967 jitter: ::bigtime_t, in suggest_thread_priority()
968 length: ::bigtime_t, in suggest_thread_priority()
970 pub fn estimate_max_scheduling_latency(th: ::thread_id) -> ::bigtime_t; in estimate_max_scheduling_latency()
991 pub fn snooze_etc(amount: bigtime_t, timeBase: ::c_int, flags: u32) -> status_t; in snooze_etc()
992 pub fn snooze_until(time: bigtime_t, timeBase: ::c_int) -> status_t; in snooze_until()
[all …]