This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-14 02:58:01 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2ea054fead91faa93ca8a208d04497f2c54c4076
nuttx
/
sched
/
wqueue
T
History
Gregory Nutt
2245dddaf9
Break up some long lines
2017-06-14 13:42:56 -06:00
..
kwork_cancel.c
…
kwork_hpthread.c
…
kwork_inherit.c
Break up some long lines
2017-06-14 13:42:56 -06:00
kwork_lpthread.c
…
kwork_process.c
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -06:00
kwork_queue.c
Signal sent from work_signal() may interrupt the low priority worker thread that is already running. For example, the worker thread that is waiting for a semaphore could be woken up by the signal and break any synchronization assumption as a result. It also does not make any sense to send signal if it is already running and busy. This commit fixes it.
2016-11-06 08:00:12 -06:00
kwork_signal.c
Signal sent from work_signal() may interrupt the low priority worker thread that is already running. For example, the worker thread that is waiting for a semaphore could be woken up by the signal and break any synchronization assumption as a result. It also does not make any sense to send signal if it is already running and busy. This commit fixes it.
2016-11-06 08:00:12 -06:00
Make.defs
…
wqueue.h
…