Searched refs:InterlockedExchange (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/contrib/unbound/util/ |
| HD | locks.c | 174 (void)InterlockedExchange(lock, 0); in lock_basic_init() 179 (void)InterlockedExchange(lock, 0); in lock_basic_destroy() 186 while(InterlockedExchange(lock, 1)) { in lock_basic_lock() 197 (void)InterlockedExchange(lock, 0); in lock_basic_unlock()
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/sodium/ |
| HD | core.c | 88 return InterlockedExchange(&_sodium_lock_initialized, 2L) == 1L ? 0 : -1; in _sodium_crit_init()
|
| /freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_os.h | 471 #pragma intrinsic(InterlockedExchange) 495 InterlockedExchange((volatile long *)(p), (long)(v)) 500 kmp_int32 tmp = InterlockedExchange((volatile long *)p, *(long *)&v);
|
| /freebsd-13-stable/sys/compat/ndis/ |
| HD | ntoskrnl_var.h | 1072 (void *)InterlockedExchange((uint32_t *)(dst), (uintptr_t)(val)) 1447 extern uintptr_t InterlockedExchange(volatile uint32_t *,
|
| HD | subr_ntoskrnl.c | 2347 InterlockedExchange(dst, val) function 4369 IMPORT_FFUNC(InterlockedExchange, 2),
|
| /freebsd-13-stable/contrib/libpcap/ |
| HD | pcap-airpcap.c | 231 InterlockedExchange((LONG *)&airpcap_load_status, current_status); in load_airpcap_functions()
|
| HD | pcap-tc.c | 358 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus); in LoadTcFunctions()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Builtins.td | 2415 def InterlockedExchange : MSLangBuiltin, MSInt8_16_32Template {
|
| /freebsd-13-stable/contrib/ntp/ |
| HD | CommitLog | 146282 Use correct type for InterlockedExchange() target.
|