Searched refs:wmesg (Results 1 – 3 of 3) sorted by relevance
/haiku/src/libs/compat/openbsd_network/compat/sys/ |
H A D | systm.h | 25 #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 D | refcnt.h | 56 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 D | systm.h | 103 #define msleep_spin(chan, mtx, wmesg, timo) \ argument 104 msleep(chan, mtx, PZERO, wmesg, timo)
|