HomeSort by relevance Sort by last modified time
    Searched defs:once_control (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
threads.c 150 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
665 pthread_once(&once_control, xmlOnceInit);
795 pthread_once(&once_control, xmlOnceInit);
934 * pthread_once() in association with the once_control variable to ensure
  /frameworks/base/opengl/libs/EGL/
egl.cpp 447 static pthread_once_t once_control = PTHREAD_ONCE_INIT; member in namespace:android
448 static int sEarlyInitState = pthread_once(&once_control, &early_egl_init);
    [all...]

Completed in 309 milliseconds