HomeSort by relevance Sort by last modified time
    Searched full:cas_flag (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Support/
Atomic.h 24 typedef long cas_flag; typedef in namespace:llvm::sys
26 typedef uint32_t cas_flag; typedef in namespace:llvm::sys
28 cas_flag CompareAndSwap(volatile cas_flag* ptr,
29 cas_flag new_value,
30 cas_flag old_value);
31 cas_flag AtomicIncrement(volatile cas_flag* ptr);
32 cas_flag AtomicDecrement(volatile cas_flag* ptr)
    [all...]