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

  /hardware/ti/wlan/wl1271/utils/
context.c 74 TI_HANDLE hProtectionLock; /* Handle of protection lock used by context clients */
136 os_protectDestroy (pContext->hOs, pContext->hProtectionLock);
166 pContext->hProtectionLock = os_protectCreate (pContext->hOs);
441 os_protectLock (pContext->hOs, pContext->hProtectionLock);
451 os_protectUnlock (pContext->hOs, pContext->hProtectionLock);
  /system/wlan/ti/wilink_6_1/utils/
context.c 74 TI_HANDLE hProtectionLock; /* Handle of protection lock used by context clients */
136 os_protectDestroy (pContext->hOs, pContext->hProtectionLock);
166 pContext->hProtectionLock = os_protectCreate (pContext->hOs);
441 os_protectLock (pContext->hOs, pContext->hProtectionLock);
451 os_protectUnlock (pContext->hOs, pContext->hProtectionLock);

Completed in 2250 milliseconds