Searched refs:SemaphoreP_post_handle (Results 1 – 3 of 3) sorted by relevance
1083 #define sl_SyncObjSignal(pSyncObj) SemaphoreP_post_handle(pSyncObj)1098 #define sl_SyncObjSignalFromIRQ(pSyncObj) SemaphoreP_post_handle(pSyncObj)
351 int SemaphoreP_post_handle(SemaphoreP_Handle* pSemHandle);
513 int SemaphoreP_post_handle(SemaphoreP_Handle* pSemHandle) in SemaphoreP_post_handle() function