Searched refs:once_t (Results 1 – 3 of 3) sorted by relevance
169 typedef struct once_s once_t; typedef170 local void once OF((once_t *, void (*)(void)));191 once_t *state; in once()229 once_t *state; in once()246 local once_t made = ONCE_INIT;
9344 +typedef struct once_s once_t;9345 +local void once OF((once_t *, void (*)(void)));9362 + invoke once() at the same time. The state must be a once_t initialized with9366 + once_t *state;9404 + once_t *state;9421 +local once_t made = ONCE_INIT;