X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..36401178fd6817c043cc00b0c00c7f723e58efae:/osfmk/man/semaphore_signal_all.html diff --git a/osfmk/man/semaphore_signal_all.html b/osfmk/man/semaphore_signal_all.html index 1bbf86bb3..8b936c948 100755 --- a/osfmk/man/semaphore_signal_all.html +++ b/osfmk/man/semaphore_signal_all.html @@ -1 +1,42 @@ -
Function - Wake up all threads blocked on a semaphore.
kern_return_t semaphore_signal_all (semaphore_t semaphore);
The semaphore_signal_all function wakes up all of the threads blocked on the semaphore. The semaphore count is reset to zero.
Functions: semaphore_create, semaphore_destroy, semaphore_signal, \ No newline at end of file +
+Function - Wake up all threads blocked on a semaphore. +
+kern_return_t semaphore_signal_all + (semaphore_t semaphore); ++
+
+The semaphore_signal_all function wakes up all of the +threads blocked on the semaphore. The semaphore count is reset to +zero. +
+
+
+
+Functions: +semaphore_create, +semaphore_destroy, +semaphore_signal,