[Previous] [Contents] [Next]

_sleepon_init()

@@@Initialize a sleepon

Synopsis:

#include <@@@unistd.h>

int _sleepon_init( sleepon_t ** pl,
                   unsigned flags@@@ );

Library:

libc

Description:

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.

Returns:

0
Success.
=/=0
Failure.

Classification:

@@@NONE

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:


[Previous] [Contents] [Next]