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

  /external/valgrind/drd/
drd_cond.c 69 p->waiter_count = 0;
188 if (p->waiter_count != 0)
228 if (p->waiter_count == 0)
263 ++p->waiter_count;
292 if (p->waiter_count > 0)
294 --p->waiter_count;
295 if (p->waiter_count == 0)
309 if (cond_p->waiter_count > 0)
drd_clientobj.h 85 int waiter_count; member in struct:cond_info
  /art/runtime/openjdkjvmti/include/
jvmti.h 612 jint waiter_count; member in struct:_jvmtiMonitorUsage
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h 612 jint waiter_count; member in struct:_jvmtiMonitorUsage
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h 612 jint waiter_count; member in struct:_jvmtiMonitorUsage
    [all...]

Completed in 232 milliseconds