]> Kevux Git Server - fll/commit
Update: Rename f_thread_signal() to f_thread_signal_write().
authorKevin Day <thekevinday@gmail.com>
Wed, 8 Jun 2022 04:44:27 +0000 (23:44 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 8 Jun 2022 04:44:27 +0000 (23:44 -0500)
commit7dc358d5e88b07bc329ef12990b106ab645b1654
tree7df438cef3e2dbc44c01166e6e0cf469b6c88b43
parent29f58815b63cd84523f4d4c5438da17dfc560959
Update: Rename f_thread_signal() to f_thread_signal_write().

I feel this function name should be more explicit.
That is, it should avoid confusion between read and write operations.
level_0/f_thread/c/thread.c
level_0/f_thread/c/thread.h
level_3/controller/c/common/private-process.c
level_3/controller/c/thread/private-thread_process.c