この関数は、引き数 mattr によって識別される mutex 属性オブジェクト内の mutex プロトコル属性の現行設定値を照会するために使用できます。プロトコル属性は引き数 proto によって戻されます。
戻りコード
mutex の優先順位継承や優先順位保護が AIX にはインプリメントされていないため、この関数は現在使用できないことに注意してください。
例
integer function f_pthread_mutexattr_getprotocol(mattr, proto) type(f_pthread_mutexattr_t), intent(in):: mattr integer(4), intent(out):: proto end function