Home
last modified time | relevance | path

Searched refs:atomic_uint (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dstdatomic.h98 typedef _Atomic(unsigned int) atomic_uint; typedef
H A Dopencl-c.h13665 void __ovld atomic_init(volatile atomic_uint *object, uint value);
13683 uint __ovld atomic_fetch_add(volatile atomic_uint *object, uint operand);
13689 uint __ovld atomic_fetch_sub(volatile atomic_uint *object, uint operand);
13695 uint __ovld atomic_fetch_or(volatile atomic_uint *object, uint operand);
13701 uint __ovld atomic_fetch_xor(volatile atomic_uint *object, uint operand);
13707 uint __ovld atomic_fetch_and(volatile atomic_uint *object, uint operand);
13716 uint __ovld atomic_fetch_min(volatile atomic_uint *object, int operand);
13725 uint __ovld atomic_fetch_max(volatile atomic_uint *object, int operand);
13830 void __ovld atomic_store(volatile atomic_uint *object, uint desired);
13855 uint __ovld atomic_load(volatile atomic_uint *object);
[all …]
/freebsd-12.1/sys/sys/
H A Dstdatomic.h193 typedef _Atomic(unsigned int) atomic_uint; typedef
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_lock.h234 std::atomic_uint
236 std::atomic_uint now_serving; // ticket number for thread which holds the lock
/freebsd-12.1/contrib/libc++/include/
H A Datomic491 typedef atomic<unsigned int> atomic_uint;
1840 typedef atomic<unsigned int> atomic_uint;