zephyr/include/posix
Andy Ross f4b6daff4b lib/posix: Port wait_q usage to new API
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>
2018-05-19 07:00:55 +03:00
..
sys lib: posix: Implement posix mutex APIs 2018-05-18 23:02:28 +03:00
mqueue.h lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
posix_sched.h kernel: POSIX: Compatibility layer for scheduler APIs. 2018-02-21 19:17:28 -05:00
pthread.h lib/posix: Port wait_q usage to new API 2018-05-19 07:00:55 +03:00
semaphore.h lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
signal.h kernel: POSIX: Compatibility layer for POSIX timer APIs. 2018-02-21 19:17:28 -05:00
time.h lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
unistd.h lib: posix: Do not redefine PATH_MAX in unistd.h 2018-05-19 06:59:40 +03:00