|
|
| int thrd_sleep |
( |
const struct timespec * |
p00_duration, |
|
|
struct timespec * |
p00_remaining |
|
) |
| [inline] |
- Returns:
0 if the requested time has elapsed, -1 if it has been interrupted by a signal, or a negative value if it fails. Consistently with that, this implementation uses thrd_success, thrd_intr and thrd_error as return values.
Definition at line 798 of file p99_threads.h.
|