Searched refs:kind_type (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dpthread_test.cpp981 explicit RwlockKindTestHelper(int kind_type) { argument
982 InitRwlock(kind_type);
1004 void InitRwlock(int kind_type) { argument
1007 ASSERT_EQ(0, pthread_rwlockattr_setkind_np(&attr, kind_type));

Completed in 29 milliseconds