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

  /external/ltp/testcases/kernel/fs/openfile/
openfile.c 49 pthread_cond_t init_cv; member in struct:cb
135 pthread_cond_init(&c.init_cv, NULL);
162 if (pthread_cond_wait(&c.init_cv, &c.m)) {
239 if (pthread_cond_signal(&c.init_cv)) {
  /system/core/adb/
adb.cpp 1235 static auto& init_cv = *new std::condition_variable(); variable
    [all...]

Completed in 72 milliseconds