Home
last modified time | relevance | path

Searched refs:tsleep (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dsystm.h25 #define tsleep(identifier, priority, wmesg, timeout) \ macro
28 tsleep(identifier, priority, wmesg, USEC_2_TICKS(nsecs / 1000))
H A Drefcnt.h60 tsleep(r, PWAIT, wmesg, 0); in refcnt_finalize()