Searched refs:InterlockedIncrement (Results 1 – 10 of 10) 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.
76 uptr old_data = InterlockedIncrement(&s->data); in __sanitizer_stat_report()
75 #define heim_base_atomic_inc(x) InterlockedIncrement(x)
220 return InterlockedIncrement(ptr); in __itt_interlocked_increment()
1068 ::InterlockedIncrement(&dummy); in Increment()1070 ::InterlockedIncrement(&dummy); in Increment()
265 return InterlockedIncrement(ptr); in __itt_interlocked_increment()
578 InterlockedIncrement(&sock->manager->iocp_total); in iocompletionport_update()1814 InterlockedIncrement(&manager->totalSockets); in socket_create()2083 InterlockedIncrement(&nsock->manager->totalSockets); in internal_accept()
203 static uint32_t InterlockedIncrement(volatile uint32_t *);2367 InterlockedIncrement(addend) function4378 IMPORT_FFUNC(InterlockedIncrement, 1),