incubator-nuttx/sched/pthread
Gregory Nutt 937f9f23f1 strncpy will not copy the terminating \0 into the destination if the source is larger than the size of the destination. Ensure that the last byte is always zero and let strncpy only copy CONFIG_TASK_NAME_SIZE bytes. The issue of unterminated names can be observed in ps when creating a pthread while CONFIG_TASK_NAME_SIZE is set to 8. 2014-12-17 12:24:02 -06:00
..
Make.defs Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
pthread.h Move all pthread files from sched/ to sched/pthread 2014-08-08 12:55:02 -06:00
pthread_barrierdestroy.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_barrierinit.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_barrierwait.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_cancel.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread_completejoin.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread_condbroadcast.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_conddestroy.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_condinit.c A const storage class to to phthread parameters. From Freddie Chopin 2014-09-08 06:21:48 -06:00
pthread_condsignal.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_condtimedwait.c wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide. 2014-08-21 11:16:55 -06:00
pthread_condwait.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_create.c strncpy will not copy the terminating \0 into the destination if the source is larger than the size of the destination. Ensure that the last byte is always zero and let strncpy only copy CONFIG_TASK_NAME_SIZE bytes. The issue of unterminated names can be observed in ps when creating a pthread while CONFIG_TASK_NAME_SIZE is set to 8. 2014-12-17 12:24:02 -06:00
pthread_detach.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread_exit.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread_findjoininfo.c Move group logic from sched/ to sched/group 2014-08-08 14:06:42 -06:00
pthread_getschedparam.c Move all pthread files from sched/ to sched/pthread 2014-08-08 12:55:02 -06:00
pthread_getspecific.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread_initialize.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_join.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread_keycreate.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread_keydelete.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_kill.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_mutexdestroy.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_mutexinit.c A const storage class to to phthread parameters. From Freddie Chopin 2014-09-08 06:21:48 -06:00
pthread_mutexlock.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_mutextrylock.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_mutexunlock.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_once.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_release.c Minor address environment clean-up. Cannot generate debug contexts in certain contexts 2014-08-27 14:22:00 -06:00
pthread_setcancelstate.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread_setschedparam.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_setschedprio.c nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations 2014-08-28 17:00:24 -06:00
pthread_setspecific.c A const storage class to to phthread parameters. From Freddie Chopin 2014-09-08 06:21:48 -06:00
pthread_sigmask.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_yield.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00