9
0
Fork 0
nuttx-bb/nuttx/sched
patacongo bb8fc13a45 Prep for 5.19 release
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3373 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2011-03-12 22:09:14 +00:00
..
Makefile More apps/ related changes 2011-03-12 17:49:47 +00:00
abort.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
atexit.c Add SLIP driver 2011-03-12 03:42:08 +00:00
clock_abstime2ticks.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
clock_getres.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
clock_gettime.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
clock_gettimeofday.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
clock_initialize.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
clock_internal.h Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
clock_settime.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
clock_ticks2time.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
clock_time2ticks.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
env_clearenv.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
env_dup.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
env_dupenv.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
env_findvar.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
env_getenv.c Z16F compile/link with all OS features enabled 2008-01-28 14:59:21 +00:00
env_getenvironptr.c #warning removal 2011-03-09 03:41:34 +00:00
env_internal.h Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
env_putenv.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
env_release.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
env_removevar.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
env_setenv.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
env_share.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
env_unsetenv.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
exit.c Add SLIP driver 2011-03-12 03:42:08 +00:00
get_errno_ptr.c errno now defined to be *get_errno_ptr() 2008-02-01 21:23:19 +00:00
getpid.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
irq_attach.c No up_en/disable_irq's 2010-10-16 03:22:24 +00:00
irq_dispatch.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
irq_initialize.c Cloned AVR32 code now compiles 2010-10-04 12:26:48 +00:00
irq_internal.h Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
irq_unexpectedisr.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_close.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
mq_descreate.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_findnamed.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
mq_getattr.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
mq_initialize.c Fix more issues detected by CppCheck tool 2011-01-19 21:17:37 +00:00
mq_internal.h Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
mq_msgfree.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_msgqfree.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_notify.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_open.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
mq_rcvinternal.c Cosmetic 2008-01-30 14:01:22 +00:00
mq_receive.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
mq_send.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
mq_setattr.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_sndinternal.c Clean-up from big switch to stdint/stdbool 2009-12-16 23:23:46 +00:00
mq_timedreceive.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
mq_timedsend.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
mq_unlink.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
mq_waitirq.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
os_bringup.c More apps/ related changes 2011-03-12 17:49:47 +00:00
os_internal.h More apps/ related changes 2011-03-12 17:49:47 +00:00
os_start.c Prep for 5.19 release 2011-03-12 22:09:14 +00:00
pg_internal.h Add logic to drop the priority of the page fill task 2010-08-15 16:50:25 +00:00
pg_miss.c Add paging debug instrumentation 2010-08-31 02:21:12 +00:00
pg_worker.c Add paging debug instrumentation 2010-08-31 02:21:12 +00:00
pthread_attrdestroy.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_attrgetinheritsched.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_attrgetschedparam.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_attrgetschedpolicy.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_attrgetstacksize.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
pthread_attrinit.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_attrsetinheritsched.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
pthread_attrsetschedparam.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_attrsetschedpolicy.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_attrsetstacksize.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_barrierattrdestroy.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_barrierattrgetpshared.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_barrierattrinit.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_barrierattrsetpshared.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_barrierdestroy.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_barrierinit.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_barrierwait.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_cancel.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
pthread_completejoin.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
pthread_condattrdestroy.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_condattrinit.c Clean-up from big switch to stdint/stdbool 2009-12-16 23:23:46 +00:00
pthread_condbroadcast.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_conddestroy.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_condinit.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_condsignal.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_condtimedwait.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
pthread_condwait.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_create.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
pthread_detach.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
pthread_exit.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_findjoininfo.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
pthread_getschedparam.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_getspecific.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_initialize.c paging debug fixes 2010-09-05 19:13:48 +00:00
pthread_internal.h Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
pthread_join.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_keycreate.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_keydelete.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_kill.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_mutexattrdestroy.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_mutexattrgetpshared.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_mutexattrgettype.c Add support for recursive mutexes 2008-05-31 17:13:08 +00:00
pthread_mutexattrinit.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_mutexattrsetpshared.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_mutexattrsettype.c Remove pthread_mutexattrverifytype.c 2008-06-05 02:07:51 +00:00
pthread_mutexdestroy.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_mutexinit.c Fix more issues detected by CppCheck tool 2011-01-19 21:17:37 +00:00
pthread_mutexlock.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_mutextrylock.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_mutexunlock.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_once.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
pthread_removejoininfo.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
pthread_setcancelstate.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_setschedparam.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_setschedprio.c Make better use of new sched_settcpprio() API 2009-03-10 02:03:24 +00:00
pthread_setspecific.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_sigmask.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_yield.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_addblocked.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_addprioritized.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
sched_addreadytorun.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
sched_foreach.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_free.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_garbage.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_getfiles.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_getparam.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_getprioritymax.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_getprioritymin.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_getscheduler.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_getsockets.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_getstreams.c Various fixes for buffered R/W I/O and seeking 2008-02-05 18:13:13 +00:00
sched_gettcb.c More priority inheritance logic 2009-03-12 01:53:20 +00:00
sched_lock.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_lockcount.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_mergepending.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
sched_processtimer.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_releasefiles.c Fix bug: Using unsigned to detect errno<0 2008-07-31 00:28:24 +00:00
sched_releasetcb.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_removeblocked.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_removereadytorun.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
sched_reprioritize.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_rrgetinterval.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_setparam.c Repartition functionality in preparation for nested, pending reprioritization 2009-03-10 23:52:46 +00:00
sched_setpriority.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sched_setscheduler.c Repartition functionality in preparation for nested, pending reprioritization 2009-03-10 23:52:46 +00:00
sched_setupidlefiles.c Fix errors when there is no console device 2010-11-06 01:57:50 +00:00
sched_setuppthreadfiles.c pthread_create must return a positive errno on failure 2009-05-19 19:30:57 +00:00
sched_setupstreams.c Fix errors when there is no console device 2010-11-06 01:57:50 +00:00
sched_setuptaskfiles.c Fix errors when there is no console device 2010-11-06 01:57:50 +00:00
sched_unlock.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_verifytcb.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
sched_waitpid.c add apps/ dir 2011-03-10 14:42:28 +00:00
sched_yield.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_close.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sem_destroy.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_findnamed.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sem_getvalue.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sem_holder.c Prep for 5.11 Release 2010-10-02 00:55:32 +00:00
sem_init.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sem_initialize.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_internal.h Prep for 5.11 Release 2010-10-02 00:55:32 +00:00
sem_open.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
sem_post.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_trywait.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
sem_unlink.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
sem_wait.c Fix race condition when semaphore wait is interrupted by a signl 2010-09-10 02:34:19 +00:00
sem_waitirq.c Fix priority inheritance bug 2010-09-14 13:42:15 +00:00
sig_action.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sig_addset.c Z16F integration changes 2008-01-31 17:59:22 +00:00
sig_allocatependingsigaction.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_cleanup.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_deliver.c errno now defined to be *get_errno_ptr() 2008-02-01 21:23:19 +00:00
sig_delset.c Z16F integration changes 2008-01-31 17:59:22 +00:00
sig_emptyset.c Z16F integration changes 2008-01-31 17:59:22 +00:00
sig_fillset.c Z16F integration changes 2008-01-31 17:59:22 +00:00
sig_findaction.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_initialize.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_internal.h Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
sig_ismember.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
sig_kill.c Add NSH kill command 2011-02-27 17:26:06 +00:00
sig_lowest.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_mqnotempty.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_pending.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_procmask.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_queue.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_received.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_releasependingsigaction.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_releasependingsignal.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_removependingsignal.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_suspend.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_timedwait.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_unmaskpendingsignal.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_waitinfo.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sleep.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
task_activate.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
task_create.c Some context switch fixes 2010-10-31 17:08:05 +00:00
task_delete.c types blkcnt_t and off_t should not depend on memory model; Remove non-standard type STATUS 2009-12-13 18:01:46 +00:00
task_deletecurrent.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
task_init.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
task_restart.c types blkcnt_t and off_t should not depend on memory model; Remove non-standard type STATUS 2009-12-13 18:01:46 +00:00
task_setup.c Some context switch fixes 2010-10-31 17:08:05 +00:00
task_start.c paging debug fixes 2010-09-05 19:13:48 +00:00
timer_create.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
timer_delete.c Put timer_release in a separate file 2008-06-03 01:31:13 +00:00
timer_getoverrun.c #warning removal 2011-03-09 03:41:34 +00:00
timer_gettime.c Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
timer_initialize.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
timer_internal.h Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-14 19:30:18 +00:00
timer_release.c Add comments 2008-06-03 10:25:00 +00:00
timer_settime.c Fix error in timer_settime() 2010-11-17 12:08:25 +00:00
usleep.c Eliminate some hcs12 compile errors/warnings 2009-12-13 15:13:37 +00:00
wd_cancel.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
wd_create.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
wd_delete.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
wd_gettime.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
wd_initialize.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
wd_internal.h Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
wd_start.c Switching to C99 stdbool.h types 2009-12-14 21:15:18 +00:00
work_cancel.c Misc improvements from David Hewson 2010-05-26 12:34:59 +00:00
work_internal.h Prep for 5.19 release 2011-03-12 22:09:14 +00:00
work_queue.c Misc improvements from David Hewson 2010-05-26 12:34:59 +00:00
work_thread.c Prep for 5.19 release 2011-03-12 22:09:14 +00:00