sleep(3): sleep for specified number of seconds - Linux man page

sleep(3): sleep for specified number of seconds - Linux man page

瀏覽:1497
日期:2025-10-14
sleep() makes the calling thread sleep until seconds seconds have elapsed or a signal arrives which is not ignored. ... Name sleep - sleep for the specified number of seconds Synopsis #include unsigned int sleep(unsigned int seconds); Description...看更多