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

  /external/valgrind/main/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/lib/main/
h2-1.2.147.jar 

Completed in 1149 milliseconds