Searched refs:spin (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/libdrm/libdrm/ |
D | xf86drm.h | 475 #define DRM_SPINLOCK(spin,val) \ argument 479 DRM_CAS(spin,0,val,__ret); \ 480 if (__ret) while ((spin)->lock); \ 484 #define DRM_SPINLOCK_TAKE(spin,val) \ argument 489 cur = (*spin).lock; \ 490 DRM_CAS(spin,cur,val,__ret); \ 494 #define DRM_SPINLOCK_COUNT(spin,val,count,__ret) \ argument 499 DRM_CAS(spin,0,val,__ret); \ 500 if (__ret) for (;__i < count && (spin)->lock; __i++); \ 504 #define DRM_SPINUNLOCK(spin,val) \ argument [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 326 Fix semaphore emulation, spin-wait intrinsics on Windows
|