Searched refs:once_t (Results 1 – 13 of 13) sorted by relevance
68 static once_t gai_init_once = ONCE_INITIALIZER;
36 static once_t name##_init_once = ONCE_INITIALIZER; \
52 static once_t ttyname_init_once = ONCE_INITIALIZER;
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;
47 static once_t res_init_once = ONCE_INITIALIZER;
81 static once_t rce_once = ONCE_INITIALIZER;
74 static once_t rpc_call_once = ONCE_INITIALIZER;
265 static once_t key_call_once = ONCE_INITIALIZER;
315 static once_t clnt_broadcast_once = ONCE_INITIALIZER;
133 static once_t nc_once = ONCE_INITIALIZER;
195 static once_t keys_once = ONCE_INITIALIZER;
90 #define once_t pthread_once_t macro
48 static once_t sig_init_once = ONCE_INITIALIZER;