HomeSort by: relevance | last modified time | path
    Searched defs:_new (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
ref.h 38 long old, _new, res; local
45 _new = old + 1;
46 res = uatomic_cmpxchg(&ref->refcount, old, _new);
81 long old, _new, res; local
87 _new = old + 1;
88 res = uatomic_cmpxchg(&ref->refcount, old, _new);
  /src/external/mit/xorg/lib/libxcb/files/
xproto.h 1165 uint8_t _new; member in struct:xcb_colormap_notify_event_t

Completed in 121 milliseconds