Home
last modified time | relevance | path

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

/kernel/liteos_a/compat/posix/src/
H A Dpthread_mutex.c88 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *outType) in pthread_mutexattr_gettype() argument
90 return LOS_MuxAttrGetType(attr, outType); in pthread_mutexattr_gettype()
/kernel/liteos_a/kernel/include/
H A Dlos_mux.h83 extern UINT32 LOS_MuxAttrGetType(const LosMuxAttr *attr, INT32 *outType);
/kernel/liteos_a/kernel/base/ipc/
H A Dlos_mux.c65 LITE_OS_SEC_TEXT UINT32 LOS_MuxAttrGetType(const LosMuxAttr *attr, INT32 *outType) in LOS_MuxAttrGetType() argument
69 if ((attr == NULL) || (outType == NULL)) { in LOS_MuxAttrGetType()
78 *outType = type; in LOS_MuxAttrGetType()
/kernel/liteos_m/kal/posix/src/
H A Dpthread_mutex.c82 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *outType) in pthread_mutexattr_gettype() argument
86 if ((attr == NULL) || (outType == NULL)) { in pthread_mutexattr_gettype()
97 *outType = type; in pthread_mutexattr_gettype()

Completed in 3 milliseconds