HomeSort by relevance Sort by last modified time
    Searched refs:AtomicAddFetch (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
ref_object.h 52 AtomicAddFetch(&ref_count_, 1);
56 Atomic32 val = AtomicAddFetch(&ref_count_, -1);
atomicops.h 28 inline Atomic32 AtomicAddFetch(volatile Atomic32* ptr, Atomic32 value) {
68 inline Atomic32 AtomicAddFetch(volatile Atomic32* ptr, Atomic32 value) {
thread_pool.cc 65 return AtomicAddFetch(&counter_, -1);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_resource_manager.h 54 void AddRef() { sdk_util::AtomicAddFetch(&ref_count_, 1); }
55 void Release() { sdk_util::AtomicAddFetch(&ref_count_, -1); }

Completed in 1333 milliseconds