Home
last modified time | relevance | path

Searched refs:SemaphoreP_construct (Results 1 – 5 of 5) sorted by relevance

/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DSemaphoreP_zephyr.c138 SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle, unsigned int count, SemaphoreP_Pa… in SemaphoreP_construct() function
164 return (SemaphoreP_construct(handle, count, &params)); in SemaphoreP_constructBinary()
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DSemaphoreP_zephyr.c137 SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle, in SemaphoreP_construct() function
162 return (SemaphoreP_construct(handle, count, &params)); in SemaphoreP_constructBinary()
/hal_ti-latest/simplelink/source/ti/drivers/dpl/
DSemaphoreP.h161 extern SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle,
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/
DSemaphoreP.h161 extern SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle,
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL.c655 SemaphoreP_construct(&c->pendSem, 0, &sp); in RCL_open()