Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Duser.h1083 #define sl_SyncObjSignal(pSyncObj) SemaphoreP_post_handle(pSyncObj)
1098 #define sl_SyncObjSignalFromIRQ(pSyncObj) SemaphoreP_post_handle(pSyncObj)
Dcc_pal.h351 int SemaphoreP_post_handle(SemaphoreP_Handle* pSemHandle);
Dcc_pal.c513 int SemaphoreP_post_handle(SemaphoreP_Handle* pSemHandle) in SemaphoreP_post_handle() function