Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tzcode/stdtime/
Dlocaltime.c245 static pthread_once_t localtime_once = PTHREAD_ONCE_INIT; variable
1442 _pthread_once(&localtime_once, localtime_key_init); in localtime()