This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
sched
/
wqueue
History
Xiang Xiao
fc5e85da1b
drivers: Format pointer through "%p" for kthread_create
...
to remove the unnecessary cast and unify the usage Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-07-30 23:40:59 +03:00
..
CMakeLists.txt
build: add initial cmake build system
2023-07-08 13:50:48 +08:00
kwork_cancel.c
sched/wqueue: Do as much work as possible in work_thread
2023-03-21 17:50:40 +02:00
kwork_inherit.c
sched/semaphore: fix priority boost restoration for priority inheritance
2022-10-03 15:14:24 -03:00
kwork_notifier.c
sched/wqueue: Change the return type of work_notifier_teardown to void
2022-05-14 00:35:29 +03:00
kwork_queue.c
sched/wqueue: Do as much work as possible in work_thread
2023-03-21 17:50:40 +02:00
kwork_thread.c
drivers: Format pointer through "%p" for kthread_create
2023-07-30 23:40:59 +03:00
Make.defs
work_queue: schedule the work queue using the timer mechanism
2021-07-27 21:01:38 -07:00
wqueue.h
sched/wqueue: Do as much work as possible in work_thread
2023-03-21 17:50:40 +02:00