This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
sched
/
signal
History
Masayuki Ishikawa
54b1f5ce2a
Merged in masayuki2009/nuttx.nuttx/remove_unused_variable (pull request
#233
)
...
Remove unused variable Approved-by: Gregory Nutt
2017-03-02 12:39:32 +00:00
..
Make.defs
…
sig_action.c
…
sig_allocatependingsigaction.c
…
sig_cleanup.c
…
sig_deliver.c
…
sig_dispatch.c
This commit adds a new internal interfaces and fixes a problem with three APIs in the SMP configuration. The new internal interface is sched_cpu_pause(tcb). This function will pause a CPU if the task associated with 'tcb' is running on that CPU. This allows a different CPU to modify that OS data stuctures associated with the CPU. When the other CPU is resumed, those modifications can safely take place.
2016-11-20 07:57:18 -06:00
sig_findaction.c
…
sig_initialize.c
…
sig_kill.c
…
sig_lowest.c
…
sig_mqnotempty.c
…
sig_nanosleep.c
Remove an unused variable when calling sigtimedwait()
2017-03-02 13:13:53 +09:00
sig_notification.c
…
sig_pause.c
Remove an unused variable when calling sigwaitinfo()
2017-03-02 13:14:00 +09:00
sig_pending.c
…
sig_procmask.c
…
sig_queue.c
…
sig_releasependingsigaction.c
…
sig_releasependingsignal.c
…
sig_removependingsignal.c
…
sig_suspend.c
Move cancellation point definitions to their own header file.
2016-12-10 09:08:26 -06:00
sig_timedwait.c
Review parameter usage in sigtimedwait(); update some comments.
2017-03-02 06:39:05 -06:00
sig_unmaskpendingsignal.c
…
sig_waitinfo.c
Move cancellation point definitions to their own header file.
2016-12-10 09:08:26 -06:00
signal.h
…