| /src/external/lgpl2/userspace-rcu/dist/include/urcu/uatomic/ |
| arm.h | 36 # define uatomic_xchg_mo(addr, v, mo) \ macro 73 # define uatomic_xchg_mo(addr, v, mo) \ macro
|
| api.h | 62 uatomic_xchg_mo(addr, value, \
|
| ppc.h | 97 #define uatomic_xchg_mo(addr, v, mo) \ macro
|
| s390.h | 102 #define uatomic_xchg_mo(addr, v, mo) \ macro
|
| builtins-generic.h | 49 #define uatomic_xchg_mo(addr, v, mo) \ macro
|
| generic.h | 315 #ifndef uatomic_xchg_mo 377 #define uatomic_xchg_mo(addr, v, mo) \ macro 381 #endif /* #ifndef uatomic_xchg_mo */ 607 #ifndef uatomic_xchg_mo 608 /* uatomic_xchg_mo */ 677 #define uatomic_xchg_mo(addr, v, mo) \ macro 681 #endif /* #ifndef uatomic_xchg_mo */
|
| x86.h | 608 #define uatomic_xchg_mo(addr, v, mo) \ macro
|
| /src/external/lgpl2/userspace-rcu/dist/src/ |
| urcu-pointer.c | 33 return uatomic_xchg_mo(p, v, CMM_SEQ_CST);
|
| /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/ |
| pointer.h | 222 uatomic_xchg_mo(p, _________pv, \
|
| wfqueue.h | 71 old_tail = uatomic_xchg_mo(&q->tail, &node->next, CMM_SEQ_CST);
|
| wfcqueue.h | 182 old_tail = uatomic_xchg_mo(&tail->p, new_tail, CMM_SEQ_CST); 542 head = uatomic_xchg_mo(&src_q_head->node.next, NULL, CMM_SEQ_CST); 558 tail = uatomic_xchg_mo(&src_q_tail->p, &src_q_head->node, CMM_SEQ_CST);
|
| lfstack.h | 254 head = uatomic_xchg_mo(&s->head, NULL, CMM_SEQ_CST);
|
| wfstack.h | 140 old_head = uatomic_xchg_mo(&s->head, new_head, CMM_SEQ_CST); 307 head = uatomic_xchg_mo(&s->head, CDS_WFS_END, CMM_SEQ_CST);
|