Home
last modified time | relevance | path

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

/external/honggfuzz/libhfcommon/
Dutil.c87 static __thread pthread_once_t rndThreadOnce = PTHREAD_ONCE_INIT; variable
120 pthread_once(&rndThreadOnce, util_rndInitThread); in util_rnd64()
155 pthread_once(&rndThreadOnce, util_rndInitThread); in util_rndBuf()