Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/locale/
Duselocale.c31 static pthread_once_t s_once = PTHREAD_ONCE_INIT; variable
40 pthread_once(&s_once, init_key); in uselocale()
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_thread.cpp14 static pthread_once_t s_once = PTHREAD_ONCE_INIT; variable
59 pthread_once(&s_once, InitThreadKey); in GetThreadData()