Searched defs:SLEEP (Results 1 – 3 of 3) sorted by relevance
| /trueos/tools/regression/filemon/ |
| HD | timed-forkb.c | 45 #define SLEEP 20 /* seconds */ macro
|
| /trueos/sys/dev/lmc/ |
| HD | if_lmc.h | 1244 # define SLEEP(usecs) tsleep(sc, PCATCH | PZERO, DEVICE_NAME, 1+(usecs/tick)) macro 1288 # define SLEEP(usecs) tsleep(sc, PCATCH | PZERO, DEVICE_NAME, 1+(usecs/tick)) macro 1317 # define SLEEP(usecs) tsleep(sc, PCATCH | PZERO, DEVICE_NAME, 1+(usecs/tick)) macro 1352 # define SLEEP(usecs) tsleep(sc, PCATCH | PZERO, DEVICE_NAME, 1+(usecs/tick)) macro 1402 # define SLEEP(usecs) do { set_current_state(TASK_INTERRUPTIBLE);\ macro
|
| /trueos/sys/contrib/ipfilter/netinet/ |
| HD | ip_compat.h | 360 # define SLEEP(x,y) 1; macro 521 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0) macro
|