Home
last modified time | relevance | path

Searched refs:wmesg (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dsystm.h25 #define tsleep(identifier, priority, wmesg, timeout) \ argument
26 msleep(identifier, &Giant, priority, wmesg, timeout)
27 #define tsleep_nsec(identifier, priority, wmesg, nsecs) \ argument
28 tsleep(identifier, priority, wmesg, USEC_2_TICKS(nsecs / 1000))
H A Drefcnt.h56 refcnt_finalize(struct refcnt* r, const char* wmesg) in refcnt_finalize() argument
60 tsleep(r, PWAIT, wmesg, 0); in refcnt_finalize()
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsystm.h103 #define msleep_spin(chan, mtx, wmesg, timo) \ argument
104 msleep(chan, mtx, PZERO, wmesg, timo)