Searched refs:SemaphoreP_construct (Results 1 – 5 of 5) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/ |
| D | SemaphoreP_zephyr.c | 138 SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle, unsigned int count, SemaphoreP_Pa… in SemaphoreP_construct() function 164 return (SemaphoreP_construct(handle, count, ¶ms)); in SemaphoreP_constructBinary()
|
| /hal_ti-latest/simplelink/kernel/zephyr/dpl/ |
| D | SemaphoreP_zephyr.c | 137 SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle, in SemaphoreP_construct() function 162 return (SemaphoreP_construct(handle, count, ¶ms)); in SemaphoreP_constructBinary()
|
| /hal_ti-latest/simplelink/source/ti/drivers/dpl/ |
| D | SemaphoreP.h | 161 extern SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle,
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/ |
| D | SemaphoreP.h | 161 extern SemaphoreP_Handle SemaphoreP_construct(SemaphoreP_Struct *handle,
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/ |
| D | RCL.c | 655 SemaphoreP_construct(&c->pendSem, 0, &sp); in RCL_open()
|