| /src/external/lgpl2/userspace-rcu/dist/doc/examples/wfstack/ |
| Makefile | 8 $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push 14 $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push clean
|
| Makefile | 8 $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push 14 $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push clean
|
| cds_wfs_pop.c | 46 cds_wfs_push(&mystack, &node->node);
|
| cds_wfs_pop_all_blocking.c | 48 cds_wfs_push(&mystack, &node->node);
|
| cds_wfs_push.c | 48 cds_wfs_push(&mystack, &node->node);
|
| cds_wfs_pop.c | 46 cds_wfs_push(&mystack, &node->node);
|
| cds_wfs_pop_all_blocking.c | 48 cds_wfs_push(&mystack, &node->node);
|
| cds_wfs_push.c | 48 cds_wfs_push(&mystack, &node->node);
|
| /src/external/lgpl2/userspace-rcu/dist/include/urcu/ |
| wfstack.h | 26 * Wait-free operations: cds_wfs_push, __cds_wfs_pop_all, cds_wfs_empty, 37 * cds_wfs_push __cds_wfs_pop __cds_wfs_pop_all 38 * cds_wfs_push - - - 117 #define cds_wfs_push _cds_wfs_push macro 178 * cds_wfs_push: push a node into the stack. 186 extern int cds_wfs_push(cds_wfs_stack_ptr_t u_stack, struct cds_wfs_node *node); 401 template<typename T> static inline int cds_wfs_push(T s, struct cds_wfs_node *node) function 403 return cds_wfs_push(cds_wfs_stack_cast(s), node);
|
| wfstack.h | 26 * Wait-free operations: cds_wfs_push, __cds_wfs_pop_all, cds_wfs_empty, 37 * cds_wfs_push __cds_wfs_pop __cds_wfs_pop_all 38 * cds_wfs_push - - - 117 #define cds_wfs_push _cds_wfs_push macro 178 * cds_wfs_push: push a node into the stack. 186 extern int cds_wfs_push(cds_wfs_stack_ptr_t u_stack, struct cds_wfs_node *node); 401 template<typename T> static inline int cds_wfs_push(T s, struct cds_wfs_node *node) function 403 return cds_wfs_push(cds_wfs_stack_cast(s), node);
|
| /src/external/lgpl2/userspace-rcu/dist/src/ |
| wfstack.c | 42 int cds_wfs_push(cds_wfs_stack_ptr_t u_stack, struct cds_wfs_node *node) function
|
| wfstack.c | 42 int cds_wfs_push(cds_wfs_stack_ptr_t u_stack, struct cds_wfs_node *node) function
|
| urcu-wait.h | 78 return cds_wfs_push(&queue->stack, &node->node);
|
| urcu-wait.h | 78 return cds_wfs_push(&queue->stack, &node->node);
|
| /src/external/lgpl2/userspace-rcu/dist/tests/unit/ |
| test_wfstack.c | 31 cds_wfs_push(queue, node);
|
| test_wfstack.c | 31 cds_wfs_push(queue, node);
|
| /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/ |
| test_urcu_wfs.c | 153 was_nonempty = cds_wfs_push(&s, node);
|
| test_urcu_wfs.c | 153 was_nonempty = cds_wfs_push(&s, node);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| db.c | 1447 cds_wfs_push(glue_stack, &new_gluelist->wfs_node);
|
| db.c | 1447 cds_wfs_push(glue_stack, &new_gluelist->wfs_node);
|