summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-thread.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SLEEPQUEUE(9): Fix timeout handlingSebastian Huber2019-07-051-0/+2
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-1/+1
| | | | | | | | | | | | | | | | | The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-301-1/+1
|
* SLEEPQUEUE(9): Port to RTEMSSebastian Huber2015-03-241-9/+0
|
* Add and use rtems_bsd_get_task_stack_size()Sebastian Huber2015-01-201-3/+0
|
* Add and use rtems_bsd_get_task_priority()Sebastian Huber2015-01-201-8/+0
|
* Delete rtems_bsd_thread_chainSebastian Huber2014-09-251-2/+0
| | | | Rely on RTEMS object registration for threads.
* SLEEP(8): New implementationSebastian Huber2013-10-311-0/+9
|
* Use extension to attach a struct thread to threadsSebastian Huber2013-10-101-0/+73
Add test thread01.