Home
last modified time | relevance | path

Searched refs:ATOMIC_INIT (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-2.7.6/lib/os/
Dfdtable.c43 .refcount = ATOMIC_INIT(1)
48 .refcount = ATOMIC_INIT(1)
53 .refcount = ATOMIC_INIT(1)
/Zephyr-Core-2.7.6/subsys/net/ip/
Dpromiscuous.c26 static atomic_t enabled = ATOMIC_INIT(0);
Dnet_pkt.c1240 pkt->atomic_ref = ATOMIC_INIT(1);
/Zephyr-Core-2.7.6/include/sys/
Datomic.h61 #define ATOMIC_INIT(i) (i) macro
/Zephyr-Core-2.7.6/include/pm/
Ddevice.h132 .flags = ATOMIC_INIT(COND_CODE_1( \
/Zephyr-Core-2.7.6/doc/reference/kernel/other/
Datomic.rst34 a different value using :c:macro:`ATOMIC_INIT`:
38 atomic_t flags = ATOMIC_INIT(0xFF);
/Zephyr-Core-2.7.6/include/net/
Dbuf.h1010 .avail_count = ATOMIC_INIT(_count), \