Files
nuttx/Documentation/reference/os
wangchengdong 5676bf8227 sched/event: add a new event function nxevent_tickwait_wait
There are cases that users do not want the event wait object to be allocated automatically
  in the stack as a temporary varialbe in nxevent_tickwait, since multiple threads will
  access the varialbe, they want to allocate the object as a global variable for safety
  control or easy debug. To solve this problem, this patch add a new function nxevent_tickwait_wait
  implementation to give user the chance to  pass the global wait object to it.

Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
2025-09-04 09:47:50 +08:00
..
2025-04-30 13:45:46 +08:00
2024-04-21 11:06:46 +08:00
2025-05-15 11:33:41 +08:00
2025-04-30 13:45:46 +08:00
2024-02-20 18:28:09 -08:00