Home
last modified time | relevance | path

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

/trueos/tools/regression/filemon/
HDtimed-forkb.c45 #define SLEEP 20 /* seconds */ macro
/trueos/sys/dev/lmc/
HDif_lmc.h1244 # 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/
HDip_compat.h360 # define SLEEP(x,y) 1; macro
521 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0) macro