Searched refs:InterlockedIncrement (Results 1 – 8 of 8) sorted by relevance
81 if (InterlockedIncrement (&(once->started)) == 0) in __gthr_win32_once()156 if (InterlockedIncrement (&mutex->counter) == 0 || in __gthr_win32_mutex_lock()199 if (InterlockedIncrement (&mutex->counter) == 0) in __gthr_win32_recursive_mutex_lock()
541 if (InterlockedIncrement (&(once->started)) == 0) in __gthread_once()624 if (InterlockedIncrement (&mutex->counter) == 0 || in __gthread_mutex_lock()679 if (InterlockedIncrement (&mutex->counter) == 0) in __gthread_recursive_mutex_lock()
35267 (__gthread_mutex_lock): Use InterlockedIncrement.
75 #define heim_base_atomic_inc(x) InterlockedIncrement(x)
66 return InterlockedIncrement(ptr); in AtomicIncrement()
251 if (InterlockedIncrement(&seed_initialized) == 1) { in json_object_seed()
220 return InterlockedIncrement(ptr); in __itt_interlocked_increment()
201 static uint32_t InterlockedIncrement(volatile uint32_t *);2365 InterlockedIncrement(addend) function4379 IMPORT_FFUNC(InterlockedIncrement, 1),