Home
last modified time | relevance | path

Searched refs:InterlockedIncrement (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/config/i386/
H A Dgthr-win32.c81 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()
/freebsd-12.1/contrib/gcc/
H A Dgthr-win32.h541 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()
H A DChangeLog-200435267 (__gthread_mutex_lock): Use InterlockedIncrement.
/freebsd-12.1/contrib/compiler-rt/lib/stats/
H A Dstats_client.cc76 uptr old_data = InterlockedIncrement(&s->data); in __sanitizer_stat_report()
/freebsd-12.1/crypto/heimdal/base/
H A Dbaselocl.h75 #define heim_base_atomic_inc(x) InterlockedIncrement(x)
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h220 return InterlockedIncrement(ptr); in __itt_interlocked_increment()
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc1068 ::InterlockedIncrement(&dummy); in Increment()
1070 ::InterlockedIncrement(&dummy); in Increment()
/freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h265 return InterlockedIncrement(ptr); in __itt_interlocked_increment()
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c578 InterlockedIncrement(&sock->manager->iocp_total); in iocompletionport_update()
1814 InterlockedIncrement(&manager->totalSockets); in socket_create()
2083 InterlockedIncrement(&nsock->manager->totalSockets); in internal_accept()
/freebsd-12.1/sys/compat/ndis/
H A Dsubr_ntoskrnl.c203 static uint32_t InterlockedIncrement(volatile uint32_t *);
2367 InterlockedIncrement(addend) function
4378 IMPORT_FFUNC(InterlockedIncrement, 1),