karim.allah.ahmed@gmail.com, le Wed 17 Apr 2013 19:21:05 -0400, a écrit
:> Is there any support for x86_64 pthreads for mini-OS ?
extras/mini-os/include/posix/pthread.h provides only stubs for void
mutexes. It should be easy to rewrite its content as macros and static
inlines on top of internal mini-OS calls (create_thread, down/up, etc.)
> Does the current newlib contains a functional implementation of pthreads ?
It wouldn''t know how threads work in Mini-OS. Only a Mini-OS-specific
implementation can work.
Samuel