nuttx/sched
patacongo 5475d02446 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.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5609 42af7a65-404d-4744-a932-0658087f49c3
2013-02-04 16:55:38 +00:00
..
atexit.c Move atexit/on_exit data structures to task group; Now callbacks only occur when the final member of the task group exits 2013-02-04 15:29:19 +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 Move socket data from TCB to task group structure. 2013-01-26 23:49:02 +00:00
env_dup.c Move socket data from TCB to task group structure. 2013-01-26 23:49:02 +00:00
env_findvar.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_getenv.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_getenvironptr.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +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 Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_unsetenv.c Move environment variables in the task group structure 2013-01-25 23:21:27 +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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
getpid.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +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 Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +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 Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +00:00
group_join.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_leave.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
group_setupidlefiles.c Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called. 2013-01-27 15:52:58 +00:00
group_setupstreams.c Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called. 2013-01-27 15:52:58 +00:00
group_setuptaskfiles.c Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called. 2013-01-27 15:52:58 +00:00
group_signal.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
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 Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called. 2013-01-27 15:52:58 +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 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_descreate.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_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 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_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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
mq_open.c Fixes for warnings from Freddie Chopin 2012-11-01 21:21:54 +00:00
mq_rcvinternal.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +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 Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JP 2013-01-24 18:39:53 +00:00
mq_timedreceive.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
mq_timedsend.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
on_exit.c Move atexit/on_exit data structures to task group; Now callbacks only occur when the final member of the task group exits 2013-02-04 15:29:19 +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 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_start.c Add configs/stm32f4discovery/usbnsh 2013-01-27 19:17:56 +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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pg_miss.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
pg_worker.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
prctl.c configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native 2012-12-09 17:34:53 +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 Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +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 Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +00:00
pthread_detach.c Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +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 Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +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 Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +00:00
pthread_keycreate.c Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +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 Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_addprioritized.c Add ostest vfork test (does not work yet) 2013-01-07 21:41:20 +00:00
sched_addreadytorun.c Add ostest vfork test (does not work yet) 2013-01-07 21:41:20 +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 Correct a memory leak in NSH 2013-02-02 23:56:54 +00:00
sched_getparam.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_getscheduler.c Documentation update 2012-10-30 19:25:50 +00:00
sched_getsockets.c Move socket data from TCB to task group structure. 2013-01-26 23:49:02 +00:00
sched_getstreams.c Move stream data from TCB to task group structure. 2013-01-26 22:25:21 +00:00
sched_gettcb.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_lock.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_lockcount.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_mergepending.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_processtimer.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_releasetcb.c Move file data from TCB to task group 2013-01-26 20:17:29 +00:00
sched_removeblocked.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_removereadytorun.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_reprioritize.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_rrgetinterval.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_self.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_setparam.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_setpriority.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_setscheduler.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_unlock.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 2013-01-12 19:58:45 +00:00
sched_verifytcb.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sched_wait.c Use SIGCHLD with waitpid(); implemented wait() and waitid() 2013-01-13 18:53:00 +00:00
sched_waitid.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
sched_waitpid.c Move waitpid() data structures to task group; The caller of waitpid() is now only awakened when the final thread of the task group exits 2013-02-04 16:02:20 +00:00
sched_yield.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +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 Add perror() 2012-08-28 19:01:14 +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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sem_open.c Fixes for warnings from Freddie Chopin 2012-11-01 21:21:54 +00:00
sem_post.c Add some protection to the priority inheritance logic when sem_post() is called from an interrupt handler 2012-08-28 14:40:12 +00:00
sem_timedwait.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sem_trywait.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sem_waitirq.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_action.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
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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_deliver.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_findaction.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_kill.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 2013-01-12 19:58:45 +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 Fix a *critical* bug in the task exit logic. Implements SIGCHILD 2013-01-12 19:58:45 +00:00
sig_pending.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_procmask.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_queue.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 2013-01-12 19:58:45 +00:00
sig_received.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_suspend.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
sig_timedwait.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
sig_unmaskpendingsignal.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +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 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
task_create.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_delete.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
task_deletecurrent.c Cosmetic cleanup from SIGCHLD changes 2013-01-13 00:35:47 +00:00
task_exithook.c Move waitpid() data structures to task group; The caller of waitpid() is now only awakened when the final thread of the task group exits 2013-02-04 16:02:20 +00:00
task_getgroup.c Move pthread join and key creation data into the task group 2013-02-03 16:43:58 +00:00
task_init.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_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 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
task_restart.c Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 2012-07-14 19:30:31 +00:00
task_setup.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_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 Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called. 2013-01-27 15:52:58 +00:00
task_starthook.c Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called. 2013-01-27 15:52:58 +00:00
task_vfork.c Add configs/stm32f4discovery/usbnsh 2013-01-27 19:17:56 +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 Fix a *critical* bug in the task exit logic. Implements SIGCHILD 2013-01-12 19:58:45 +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