Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats_client.cpp75 uptr old_data = InterlockedIncrement(&s->data); in __sanitizer_stat_report()
/freebsd-13.1/crypto/heimdal/base/
H A Dbaselocl.h75 #define heim_base_atomic_inc(x) InterlockedIncrement(x)
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h219 return InterlockedIncrement(ptr); in __itt_interlocked_increment()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc1068 ::InterlockedIncrement(&dummy); in Increment()
1070 ::InterlockedIncrement(&dummy); in Increment()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h275 return InterlockedIncrement(ptr); in __itt_interlocked_increment()
/freebsd-13.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-13.1/sys/compat/ndis/
H A Dsubr_ntoskrnl.c204 static uint32_t InterlockedIncrement(volatile uint32_t *);
2364 InterlockedIncrement(addend) function
4369 IMPORT_FFUNC(InterlockedIncrement, 1),