Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching full:x86_cas_lock

1833 static FORCEINLINE int x86_cas_lock(int *sl) {
1854 #define CAS_LOCK(sl) x86_cas_lock(sl)