summaryrefslogtreecommitdiff
path: root/nuttx/include/pthread.h
Commit message (Expand)AuthorAgeFilesLines
* Add basic data structures that will allow us to move named semaphore support ...Gregory Nutt2014-09-281-5/+1
* A const storage class to to phthread parameters. From Freddie ChopinGregory Nutt2014-09-081-8/+8
* More trailing whilespace removalGregory Nutt2014-04-131-3/+3
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-161-1/+1
* configs/sim/nxwm now uses kconfig-frontendspatacongo2012-12-211-72/+76
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-211-2/+2
* Add interfaces to support getting/setting of thread/task namespatacongo2012-04-261-0/+12
* Fix pascal build problempatacongo2012-04-041-2/+2
* FTPD daemon and example now build without errorspatacongo2012-02-051-2/+2
* Move more files into subdirectories under lib/patacongo2011-03-311-7/+5
* Add syscall directorypatacongo2011-03-301-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-1/+1
* Switching to C99 stdint.h typespatacongo2009-12-141-9/+12
* Add support for priority inheritancepatacongo2009-03-081-3/+3
* Add support for recursive mutexespatacongo2008-05-311-6/+52
* Fix z16f addressing issuespatacongo2008-01-301-41/+41
* Add pthread_setschedprio() prototypepatacongo2007-03-241-0/+1
* Add new pthread_* APIspatacongo2007-03-231-13/+71
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-123/+72
* Add pthread_equal()patacongo2007-03-161-0/+6
* Finally, a clean SDCC compilepatacongo2007-02-271-26/+33
* Progress toward clean SDCC compilationpatacongo2007-02-211-12/+16
* Eliminating GCC dependenciespatacongo2007-02-201-11/+8
* NuttX RTOSpatacongo2007-02-171-0/+326