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

  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp 67 static pthread_cond_t g_cond_exit = PTHREAD_COND_INITIALIZER; variable
89 pthread_cond_wait(&g_cond_exit, &g_lock);
136 pthread_cond_broadcast(&g_cond_exit);
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp 67 static pthread_cond_t g_cond_exit = PTHREAD_COND_INITIALIZER; variable
89 pthread_cond_wait(&g_cond_exit, &g_lock);
136 pthread_cond_broadcast(&g_cond_exit);

Completed in 53 milliseconds