HomeSort by relevance Sort by last modified time
    Searched refs:g_once (Results 1 - 13 of 13) sorted by null

  /frameworks/opt/emoji/
EmojiFactory.cpp 33 static pthread_once_t g_once = PTHREAD_ONCE_INIT; member in namespace:android
149 pthread_once(&g_once, InitializeEmojiFactory);
165 pthread_once(&g_once, InitializeEmojiFactory);
  /ndk/sources/android/cpufeatures/
cpu-features.c 59 static pthread_once_t g_once; variable
537 pthread_once(&g_once, android_cpuInit);
545 pthread_once(&g_once, android_cpuInit);
553 pthread_once(&g_once, android_cpuInit);
  /external/webrtc/src/system_wrappers/source/
cpu_features_arm.c 31 static pthread_once_t g_once; variable
331 pthread_once(&g_once, cpuInit);
  /frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp 93 static pthread_once_t g_once = PTHREAD_ONCE_INIT; member in namespace:android
123 pthread_once(&g_once, InitializeCaller);
144 pthread_once(&g_once, InitializeCaller);
  /external/bluetooth/glib/gio/
gvfs.c 233 return g_once (&once_init, get_default_vfs, NULL);
glocalfilemonitor.c 190 g_once (&once_init, get_default_local_file_monitor, &type_class);
glocaldirectorymonitor.c 266 g_once (&once_init, get_default_local_directory_monitor, &type_class);
gioscheduler.c 252 g_once (&once_init, init_scheduler, NULL);
gunionvolumemonitor.c 483 g_once (&once_init, (GThreadFunc)get_default_native_class, &type_class);
gdesktopappinfo.c 137 return g_once (&once_init, search_path_init, NULL);
    [all...]
  /external/bluetooth/glib/tests/
thread-test.c 327 gpointer ret = g_once (test_g_once_array + pos, test_g_once_init_func,
335 gpointer ret = g_once (test_g_once_array + i, test_g_once_init_func,
  /external/bluetooth/glib/glib/
gthread.h 327 # define g_once(once, func, arg) g_once_impl ((once), (func), (arg)) macro
329 # define g_once(once, func, arg) \ macro
  /external/bluetooth/glib/gio/fen/
fen-helper.c 227 g_once (&fen_init_once, (GThreadFunc)fen_init_once_func, NULL);

Completed in 673 milliseconds