HomeSort by relevance Sort by last modified time
    Searched refs:hCriticalSectionProtect (Results 1 - 7 of 7) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
MsduList.c 67 if(( msduList->hCriticalSectionProtect = os_protectCreate(hOs)) == NULL)
202 os_protectDestroy(this->hOs,this->hCriticalSectionProtect);
228 os_protectLock(this->hOs, this->hCriticalSectionProtect); /* START OF CRITICAL SECTION */
233 os_protectUnlock(this->hOs, this->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
245 os_protectUnlock(this->hOs, this->hCriticalSectionProtect);
253 os_protectLock(this->hOs, this->hCriticalSectionProtect); /* START OF CRITICAL SECTION */
267 os_protectUnlock(this->hOs, this->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
294 os_protectLock(this->hOs, this->hCriticalSectionProtect); /* START OF CRITICAL SECTION */
303 os_protectUnlock(this->hOs, this->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
322 os_protectUnlock(this->hOs, this->hCriticalSectionProtect); /* END OF CRITICAL SECTION *
    [all...]
MsduList.h 59 TI_HANDLE hCriticalSectionProtect;
tx.h 166 void* hCriticalSectionProtect;
tx.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
memMngrEx.c 231 if(( pMemMngr->hCriticalSectionProtect = os_protectCreate(hOs)) == NULL)
323 if(pMemMngr->hCriticalSectionProtect)
324 os_protectDestroy(pMemMngr->hOs,pMemMngr->hCriticalSectionProtect);
372 os_protectLock(pMemMngr->hOs, pMemMngr->hCriticalSectionProtect); /* START OF CRITICAL SECTION */
382 os_protectUnlock(pMemMngr->hOs, pMemMngr->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
420 os_protectUnlock(pMemMngr->hOs, pMemMngr->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
454 os_protectLock(pMemMngr->hOs, pMemMngr->hCriticalSectionProtect); /* START OF CRITICAL SECTION */
461 os_protectUnlock(pMemMngr->hOs, pMemMngr->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
487 os_protectUnlock(pMemMngr->hOs, pMemMngr->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
556 os_protectLock(pMemMngr->hOs, pMemMngr->hCriticalSectionProtect); /* START OF CRITICAL SECTION *
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
fourX.c 366 os_protectLock(pMsduList->hOs, pMsduList->hCriticalSectionProtect); /* START OF CRITICAL SECTION */
372 os_protectUnlock(pMsduList->hOs, pMsduList->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
448 os_protectUnlock(pMsduList->hOs, pMsduList->hCriticalSectionProtect); /* END OF CRITICAL SECTION */
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
memMngrEx.h 263 TI_HANDLE hCriticalSectionProtect;

Completed in 61 milliseconds