nuttx/sched
patacongo b48009644f Rename _TCB to struct tcb_s
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3
2013-02-04 18:46:28 +00:00
..
atexit.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
clock_abstime2ticks.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
clock_dow.c Fix max filename size report by FAT statfs with long file names; Add missing logic to support fieldwidth and justification for %s format; Add extended help options. Default help command just shows a short list of commands. Verbose and single command help options 2012-08-04 22:00:18 +00:00
clock_getres.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
clock_gettime.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
clock_gettimeofday.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
clock_initialize.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
clock_internal.h Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
clock_settime.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
clock_systimer.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
clock_ticks2time.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
clock_time2ticks.c Fix rounding in clock_time2ticks(). From Mike Smith. 2013-01-10 14:07:30 +00:00
env_clearenv.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
env_dup.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
env_findvar.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_getenv.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
env_getenvironptr.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
env_internal.h Move socket data from TCB to task group structure. 2013-01-26 23:49:02 +00:00
env_putenv.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
env_release.c Move socket data from TCB to task group structure. 2013-01-26 23:49:02 +00:00
env_removevar.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_setenv.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
env_unsetenv.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
errno_get.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
errno_getptr.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
errno_set.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
exit.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
getpid.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
group_childstatus.c Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
group_create.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
group_find.c Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +00:00
group_internal.h Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
group_join.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
group_leave.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
group_setupidlefiles.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
group_setupstreams.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
group_setuptaskfiles.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
group_signal.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
irq_attach.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
irq_dispatch.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
irq_initialize.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
irq_internal.h Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
irq_unexpectedisr.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
Kconfig Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
kmm_addregion.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
kmm_initialize.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
kmm_kfree.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
kmm_kmalloc.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
kmm_krealloc.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
kmm_kzalloc.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
kmm_semaphore.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
Makefile Move list of open message queues to task group. Now message queues opened by members of the group will be closed when the last member of the group exits. 2013-02-04 16:55:38 +00:00
mq_close.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
mq_descreate.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
mq_findnamed.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
mq_initialize.c Finish dup logic for open files; fix bug in sigtimedwait(), would return wrong signo value if the signal was already pending 2013-01-14 19:22:32 +00:00
mq_internal.h Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
mq_msgfree.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
mq_msgqfree.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
mq_notify.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
mq_open.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
mq_rcvinternal.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
mq_receive.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
mq_release.c Move list of open message queues to task group. Now message queues opened by members of the group will be closed when the last member of the group exits. 2013-02-04 16:55:38 +00:00
mq_send.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
mq_sndinternal.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
mq_timedreceive.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
mq_timedsend.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
mq_unlink.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
mq_waitirq.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
on_exit.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
os_bringup.c New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char ** 2013-02-02 19:31:30 +00:00
os_internal.h Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
os_start.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pause.c Update for ez80 Windows native build (still does not work) 2012-11-21 17:44:14 +00:00
pg_internal.h Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pg_miss.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pg_worker.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
prctl.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pthread_barrierdestroy.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_barrierinit.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_barrierwait.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_cancel.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pthread_completejoin.c Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +00:00
pthread_condbroadcast.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_conddestroy.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_condinit.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_condsignal.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_condtimedwait.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_condwait.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_create.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pthread_detach.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pthread_exit.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_findjoininfo.c Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +00:00
pthread_getschedparam.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_getspecific.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pthread_initialize.c Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +00:00
pthread_internal.h Now that join info is in the task group, need to free when task group exits. Used to be stranded 2013-02-03 17:39:54 +00:00
pthread_join.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pthread_keycreate.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pthread_keydelete.c Now that join info is in the task group, need to free when task group exits. Used to be stranded 2013-02-03 17:39:54 +00:00
pthread_kill.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_mutexdestroy.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_mutexinit.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_mutexlock.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_mutextrylock.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_mutexunlock.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_once.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_release.c Now that join info is in the task group, need to free when task group exits. Used to be stranded 2013-02-03 17:39:54 +00:00
pthread_setcancelstate.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pthread_setschedparam.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_setschedprio.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_setspecific.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
pthread_sigmask.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pthread_yield.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_addblocked.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_addprioritized.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_addreadytorun.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_foreach.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_free.c Add support for multiple work queues 2012-09-04 00:54:09 +00:00
sched_garbage.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_getfiles.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_getparam.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_getscheduler.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_getsockets.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_getstreams.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_gettcb.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_lock.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_lockcount.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_mergepending.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_processtimer.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_releasetcb.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_removeblocked.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_removereadytorun.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_reprioritize.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_rrgetinterval.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_self.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_setparam.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_setpriority.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_setscheduler.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_unlock.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_verifytcb.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_wait.c Use SIGCHLD with waitpid(); implemented wait() and waitid() 2013-01-13 18:53:00 +00:00
sched_waitid.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_waitpid.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sched_yield.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sem_close.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sem_destroy.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sem_findnamed.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sem_holder.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sem_initialize.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sem_internal.h Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sem_open.c Fixes for warnings from Freddie Chopin 2012-11-01 21:21:54 +00:00
sem_post.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sem_timedwait.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sem_trywait.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sem_unlink.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sem_wait.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sem_waitirq.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_action.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_allocatependingsigaction.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_cleanup.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_deliver.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_findaction.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_initialize.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_internal.h Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_kill.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_lowest.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_mqnotempty.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_pending.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_procmask.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_queue.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_received.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_releasependingsigaction.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_releasependingsignal.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_removependingsignal.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_suspend.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_timedwait.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_unmaskpendingsignal.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
sig_waitinfo.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sleep.c Update for ez80 Windows native build (still does not work) 2012-11-21 17:44:14 +00:00
spawn_internal.h Make the names of the execsem consistent; Need defaults for some CONFIG_ settings 2013-02-03 18:36:46 +00:00
task_activate.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_create.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_delete.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_deletecurrent.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_exithook.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_getgroup.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_init.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_posixspawn.c Make the names of the execsem consistent; Need defaults for some CONFIG_ settings 2013-02-03 18:36:46 +00:00
task_reparent.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_restart.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_setup.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_spawn.c Make the names of the execsem consistent; Need defaults for some CONFIG_ settings 2013-02-03 18:36:46 +00:00
task_spawnparms.c New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char ** 2013-02-02 19:31:30 +00:00
task_start.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_starthook.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
task_vfork.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
timer_create.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
timer_delete.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
timer_getoverrun.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
timer_gettime.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
timer_initialize.c Fix some compilation errors when child status disabled; new waitpid logic not encoding/decoding status properly 2013-01-25 00:01:08 +00:00
timer_internal.h Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
timer_release.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
timer_settime.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
usleep.c Update for ez80 Windows native build (still does not work) 2012-11-21 17:44:14 +00:00
wd_cancel.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
wd_create.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
wd_delete.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
wd_gettime.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
wd_initialize.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
wd_internal.h Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
wd_start.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
work_cancel.c Add support for multiple work queues 2012-09-04 00:54:09 +00:00
work_internal.h Add support for multiple work queues 2012-09-04 00:54:09 +00:00
work_queue.c Add support for multiple work queues 2012-09-04 00:54:09 +00:00
work_signal.c Add support for multiple work queues 2012-09-04 00:54:09 +00:00
work_thread.c Fix backward conditional compilation in work_queue.c 2012-11-27 17:22:32 +00:00