Searched refs:Atomic (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dreaderstate.h80 LONG xreaderID() const { Atomic<int>::barrier(); return ntohl(readerID); }
81 void xreaderID(LONG rid) { Atomic<int>::barrier(); readerID = htonl(rid); }
83 DWORD xreaderState() const { Atomic<int>::barrier(); return ntohl(readerState); }
84 void xreaderState(DWORD state) { Atomic<int>::barrier(); readerState = htonl(state); }
86 DWORD sharing() const { Atomic<int>::barrier(); return ntohl(readerSharing); }
87 void sharing(DWORD sharing) { Atomic<int>::barrier(); readerSharing = htonl(sharing); }
89 DWORD xlockState() const { Atomic<int>::barrier(); return ntohl(lockState); }
90 void xlockState(DWORD state) { Atomic<int>::barrier(); lockState = htonl(state); }
92 DWORD xcardProtocol() const { Atomic<int>::barrier(); return ntohl(cardProtocol); }
93 void xcardProtocol(DWORD prot) { Atomic<in
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/x86_64/
H A DOSAtomic.s85 xaddq %rdi, (%rsi) #; Atomic exchange and add
103 xaddl %edi, (%rsi) #; Atomic exchange and add
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dthreading.h259 // Atomic increment/decrement operations.
278 Integer operator ++ () { return Atomic<Integer>::increment(mValue); }
279 Integer operator -- () { return Atomic<Integer>::decrement(mValue); }
282 Integer operator ++ (int) { return Atomic<Integer>::increment(mValue) - 1; }
283 Integer operator -- (int) { return Atomic<Integer>::decrement(mValue) + 1; }
286 Integer operator += (int delta) { return Atomic<Integer>::add(delta, mValue); }
H A Dthreading_internal.h86 // Atomic<Type> is a set of (static) operations that can atomically access memory.
93 class Atomic { class in namespace:Security
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dthreading.h259 // Atomic increment/decrement operations.
278 Integer operator ++ () { return Atomic<Integer>::increment(mValue); }
279 Integer operator -- () { return Atomic<Integer>::decrement(mValue); }
282 Integer operator ++ (int) { return Atomic<Integer>::increment(mValue) - 1; }
283 Integer operator -- (int) { return Atomic<Integer>::decrement(mValue) + 1; }
286 Integer operator += (int delta) { return Atomic<Integer>::add(delta, mValue); }
H A Dthreading_internal.h86 // Atomic<Type> is a set of (static) operations that can atomically access memory.
93 class Atomic { class in namespace:Security
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DCMakeLists.txt68 Atomic.cpp
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlogtalk.vim257 " Atomic term processing
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dada.vim140 for Item in ['All_Calls_Remote', 'Assert', 'Assertion_Policy', 'Asynchronous', 'Atomic', 'Atomic_Components', 'Attach_Handler', 'Controlled', 'Convention', 'Detect_Blocking', 'Discard_Names', 'Elaborate', 'Elaborate_All', 'Elaborate_Body', 'Export', 'Import', 'Inline', 'Inspection_Point', 'Interface (Obsolescent)', 'Interrupt_Handler', 'Interrupt_Priority', 'Linker_Options', 'List', 'Locking_Policy', 'Memory_Size (Obsolescent)', 'No_Return', 'Normalize_Scalars', 'Optimize', 'Pack', 'Page', 'Partition_Elaboration_Policy', 'Preelaborable_Initialization', 'Preelaborate', 'Priority', 'Priority_Specific_Dispatching', 'Profile', 'Pure', 'Queueing_Policy', 'Relative_Deadline', 'Remote_Call_Interface', 'Remote_Types', 'Restrictions', 'Reviewable', 'Shared (Obsolescent)', 'Shared_Passive', 'Storage_Size', 'Storage_Unit (Obsolescent)', 'Suppress', 'System_Name (Obsolescent)', 'Task_Dispatching_Policy', 'Unchecked_Union', 'Unsuppress', 'Volatile', 'Volatile_Components']

Completed in 186 milliseconds