Searched refs:outType (Results 1 – 4 of 4) sorted by relevance
88 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *outType) in pthread_mutexattr_gettype() argument90 return LOS_MuxAttrGetType(attr, outType); in pthread_mutexattr_gettype()
82 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *outType) in pthread_mutexattr_gettype() argument86 if ((attr == NULL) || (outType == NULL)) { in pthread_mutexattr_gettype()97 *outType = type; in pthread_mutexattr_gettype()
83 extern UINT32 LOS_MuxAttrGetType(const LosMuxAttr *attr, INT32 *outType);
65 LITE_OS_SEC_TEXT UINT32 LOS_MuxAttrGetType(const LosMuxAttr *attr, INT32 *outType) in LOS_MuxAttrGetType() argument69 if ((attr == NULL) || (outType == NULL)) { in LOS_MuxAttrGetType()78 *outType = type; in LOS_MuxAttrGetType()