9
0
Fork 0
nuttx-bb/nuttx/sched
patacongo 3af5960614 Rename uptime to UTC
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3528 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2011-04-20 14:12:52 +00:00
..
Makefile Rename uptime to UTC 2011-04-20 14:12:52 +00:00
atexit.c Add stub lookup logic 2011-04-04 12:43:35 +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 Macro clock_systimer replaces direct access to g_system_timer variable 2011-04-13 21:44:24 +00:00
clock_gettimeofday.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
clock_getutc.c Rename uptime to UTC 2011-04-20 14:12:52 +00:00
clock_initialize.c Rename uptime to UTC 2011-04-20 14:12:52 +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 Macro clock_systimer replaces direct access to g_system_timer variable 2011-04-13 21:44:24 +00:00
clock_systimer.c More changes from Uros 2011-04-16 13:00:57 +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 Move memory manager into user space 2011-04-03 20:41:49 +00:00
env_dupenv.c Move memory manager into user space 2011-04-03 20:41:49 +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 Add a layer to redirect kernel-mode memory manager accesses 2011-04-05 15:50:01 +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 Add a layer to redirect kernel-mode memory manager accesses 2011-04-05 15:50:01 +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 Move memory manager into user space 2011-04-03 20:41:49 +00:00
errno_get.c Kernel build mostly successful 2011-04-02 15:25:22 +00:00
errno_getptr.c Kernel build mostly successful 2011-04-02 15:25:22 +00:00
errno_set.c Kernel build mostly successful 2011-04-02 15:25:22 +00:00
exit.c Fix AVR build, Add hooks for kernel threads 2011-04-07 01:54:59 +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
kmm_addregion.c More separation of kernel- and user-memory management 2011-04-05 17:33:50 +00:00
kmm_initialize.c More separation of kernel- and user-memory management 2011-04-05 17:33:50 +00:00
kmm_kfree.c More separation of kernel- and user-memory management 2011-04-05 17:33:50 +00:00
kmm_kmalloc.c More separation of kernel- and user-memory management 2011-04-05 17:33:50 +00:00
kmm_krealloc.c More separation of kernel- and user-memory management 2011-04-05 17:33:50 +00:00
kmm_kzalloc.c More separation of kernel- and user-memory management 2011-04-05 17:33:50 +00:00
kmm_semaphore.c More separation of kernel- and user-memory management 2011-04-05 17:33:50 +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_initialize.c Fix more issues detected by CppCheck tool 2011-01-19 21:17:37 +00:00
mq_internal.h Move more functions out of sched/ to lib/; proxies almost build 2011-04-02 01:23:08 +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 Move memory manager into user space 2011-04-03 20:41:49 +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_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 Add logic to initialize SAM3U user applications 2011-04-08 15:24:50 +00:00
os_internal.h I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode stuff 2011-04-07 21:22:06 +00:00
os_start.c Add support for kernel-mode threads 2011-04-07 14:39:55 +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 Macro clock_systimer replaces direct access to g_system_timer variable 2011-04-13 21:44:24 +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_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 Add support for kernel-mode threads 2011-04-07 14:39:55 +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 Move more files into subdirectories under lib/ 2011-03-31 01:42:50 +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_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 More separation of kernel- and user-memory management 2011-04-05 17:33:50 +00:00
sched_garbage.c More separation of kernel- and user-memory management 2011-04-05 17:33:50 +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_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 Move core of fdopen() logic from lib/stdio to fs/ 2011-04-04 23:02:00 +00:00
sched_lock.c Switching to C99 stdint.h types 2009-12-14 18:39:29 +00:00
sched_lockcount.c Kernel build mostly successful 2011-04-02 15:25:22 +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 Fix AVR build, Add hooks for kernel threads 2011-04-07 01:54:59 +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_self.c Move core of fdopen() logic from lib/stdio to fs/ 2011-04-04 23:02:00 +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 Move core of fdopen() logic from lib/stdio to fs/ 2011-04-04 23:02:00 +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 Add mksyscall tool 2011-03-31 04:23:17 +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_holder.c Updates from Uros 2011-03-27 15:03:49 +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_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_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_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 Add support for kernel-mode threads 2011-04-07 14:39:55 +00:00
task_delete.c Add a layer to redirect kernel-mode memory manager accesses 2011-04-05 15:50:01 +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 Add support for kernel-mode threads 2011-04-07 14:39:55 +00:00
task_start.c paging debug fixes 2010-09-05 19:13:48 +00:00
timer_create.c Move memory manager into user space 2011-04-03 20:41:49 +00:00
timer_delete.c Add a layer to redirect kernel-mode memory manager accesses 2011-04-05 15:50:01 +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 Macro clock_systimer replaces direct access to g_system_timer variable 2011-04-13 21:44:24 +00:00
work_thread.c Macro clock_systimer replaces direct access to g_system_timer variable 2011-04-13 21:44:24 +00:00