Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dvpx_once.h24 void *lock_ptr = &lock; in once() local
43 if (InterlockedCompareExchangePointer(lock_ptr, new_lock, NULL) != NULL) in once()