]> Kevux Git Server - fll/commit
Update: Finish implementing the thread condition functions.
authorKevin Day <thekevinday@gmail.com>
Sun, 11 Apr 2021 04:57:05 +0000 (23:57 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 11 Apr 2021 05:01:09 +0000 (00:01 -0500)
commit96540858a5dd0fa974ea67ead14ac0263b5a2c89
treeccdee474987520e6620e968281e4ff48f1735ee7
parentc7582cb4958fdfc3e5768f93ab1fa34849191bf6
Update: Finish implementing the thread condition functions.

It looks like the f_thread_condition_wait() f_thread_condition_wait_timed() functions were not fully written.
Add missing handlers.
The f_thread_condition_wait_timed() was even missing the return case of F_time!

Update the comments as the "time" value is relative to the absolute system clock time.

Add F_dead, F_live, and related.
level_0/f_status/c/status.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