Home
last modified time | relevance | path

Searched refs:OS_ERRNO_SEM_OVERFLOW (Results 1 – 3 of 3) sorted by relevance

/kernel/uniproton/src/include/uapi/
Dprt_sem.h106 #define OS_ERRNO_SEM_OVERFLOW OS_ERRNO_BUILD_ERROR(OS_MID_SEM, 0x09) macro
/kernel/uniproton/src/core/ipc/sem/
Dprt_sem_init.c112 return OS_ERRNO_SEM_OVERFLOW; in PRT_SemCreate()
Dprt_sem.c185 return OS_ERRNO_SEM_OVERFLOW; in OsSemPostErrorCheck()