#include <pthread.h>#include <isc/platform.h>#include <isc/result.h>Go to the source code of this file.
Defines | |
| #define | ISC_ONCE_H 1 |
| #define | ISC_ONCE_INIT PTHREAD_ONCE_INIT |
| #define | isc_once_do(op, f) |
Typedefs | |
| typedef pthread_once_t | isc_once_t |
Definition in file once.h.
| #define ISC_ONCE_INIT PTHREAD_ONCE_INIT |
| #define isc_once_do | ( | op, | |||
| f | ) |
Value:
((pthread_once((op), (f)) == 0) ? \
ISC_R_SUCCESS : ISC_R_UNEXPECTED)
| typedef pthread_once_t isc_once_t |