Home
last modified time | relevance | path

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

/dragonfly/contrib/grep/lib/glthread/
H A Dlock.c703 static const pthread_once_t fresh_once = PTHREAD_ONCE_INIT; variable
711 if (*firstbyte == *(const char *)&fresh_once) in glthread_once_singlethreaded()
714 *firstbyte = ~ *(const char *)&fresh_once; in glthread_once_singlethreaded()