OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_once
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dsp/
cpu-features.c
24
static pthread_once_t
g_once
;
variable
380
pthread_once(&
g_once
, android_cpuInit);
388
pthread_once(&
g_once
, android_cpuInit);
396
pthread_once(&
g_once
, android_cpuInit);
/external/webrtc/webrtc/system_wrappers/source/android/
cpu-features.c
24
static pthread_once_t
g_once
;
variable
380
pthread_once(&
g_once
, android_cpuInit);
388
pthread_once(&
g_once
, android_cpuInit);
396
pthread_once(&
g_once
, android_cpuInit);
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
74
static pthread_once_t
g_once
;
variable
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
75
static pthread_once_t
g_once
;
variable
[
all
...]
Completed in 197 milliseconds