Home
last modified time | relevance | path

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

/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...
/external/libvpx/libvpx/vpx_ports/
Dvpx_once.h24 void *lock_ptr = &lock; in once() local
43 if (InterlockedCompareExchangePointer(lock_ptr, new_lock, NULL) != NULL) in once()