Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/locale/
H A DLocaleBackend.cpp32 static pthread_once_t sFunctionsInitOnce = PTHREAD_ONCE_INIT; variable
88 pthread_once(&sFunctionsInitOnce, &BPrivate::Libroot::LoadFunctions); in CreateBackend()