gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:atomic_cmpxchg (0.01 seconds)
t2ex
t2ex_source/t2ex/network/net/src/netmain/tkn_atomic.c - 3.4KB - 141 lines
61: {
62:         return atomic_cmpxchg(target, newval, cmp);
63: }
67: { 68: return (void*)atomic_cmpxchg((UINT*)target, (UINT)newval, (UINT)cmp); 69: }