f4b6daff4b
The pthread mutex changes went in with an adaptation to build with the new wait queue API, but they did it by using the old dlist hooks directly through typecasting and union assignment. That... is sort of the opposite of the intent to having the new API be abstracted. The pthread code worked, but failed once wait queues (on x86) stopped being dlists. Simple fix once I saw the problem, anyway. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
clock.c | ||
fs.c | ||
mqueue.c | ||
pthread.c | ||
pthread_barrier.c | ||
pthread_common.c | ||
pthread_cond.c | ||
pthread_mutex.c | ||
pthread_rwlock.c | ||
pthread_sched.c | ||
semaphore.c | ||
sleep.c | ||
timer.c |