摘要: 调试程序发现起了一个子线程后,主线程上的sleep不生效了,看到这才明白...— Function: unsigned intsleep(unsigned int seconds)Thesleepfunction waits forsecondsor until a signal is delivered, whichever happens first.Ifsleepfunction returns because the requested interval is over, it returns a value of zero. If it returns because of deli 阅读全文
posted @ 2013-07-23 23:17 good90 阅读(2739) 评论(0) 推荐(1) 编辑