Home
last modified time | relevance | path

Searched defs:msgq (Results 1 – 7 of 7) sorted by relevance

/subsys/portability/cmsis_rtos_v2/
A Dmsgq.c30 struct cmsis_rtos_msgq_cb *msgq; in osMessageQueueNew() local
93 struct cmsis_rtos_msgq_cb *msgq = (struct cmsis_rtos_msgq_cb *)msgq_id; in osMessageQueuePut() local
130 struct cmsis_rtos_msgq_cb *msgq = (struct cmsis_rtos_msgq_cb *)msgq_id; in osMessageQueueGet() local
168 struct cmsis_rtos_msgq_cb *msgq = (struct cmsis_rtos_msgq_cb *)msgq_id; in osMessageQueueGetCapacity() local
182 struct cmsis_rtos_msgq_cb *msgq = (struct cmsis_rtos_msgq_cb *)msgq_id; in osMessageQueueGetMsgSize() local
196 struct cmsis_rtos_msgq_cb *msgq = (struct cmsis_rtos_msgq_cb *)msgq_id; in osMessageQueueGetCount() local
210 struct cmsis_rtos_msgq_cb *msgq = (struct cmsis_rtos_msgq_cb *)msgq_id; in osMessageQueueGetSpace() local
225 struct cmsis_rtos_msgq_cb *msgq = (struct cmsis_rtos_msgq_cb *)msgq_id; in osMessageQueueGetName() local
238 struct cmsis_rtos_msgq_cb *msgq = (struct cmsis_rtos_msgq_cb *)msgq_id; in osMessageQueueReset() local
263 struct cmsis_rtos_msgq_cb *msgq = (struct cmsis_rtos_msgq_cb *)msgq_id; in osMessageQueueDelete() local
/subsys/tracing/sysview/
A Dtracing_sysview.h508 #define sys_port_trace_k_msgq_init(msgq) argument
509 #define sys_port_trace_k_msgq_alloc_init_enter(msgq) argument
510 #define sys_port_trace_k_msgq_alloc_init_exit(msgq, ret) argument
511 #define sys_port_trace_k_msgq_cleanup_enter(msgq) argument
512 #define sys_port_trace_k_msgq_cleanup_exit(msgq, ret) argument
513 #define sys_port_trace_k_msgq_put_enter(msgq, timeout) argument
514 #define sys_port_trace_k_msgq_put_blocking(msgq, timeout) argument
519 #define sys_port_trace_k_msgq_get_enter(msgq, timeout) argument
520 #define sys_port_trace_k_msgq_get_blocking(msgq, timeout) argument
522 #define sys_port_trace_k_msgq_peek(msgq, ret) argument
[all …]
/subsys/tracing/test/
A Dtracing_test.h296 #define sys_port_trace_k_msgq_init(msgq) sys_trace_k_msgq_init(msgq) argument
298 #define sys_port_trace_k_msgq_alloc_init_enter(msgq) \ argument
301 #define sys_port_trace_k_msgq_alloc_init_exit(msgq, ret) \ argument
304 #define sys_port_trace_k_msgq_cleanup_enter(msgq) sys_trace_k_msgq_cleanup_enter(msgq) argument
306 #define sys_port_trace_k_msgq_cleanup_exit(msgq, ret) sys_trace_k_msgq_cleanup_exit(msgq, ret) argument
308 #define sys_port_trace_k_msgq_put_enter(msgq, timeout) \ argument
311 #define sys_port_trace_k_msgq_put_blocking(msgq, timeout) \ argument
313 #define sys_port_trace_k_msgq_put_exit(msgq, timeout, ret) \ argument
316 #define sys_port_trace_k_msgq_put_front_enter(msgq, timeout) \ argument
329 #define sys_port_trace_k_msgq_peek(msgq, ret) sys_trace_k_msgq_peek(msgq, data, ret) argument
[all …]
/subsys/tracing/user/
A Dtracing_user.h299 #define sys_port_trace_k_msgq_init(msgq) argument
300 #define sys_port_trace_k_msgq_alloc_init_enter(msgq) argument
301 #define sys_port_trace_k_msgq_alloc_init_exit(msgq, ret) argument
302 #define sys_port_trace_k_msgq_cleanup_enter(msgq) argument
303 #define sys_port_trace_k_msgq_cleanup_exit(msgq, ret) argument
304 #define sys_port_trace_k_msgq_put_enter(msgq, timeout) argument
305 #define sys_port_trace_k_msgq_put_blocking(msgq, timeout) argument
310 #define sys_port_trace_k_msgq_get_enter(msgq, timeout) argument
311 #define sys_port_trace_k_msgq_get_blocking(msgq, timeout) argument
313 #define sys_port_trace_k_msgq_peek(msgq, ret) argument
[all …]
/subsys/tracing/ctf/
A Dtracing_ctf.h262 #define sys_port_trace_k_msgq_init(msgq) argument
263 #define sys_port_trace_k_msgq_alloc_init_enter(msgq) argument
264 #define sys_port_trace_k_msgq_alloc_init_exit(msgq, ret) argument
265 #define sys_port_trace_k_msgq_cleanup_enter(msgq) argument
266 #define sys_port_trace_k_msgq_cleanup_exit(msgq, ret) argument
267 #define sys_port_trace_k_msgq_put_enter(msgq, timeout) argument
268 #define sys_port_trace_k_msgq_put_blocking(msgq, timeout) argument
273 #define sys_port_trace_k_msgq_get_enter(msgq, timeout) argument
274 #define sys_port_trace_k_msgq_get_blocking(msgq, timeout) argument
276 #define sys_port_trace_k_msgq_peek(msgq, ret) argument
[all …]
/subsys/tracing/
A Dtracing_tracking.c92 void sys_track_k_msgq_init(struct k_msgq *msgq) in sys_track_k_msgq_init()
/subsys/net/lib/ocpp/
A Docpp_i.h155 struct k_msgq *msgq; member

Completed in 27 milliseconds