px4-firmware/nuttx/sched
patacongo 9e918288f2 Kconfig update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4597 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-04-12 21:52:04 +00:00
..
Kconfig Kconfig update 2012-04-12 21:52:04 +00:00
Makefile Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy 2012-01-31 23:39:12 +00:00
atexit.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
clock_abstime2ticks.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
clock_getres.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
clock_gettime.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
clock_gettimeofday.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
clock_initialize.c Add clock_synchronize() which may be used to re-synchonize the system time with an RTC after recovering from a low power state 2012-03-22 14:52:46 +00:00
clock_internal.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
clock_settime.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
clock_systimer.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
clock_ticks2time.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
clock_time2ticks.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_clearenv.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_dup.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_dupenv.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_findvar.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_getenv.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_getenvironptr.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_internal.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_putenv.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_release.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_removevar.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_setenv.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_share.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
env_unsetenv.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
errno_get.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
errno_getptr.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
errno_set.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
exit.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
getpid.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
irq_attach.c Fix buffer full test in generic CAN driver (plus fixes to comments) 2012-01-04 20:49:47 +00:00
irq_dispatch.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
irq_initialize.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
irq_internal.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
irq_unexpectedisr.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
kmm_addregion.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
kmm_initialize.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
kmm_kfree.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
kmm_kmalloc.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
kmm_krealloc.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
kmm_kzalloc.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
kmm_semaphore.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_close.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_descreate.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_findnamed.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_initialize.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_internal.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_msgfree.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_msgqfree.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_notify.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_open.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_rcvinternal.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_receive.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_send.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_sndinternal.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_timedreceive.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_timedsend.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_unlink.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
mq_waitirq.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
on_exit.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
os_bringup.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
os_internal.h Updated comments; starting to implement priority protection but backed everything out but some changes to comments 2012-03-23 20:14:21 +00:00
os_start.c NFS update 2012-03-28 00:10:43 +00:00
pg_internal.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pg_miss.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pg_worker.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_barrierdestroy.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_barrierinit.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_barrierwait.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_cancel.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_completejoin.c Fix an PIC32 error in scheduling of signal handlers 2011-12-26 16:24:43 +00:00
pthread_condbroadcast.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_conddestroy.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_condinit.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_condsignal.c Minor updates for PIC32 USB device driver bugs 2012-03-19 17:56:15 +00:00
pthread_condtimedwait.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_condwait.c Minor updates for PIC32 USB device driver bugs 2012-03-19 17:56:15 +00:00
pthread_create.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_detach.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_exit.c Fix an PIC32 error in scheduling of signal handlers 2011-12-26 16:24:43 +00:00
pthread_findjoininfo.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_getschedparam.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_getspecific.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_initialize.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_internal.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_join.c Fix an PIC32 error in scheduling of signal handlers 2011-12-26 16:24:43 +00:00
pthread_keycreate.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_keydelete.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_kill.c Fix an PIC32 error in scheduling of signal handlers 2011-12-26 16:24:43 +00:00
pthread_mutexdestroy.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_mutexinit.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_mutexlock.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_mutextrylock.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_mutexunlock.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_once.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_removejoininfo.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_setcancelstate.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_setschedparam.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_setschedprio.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_setspecific.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_sigmask.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
pthread_yield.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_addblocked.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_addprioritized.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_addreadytorun.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_foreach.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_free.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_garbage.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_getfiles.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_getparam.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_getscheduler.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_getsockets.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_getstreams.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_gettcb.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_lock.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_lockcount.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_mergepending.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_processtimer.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_releasefiles.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
sched_releasetcb.c Numerous cosmetic changes while debugging a telnet driver issue 2012-01-31 20:32:49 +00:00
sched_removeblocked.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_removereadytorun.c Numerous cosmetic changes while debugging a telnet driver issue 2012-01-31 20:32:49 +00:00
sched_reprioritize.c Updated comments; starting to implement priority protection but backed everything out but some changes to comments 2012-03-23 20:14:21 +00:00
sched_rrgetinterval.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_self.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_setparam.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_setpriority.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_setscheduler.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_setupidlefiles.c Fix read() return value for the case of permissions problem 2012-03-31 15:13:12 +00:00
sched_setuppthreadfiles.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
sched_setupstreams.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
sched_setuptaskfiles.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
sched_unlock.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_verifytcb.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sched_waitpid.c Add a test to verify that FPU registers are properly saved and restored on context switches. 2012-02-24 21:34:55 +00:00
sched_yield.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sem_close.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sem_destroy.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sem_findnamed.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sem_holder.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sem_initialize.c Updated comments; starting to implement priority protection but backed everything out but some changes to comments 2012-03-23 20:14:21 +00:00
sem_internal.h Updated comments; starting to implement priority protection but backed everything out but some changes to comments 2012-03-23 20:14:21 +00:00
sem_open.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sem_post.c Updated comments; starting to implement priority protection but backed everything out but some changes to comments 2012-03-23 20:14:21 +00:00
sem_timedwait.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sem_trywait.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sem_unlink.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sem_wait.c Updated comments; starting to implement priority protection but backed everything out but some changes to comments 2012-03-23 20:14:21 +00:00
sem_waitirq.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_action.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_allocatependingsigaction.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_cleanup.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_deliver.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_findaction.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_initialize.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_internal.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_kill.c Fix an PIC32 error in scheduling of signal handlers 2011-12-26 16:24:43 +00:00
sig_lowest.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_mqnotempty.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_pending.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_procmask.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_queue.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_received.c Fix an PIC32 error in scheduling of signal handlers 2011-12-26 16:24:43 +00:00
sig_releasependingsigaction.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_releasependingsignal.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_removependingsignal.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_suspend.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_timedwait.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_unmaskpendingsignal.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sig_waitinfo.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
sleep.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
task_activate.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
task_create.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
task_delete.c Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy 2012-01-31 23:39:12 +00:00
task_deletecurrent.c Numerous cosmetic changes while debugging a telnet driver issue 2012-01-31 20:32:49 +00:00
task_exithook.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
task_init.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
task_restart.c Updated comments; starting to implement priority protection but backed everything out but some changes to comments 2012-03-23 20:14:21 +00:00
task_setup.c Updated comments; starting to implement priority protection but backed everything out but some changes to comments 2012-03-23 20:14:21 +00:00
task_start.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
timer_create.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
timer_delete.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
timer_getoverrun.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
timer_gettime.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
timer_initialize.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
timer_internal.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
timer_release.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
timer_settime.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
usleep.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
wd_cancel.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
wd_create.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
wd_delete.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
wd_gettime.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
wd_initialize.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
wd_internal.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
wd_start.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
work_cancel.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
work_internal.h Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
work_queue.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
work_thread.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00