Returns zero on success, or FALSE on error.成功返回0,错误返回false。
If the call was interrupted by a signal, sleep() returns a non-zero value. On Windows, this value will always be
192 (the value of the WAIT_IO_COMPLETION constant within the Windows API). On other platforms, the return value will be the number of seconds left to sleep.