Searched defs:once (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dthread.c339 * Reset worker pool initialize-once flag. Must not be used outside unit-test module.
343 INIT_ONCE once = INIT_ONCE_STATIC_INIT; local
344 memcpy(&worker_pool_initialized, &once, sizeof (worker_pool_initialized));
H A Dnet_client_ssl.c473 * Reset SSL initialize-once flag. Must not be used outside unit-test module.
477 INIT_ONCE once = INIT_ONCE_STATIC_INIT; local
479 pthread_once_t once = PTHREAD_ONCE_INIT;
481 memcpy(&ssl_lib_initialized, &once, sizeof (ssl_lib_initialized));
/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c849 /* Set its value only once. */
8821 struct sljit_jump *once = NULL; local
8963 once = JUMP(SLJIT_JUMP);
9204 JUMPHERE(once);

Completed in 94 milliseconds