OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_once
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/support/src/locale/
uselocale.c
31
static pthread_once_t
s_once
= PTHREAD_ONCE_INIT;
variable
40
pthread_once(&
s_once
, init_key);
/prebuilts/ndk/r13/sources/android/support/src/locale/
uselocale.c
31
static pthread_once_t
s_once
= PTHREAD_ONCE_INIT;
variable
40
pthread_once(&
s_once
, init_key);
Completed in 76 milliseconds