OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cds_lfs_push
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/src/
lfstack.c
44
bool
cds_lfs_push
(cds_lfs_stack_ptr_t s, struct cds_lfs_node *node)
function
/src/external/lgpl2/userspace-rcu/dist/include/urcu/
lfstack.h
31
*
cds_lfs_push
__cds_lfs_pop __cds_lfs_pop_all
32
*
cds_lfs_push
- - -
105
#define
cds_lfs_push
_cds_lfs_push
macro
152
*
cds_lfs_push
: push a node into the stack.
159
extern bool
cds_lfs_push
(cds_lfs_stack_ptr_t s,
305
template<typename T> static inline bool
cds_lfs_push
(T s,
function
308
return
cds_lfs_push
(cds_lfs_stack_cast(s), node);
Completed in 22 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026