Searched refs:interlockedcompareexchange (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1550 #define interlockedcompareexchange _InterlockedCompareExchange macro
1553 #define interlockedcompareexchange(a, b, c) __sync_val_compare_and_swap(a, c, b) macro
2054 interlockedcompareexchange(&malloc_global_mutex_status, (LONG)-1, (LONG)0) == 0) {

Completed in 95 milliseconds