Home
last modified time | relevance | path

Searched refs:OSSleepSeconds (Results 1 – 4 of 4) sorted by relevance

/RevoEX-3.1/include/revolution/
Dncd.h141 #ifndef OSSleepSeconds
143 #define OSSleepSeconds( sec ) OSSleepTicks( OSSecondsToTicks(sec) ) macro
/RevoEX-3.1/build/demos/nwc24demo/src/Check/
DCheck.c126 OSSleepSeconds(2); in main()
/RevoEX-3.1/build/demos/nwc24demo/src/Download/
DDownload.c108 OSSleepSeconds(60*5); in main()
/RevoEX-3.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewer.c323 OSSleepSeconds( 1 ); in OpenLib()