13#ifndef __xwos_lib_lfq_h__
14#define __xwos_lib_lfq_h__
24#include <xwos/ospl/soc/lfq.h>
55 return soc_lfq_pop(h);
static void xwlib_lfq_push(atomic_xwlfq_t *h, atomic_xwlfq_t *n)
将一个节点推入无锁队列(栈式队列)
static void xwlib_lfq_init(atomic_xwlfq_t *n)
初始化无锁队列节点
static xwlfq_t * xwlib_lfq_pop(atomic_xwlfq_t *h)
弹出无锁队列中的第一个节点(栈式队列)
__xwcc_atomic xwlfq_t atomic_xwlfq_t