Searched defs:_prio (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/include/zephyr/modem/ | 
| D | ppp.h | 179 #define MODEM_PPP_DEFINE(_name, _init_iface, _prio, _mtu, _buf_size)                               \  argument
  | 
| /Zephyr-latest/include/zephyr/zbus/ | 
| D | zbus.h | 313 #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/ | 
| D | pthread.c | 26 #define POSIX_TO_ZEPHYR_PRIORITY(_prio, _pol)                                                      \  argument
  |