Home
last modified time | relevance | path

Searched defs:outType (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/compat/posix/src/
Dpthread_mutex.c88 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *outType) in pthread_mutexattr_gettype()
/kernel/liteos_m/kal/posix/src/
Dpthread_mutex.c82 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *outType) in pthread_mutexattr_gettype()
/kernel/liteos_a/kernel/base/ipc/
Dlos_mux.c65 LITE_OS_SEC_TEXT UINT32 LOS_MuxAttrGetType(const LosMuxAttr *attr, INT32 *outType) in LOS_MuxAttrGetType()