Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dvpx_once.h41 CRITICAL_SECTION *new_lock = malloc(sizeof(CRITICAL_SECTION)); in once() local
42 InitializeCriticalSection(new_lock); in once()
43 if (InterlockedCompareExchangePointer(lock_ptr, new_lock, NULL) != NULL) in once()
45 DeleteCriticalSection(new_lock); in once()
46 free(new_lock); in once()