Home
last modified time | relevance | path

Searched refs:InterlockedExchange (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/unbound/util/
HDlocks.c174 (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/
HDcore.c88 return InterlockedExchange(&_sodium_lock_initialized, 2L) == 1L ? 0 : -1; in _sodium_crit_init()
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_os.h471 #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/
HDntoskrnl_var.h1072 (void *)InterlockedExchange((uint32_t *)(dst), (uintptr_t)(val))
1447 extern uintptr_t InterlockedExchange(volatile uint32_t *,
HDsubr_ntoskrnl.c2347 InterlockedExchange(dst, val) function
4369 IMPORT_FFUNC(InterlockedExchange, 2),
/freebsd-13-stable/contrib/libpcap/
HDpcap-airpcap.c231 InterlockedExchange((LONG *)&airpcap_load_status, current_status); in load_airpcap_functions()
HDpcap-tc.c358 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus); in LoadTcFunctions()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDBuiltins.td2415 def InterlockedExchange : MSLangBuiltin, MSInt8_16_32Template {
/freebsd-13-stable/contrib/ntp/
HDCommitLog146282 Use correct type for InterlockedExchange() target.