]> Kevux Git Server - fll/commit
Update: f_thread_lock_read() should return F_resource_not.
authorKevin Day <thekevinday@gmail.com>
Wed, 14 Apr 2021 17:04:52 +0000 (12:04 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 14 Apr 2021 17:07:39 +0000 (12:07 -0500)
commit37c81843b69abe01813652f19b3480afdb1a7669
treea5f8bf21f78931de3310eeebca202f58f5157c5d
parentad5e575c1d771ca94501398e7fcb142a26a3538c
Update: f_thread_lock_read() should return F_resource_not.

The pthread_rwlock_rdlock() potentially returns EAGAIN.
This needs to be handled, translated into F_resource_not (with error bit), and then returned.
level_0/f_thread/c/thread.c
level_0/f_thread/c/thread.h