Searched refs:rwl_normal (Results 1 – 1 of 1) sorted by relevance
27 pthread_rwlock_t rwl_normal = PTHREAD_RWLOCK_INITIALIZER; variable43 if (rwl_normal.__data.__flags != PTHREAD_RWLOCK_PREFER_READER_NP) in do_test()52 for (i = 0; i < sizeof (rwl_normal); i++) in do_test()53 if (((char *) &rwl_normal)[i] != '\0') in do_test()
Completed in 3 milliseconds