summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/statesimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Avoid Giant lock for _Thread_Start()Sebastian Huber2016-05-201-1/+1
* posix: Rework pthread_join()Sebastian Huber2016-05-201-0/+7
* score: Rework _Thread_Restart_other()Sebastian Huber2016-05-201-2/+2
* score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber2016-05-201-2/+0
* score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber2016-05-121-2/+0
* score: Add self-contained condition implementationSebastian Huber2015-07-301-0/+3
* score: Add self-contained futex implementationSebastian Huber2015-07-301-0/+3
* score: Add self-contained semaphore implementationSebastian Huber2015-07-301-0/+3
* score: Add self-contained mutex implementationSebastian Huber2015-07-301-0/+3
* score: Delete STATES_WAITING_ON_THREAD_QUEUESebastian Huber2015-05-191-24/+2
* score: Fix POSIX thread joinSebastian Huber2015-04-231-1/+3
* score: Use _Thread_Clear_state() for _Thread_ReadySebastian Huber2015-04-081-0/+3
* score: Simplify _Thread_Change_priority()Sebastian Huber2014-05-151-17/+0
* score: Add STATES_RESTARTINGSebastian Huber2014-05-141-0/+2
* score: TypoSebastian Huber2014-05-141-1/+1
* score: Implement forced thread migrationSebastian Huber2014-05-071-0/+2
* score: Thread life cycle re-implementationSebastian Huber2014-03-311-0/+4
* score: Delete unused STATES_ALL_SETSebastian Huber2014-03-241-2/+0
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: New state STATES_WAITING_FOR_BSD_WAKEUPSebastian Huber2013-10-311-0/+3
* score: Create states implementation headerSebastian Huber2013-07-261-0/+477