@@@Initialize a sleepon
#include <@@@unistd.h>
int _sleepon_init( sleepon_t ** pl,
unsigned flags@@@ );
libc
The _sleepon_init() function initializes a pointer to a sleepon_t object (which is an opaque data structure). Because no external flags are defined, all flags should be passed as zero.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |