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

  /hardware/intel/common/libwsbm/src/
wsbm_atomic.h 11 struct _WsbmAtomic
21 wsbmAtomicIncZero(struct _WsbmAtomic *v)
31 wsbmAtomicDecNegative(struct _WsbmAtomic *v)
42 wsbmAtomicDecZero(struct _WsbmAtomic *v)
53 wsbmAtomicInc(struct _WsbmAtomic *v)
59 wsbmAtomicDec(struct _WsbmAtomic *v)
65 wsbmAtomicCmpXchg(volatile struct _WsbmAtomic *v, int32_t old, int32_t new)
wsbm_pool.h 47 struct _WsbmAtomic refCount;
48 struct _WsbmAtomic onList;
wsbm_fencemgr.c 70 struct _WsbmAtomic count;
100 struct _WsbmAtomic refCount;
101 struct _WsbmAtomic signaled_types;
wsbm_userpool.c 83 struct _WsbmAtomic writers;
wsbm_manager.c 73 struct _WsbmAtomic refCount;
wsbm_slabpool.c 99 struct _WsbmAtomic writers; /* (Only upping) */

Completed in 146 milliseconds