You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing pthread based threading (gthr-amigaos-posix.c) , find out that it miss some necessary basic functions, because of which even simple test cases can't be complied. There they are:
I tried to compile a bigger project with -athread=pthread instead of -athread=native for sake of tests, and it asks for the same set of missing functions.
How hard will be to implement those? I can donate 50-100$ no problems if there any interest and motivation will be for :)
While testing pthread based threading (gthr-amigaos-posix.c) , find out that it miss some necessary basic functions, because of which even simple test cases can't be complied. There they are:
Small test cases all of which want those functions:
https://en.cppreference.com/w/cpp/thread/async
https://en.cppreference.com/w/cpp/thread/condition_variable
https://en.cppreference.com/w/cpp/thread/future_error
https://en.cppreference.com/w/cpp/thread/future
https://en.cppreference.com/w/cpp/thread/notify_all_at_thread_exit
https://en.cppreference.com/w/cpp/thread/packaged_task
https://en.cppreference.com/w/cpp/thread/promise
https://en.cppreference.com/w/cpp/thread/shared_future
https://en.cppreference.com/w/cpp/thread/timed_mutex
The text was updated successfully, but these errors were encountered: