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
..
addrenv.rst
app_vs_os.rst style: fix typos 2025-04-30 13:45:46 +08:00
arch.rst driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
board.rst
conventions.rst docs/os: fix typos 2024-04-21 11:06:46 +08:00
events.rst sched/event: add a new event function nxevent_tickwait_wait 2025-09-04 09:47:50 +08:00
index.rst sched/nxevent: add support of kernel event group 2024-08-23 17:00:35 +08:00
iob.rst documentation: spelling and grammar fixes 2025-07-24 14:44:02 +08:00
led.rst
mutex.rst Documentation: fix spelling 2025-05-15 11:33:41 +08:00
newreno.rst style: fix typos 2025-04-30 13:45:46 +08:00
notifier.rst
nuttx.rst
paging.rst
shm.rst
smp.rst
time_clock.rst sched/wdog: Add max delay tick limitation. 2025-05-27 12:10:39 +02:00
wqueue.rst