]> Kevux Git Server - fll/commit
Update: remaining thread functions and add f_recover (and f_recover_not) status codes.
authorKevin Day <thekevinday@gmail.com>
Tue, 9 Feb 2021 03:57:05 +0000 (21:57 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 9 Feb 2021 03:57:05 +0000 (21:57 -0600)
commitdefa529cb026735ef981bdc1fa44c71f4880c552
treef02e2f6207119e6cbac3f93069dd483ee7aa3507
parentc277fbe36926791f0a21a0717f69ce084e0ebaab
Update: remaining thread functions and add f_recover (and f_recover_not) status codes.

Implement the remaining POSIX thread functions that I am aware of.
I took a break in the middle of writing some of this so I expect there may be some mistakes resulting from such an interrupt.
I do not feel like focusing on this now and will address any problems as I discover them.
level_0/f_status/c/status.h
level_0/f_thread/c/private-thread.c
level_0/f_thread/c/private-thread.h
level_0/f_thread/c/thread-common.h
level_0/f_thread/c/thread.c
level_0/f_thread/c/thread.h
level_1/fl_status/c/status.c
level_1/fl_status/c/status.h
level_2/fll_status/c/status.c