nuttx/sched
patacongo 12ae4d2bd7 Switching to C99 stdint.h types
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2336 42af7a65-404d-4744-a932-0658087f49c3
2009-12-14 18:39:29 +00:00
..
abort.c NuttX RTOS 2007-02-17 23:21:28 +00:00
atexit.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
clock_settime.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 Add environment variable function 2007-06-30 19:39:17 +00:00
env_dup.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
env_dupenv.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
env_findvar.c Add environment variable function 2007-06-30 19:39:17 +00:00
env_getenv.c Z16F compile/link with all OS features enabled 2008-01-28 14:59:21 +00:00
env_getenvironptr.c Z16F compile/link with all OS features enabled 2008-01-28 14:59:21 +00:00
env_internal.h Add environment variable function 2007-06-30 19:39:17 +00:00
env_putenv.c Eliminate some Z16F compilation warnings. 2008-01-28 15:45:39 +00:00
env_release.c Add basic tasking support for environment variables 2007-06-30 17:05:44 +00:00
env_removevar.c Add environment variable function 2007-06-30 19:39:17 +00:00
env_setenv.c Add environment variable function 2007-06-30 19:39:17 +00:00
env_share.c Fix environment sharing bug 2008-08-30 14:37:49 +00:00
env_unsetenv.c Add environment variable function 2007-06-30 19:39:17 +00:00
exit.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
get_errno_ptr.c errno now defined to be *get_errno_ptr() 2008-02-01 21:23:19 +00:00
getpid.c Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphores 2007-03-14 18:58:21 +00:00
irq_attach.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
irq_dispatch.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
irq_initialize.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +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
Makefile Incorporate the work thread 2009-11-05 22:58:36 +00:00
mq_close.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_descreate.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_findnamed.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_getattr.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_initialize.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_internal.h Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_rcvinternal.c Cosmetic 2008-01-30 14:01:22 +00:00
mq_receive.c Z16F integration changes 2008-01-31 17:59:22 +00:00
mq_send.c Added mq_timedsend() and mq_timedreceive() 2007-03-29 13:25:18 +00:00
mq_setattr.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_sndinternal.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_timedreceive.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_timedsend.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_unlink.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
mq_waitirq.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
os_internal.h Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
os_start.c Fix compile error when workqueue disabled 2009-11-06 01:07:32 +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 Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_attrinit.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_attrsetinheritsched.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_completejoin.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
pthread_condattrdestroy.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_condattrinit.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_condwait.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_create.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
pthread_detach.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
pthread_exit.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_findjoininfo.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +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 Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_internal.h Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 stdint.h types 2009-12-14 18:39:29 +00:00
pthread_removejoininfo.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +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 NuttX RTOS 2007-02-17 23:21:28 +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 stdint.h types 2009-12-14 18:39:29 +00:00
sched_addreadytorun.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_foreach.c task_create now accepts variable number of arguments; 8051 bringup changes 2007-03-11 17:37:47 +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 This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +00:00
sched_getparam.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +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 Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sched_getsockets.c Changes for SDCC compiler 2007-12-28 01:44:34 +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 Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_mergepending.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_processtimer.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_removereadytorun.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_reprioritize.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_rrgetinterval.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sched_setparam.c Repartition functionality in preparation for nested, pending reprioritization 2009-03-10 23:52:46 +00:00
sched_setpriority.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_setscheduler.c Repartition functionality in preparation for nested, pending reprioritization 2009-03-10 23:52:46 +00:00
sched_setupidlefiles.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 Debug z80sim NSH (still doesn't work) 2008-01-01 14:54:10 +00:00
sched_setuptaskfiles.c Add logic to clone socket descriptors when a new task is started. 2009-06-15 19:50:06 +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 stdint.h types 2009-12-14 18:39:29 +00:00
sched_yield.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_close.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_destroy.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_findnamed.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_getvalue.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_holder.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_init.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_initialize.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_internal.h Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_open.c Z16F integration changes 2008-01-31 17:59:22 +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 stdint.h types 2009-12-14 18:39:29 +00:00
sem_unlink.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_wait.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sem_waitirq.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_action.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sig_ismember.c Z16F integration changes 2008-01-31 17:59:22 +00:00
sig_kill.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 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_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 Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
task_start.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
timer_create.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
timer_delete.c Put timer_release in a separate file 2008-06-03 01:31:13 +00:00
timer_getoverrun.c Z16F compile/link with all OS features enabled 2008-01-28 14:59:21 +00:00
timer_gettime.c timer_gettime was not returning the right value for it_interval 2007-03-21 20:03:32 +00:00
timer_initialize.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
timer_internal.h Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
timer_release.c Add comments 2008-06-03 10:25:00 +00:00
timer_settime.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
usleep.c Eliminate some hcs12 compile errors/warnings 2009-12-13 15:13:37 +00:00
wd_cancel.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
wd_create.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +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 stdint.h types 2009-12-14 18:39:29 +00:00
wd_start.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
work_cancel.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
work_internal.h Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
work_queue.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
work_thread.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00