Searched defs:tas (Results 1 – 3 of 3) sorted by relevance
132 #define tas(ptr) (xchg ((ptr), 1)) macro
85 static inline unsigned long tas(volatile int *m) in tas() function
241 #define tas(ptr) (xchg((ptr),1)) macro