Home
last modified time | relevance | path

Searched refs:PRT_SemPend (Results 1 - 3 of 3) sorted by relevance

/kernel/uniproton/src/include/uapi/
H A Dprt_sem.h316 extern U32 PRT_SemPend(SemHandle semHandle, U32 timeout);
338 * @see PRT_SemPend
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsys_arch.c307 U32 ret = PRT_SemPend((SemHandle)(*sem), tick ? (U32)tick : OS_WAIT_FOREVER); in sys_arch_sem_wait()
316 LWIP_DEBUGF(SYS_DEBUG, ("%s: PRT_SemPend error %u\n", __FUNCTION__, ret)); in sys_arch_sem_wait()
372 (void)PRT_SemPend((SemHandle)(*mutex), OS_WAIT_FOREVER); in sys_mutex_lock()
/kernel/uniproton/src/core/ipc/sem/
H A Dprt_sem.c109 OS_SEC_L0_TEXT U32 PRT_SemPend(SemHandle semHandle, U32 timeout) in PRT_SemPend() function

Completed in 6 milliseconds