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

/bionic/tests/
H A Dpthread_test.cpp900 RwlockKindTestHelper(int kind_type) { argument
901 InitRwlock(kind_type);
923 void InitRwlock(int kind_type) { argument
926 ASSERT_EQ(0, pthread_rwlockattr_setkind_np(&attr, kind_type));

Completed in 123 milliseconds