]> Kevux Git Server - fll/commitdiff
Cleanup: Improve semaphore documentation comments.
authorKevin Day <kevin@kevux.org>
Thu, 9 Mar 2023 02:20:57 +0000 (20:20 -0600)
committerKevin Day <kevin@kevux.org>
Thu, 9 Mar 2023 02:20:57 +0000 (20:20 -0600)
level_0/f_thread/c/thread.h

index 01f93039f07059e3bccb16871de8ed00616139e8..88e539d10ceb01bbed39f906a499c003bc7fb7af 100644 (file)
@@ -2329,6 +2329,8 @@ extern "C" {
  *
  * This is a blocking function.
  *
+ * This causes the semaphore value to decrement.
+ *
  * @param semaphore
  *   The thread semaphore.
  *
@@ -2401,6 +2403,8 @@ extern "C" {
 /**
  * Unlock the semaphore.
  *
+ * This causes the semaphore value to increment.
+ *
  * @param semaphore
  *   The thread semaphore.
  *