Home | History | Annotate | Download | only in dlmalloc

Lines Matching full:interlockedexchange

1519 #define interlockedexchange _InterlockedExchange
1522 #define interlockedexchange __sync_lock_test_and_set
1858 #define CAS_LOCK(sl) interlockedexchange(sl, (LONG)1)
1859 #define CLEAR_LOCK(sl) interlockedexchange (sl, (LONG)0)
1995 interlockedexchange(&malloc_global_mutex_status, (LONG)1);