Home
last modified time | relevance | path

Searched defs:_prio (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/modem/
Dppp.h179 #define MODEM_PPP_DEFINE(_name, _init_iface, _prio, _mtu, _buf_size) \ argument
/Zephyr-latest/include/zephyr/zbus/
Dzbus.h313 #define ZBUS_CHAN_ADD_OBS_WITH_MASK(_chan, _obs, _masked, _prio) \ argument
334 #define ZBUS_CHAN_ADD_OBS(_chan, _obs, _prio) ZBUS_CHAN_ADD_OBS_WITH_MASK(_chan, _obs, false, _prio) argument
/Zephyr-latest/lib/posix/options/
Dpthread.c26 #define POSIX_TO_ZEPHYR_PRIORITY(_prio, _pol) \ argument