Searched refs:ST_PAUSE (Results 1 – 1 of 1) sorted by relevance
563 #define ST_PAUSE 2 macro604 { "-pause", ST_PAUSE, 0}, in do_speed_test2()720 if( aParam[ST_PAUSE] ){ in do_speed_test2()721 if( aParam[ST_PAUSE]/1000 ) sleep(aParam[ST_PAUSE]/1000); in do_speed_test2()722 if( aParam[ST_PAUSE]%1000 ) usleep(1000 * (aParam[ST_PAUSE]%1000)); in do_speed_test2()