Files
zephyr/kernel
TaiJu Wu d361ec9692 kernel: message does not execute correct put front behavior
When the buffer is full, Thread A gets pended (blocked).
If Thread B later calls the get function, it will unpend Thread A,
allowing it to resume and put the message into the queue.
In this situation, we need to know whether Thread A should
continue with put to front or put to end.

In order to resolve this issue, we don't allow set timeout
parameter for `k_msgq_put_front` and this parameter is always
`K_NO_WAIT`.

Signed-off-by: TaiJu Wu <tjwu1217@gmail.com>
2025-09-13 21:22:52 -04:00
..
2025-09-08 15:51:07 -04:00
2024-09-20 09:02:38 +02:00
2025-01-10 07:49:08 +01:00
2025-01-10 07:49:08 +01:00
2025-08-25 09:12:31 +02:00
2025-09-08 15:51:07 -04:00
2024-11-16 14:04:25 -05:00
2025-01-17 19:43:44 +01:00
2025-01-10 07:49:08 +01:00
2025-01-10 07:49:08 +01:00
2025-09-08 15:51:07 -04:00
2025-01-10 07:49:08 +01:00
2025-04-21 07:45:35 +02:00
2025-09-05 17:13:05 +02:00
2025-02-03 19:51:20 +01:00
2025-01-10 07:49:08 +01:00
2025-09-05 17:13:05 +02:00
2025-06-06 08:42:53 +02:00