Searched refs:fresh_once (Results 1 – 2 of 2) sorted by relevance
703 static const pthread_once_t fresh_once = PTHREAD_ONCE_INIT; variable711 if (*firstbyte == *(const char *)&fresh_once) in glthread_once_singlethreaded()714 *firstbyte = ~ *(const char *)&fresh_once; in glthread_once_singlethreaded()
2375 * lock.c (fresh_once): New variable.