Home
last modified time | relevance | path

Searched refs:rand3_state_once (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/lib/libc/stdlib/
HDrand.c63 static pthread_once_t rand3_state_once = PTHREAD_ONCE_INIT; variable
78 _once(&rand3_state_once, initialize_rand3); in rand()
85 _once(&rand3_state_once, initialize_rand3); in srand()