Searched refs:once_t (Results 1 – 1 of 1) sorted by relevance
216 typedef struct once_s once_t; typedef236 local void once(once_t *state, void (*init)(void)) { in once()268 local void once(once_t *state, void (*init)(void)) { in once()283 local once_t made = ONCE_INIT;