Gregory Nutt
|
363403fb1f
|
pthreads: Add more robustness characteristics: pthread_mutex_lock() and trylock() will now return EOWNERDEAD if the mutex is locked by a thread that no longer exists. Add pthread_mutex_consistent() to recover from this situation.
|
2017-03-26 10:35:23 -06:00 |
|
Gregory Nutt
|
d648f9c8b4
|
Add task_testcancel()
|
2016-12-10 16:34:14 -06:00 |
|
Gregory Nutt
|
f132960789
|
Add task_setcanceltype()
|
2016-12-10 16:06:14 -06:00 |
|
Gregory Nutt
|
5fb207eb36
|
Add task_setcancelstate()
|
2016-12-10 15:16:46 -06:00 |
|
Gregory Nutt
|
e62b3bccd3
|
pthread_setcanceltype() and pthread_testcancel() do not have to be system calls if cancellation points are not enabled.
|
2016-12-10 07:40:48 -06:00 |
|
Gregory Nutt
|
82a79b9c1b
|
Add framework for cancellation point support.
|
2016-12-09 08:13:28 -06:00 |
|
Gregory Nutt
|
acaae12e8b
|
Add pthread_testcancel(), pthread_testcancel(), and definitiions for cancellation types.
|
2016-12-09 07:23:00 -06:00 |
|
Gregory Nutt
|
a1fbc2ad0d
|
pthreads: Add pthread_cleanup_push() and pthread_cleanup_pop()
|
2016-12-08 09:27:13 -06:00 |
|
Gregory Nutt
|
5a590e99b9
|
Add SYSCALLS for pthread_setaffinity() and pthread_getaffinity()
|
2016-02-19 18:13:06 -06:00 |
|
Gregory Nutt
|
1b5e296cf2
|
Add pthread_setaffinity() and pthread_getaffinity()
|
2016-02-19 17:59:19 -06:00 |
|
Gregory Nutt
|
322f9f401c
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
|
Gregory Nutt
|
e10a23ae50
|
Move environment files from sched/ to sched/environ
|
2014-08-08 13:53:29 -06:00 |
|