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

  /external/valgrind/none/tests/
pth_rwlock.c 8 #define LOCKS 2000
12 pthread_rwlock_t locks[LOCKS]; local
16 for (n = 0; n < LOCKS; n++) {
17 if ((e = pthread_rwlock_init(locks + n, NULL)) != 0) {
23 for (n = 0; n < LOCKS; n++) {
24 if ((e = pthread_rwlock_destroy(locks + n)) != 0) {
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 191 milliseconds