HomeSort by relevance Sort by last modified time
    Searched refs:attr_type (Results 1 - 14 of 14) sorted by null

  /system/extras/tests/bionic/libc/bionic/
test_mutex.c 60 int attr_type; local
65 expect( pthread_mutexattr_gettype( &attr, &attr_type ), 0 );
66 assert( attr_type == PTHREAD_MUTEX_NORMAL );
69 expect( pthread_mutexattr_gettype( &attr, &attr_type ), 0 );
70 assert( attr_type == PTHREAD_MUTEX_ERRORCHECK );
73 expect( pthread_mutexattr_gettype( &attr, &attr_type ), 0 );
74 assert( attr_type == PTHREAD_MUTEX_RECURSIVE );