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 @@ -

semaphore_signal_all


Function - Wake up all threads blocked on a semaphore.

SYNOPSIS

kern_return_t   semaphore_signal_all
                (semaphore_t                          semaphore);

PARAMETERS

semaphore
[in send right] The port naming the semaphore to be signalled.

DESCRIPTION

The semaphore_signal_all function wakes up all of the threads blocked on the semaphore. The semaphore count is reset to zero.

RETURN VALUES

KERN_INVALID_ARGUMENT
The specified semaphore is invalid.

KERN_TERMINATED
The specified semaphore has been destroyed.

KERN_SUCCESS
The semaphore has been signalled.

RELATED INFORMATION

Functions: semaphore_create, semaphore_destroy, semaphore_signal, \ No newline at end of file +

semaphore_signal_all

+
+

+Function - Wake up all threads blocked on a semaphore. +

SYNOPSIS

+
+kern_return_t   semaphore_signal_all
+                (semaphore_t                          semaphore);
+
+

PARAMETERS

+
+

+

semaphore +
+[in send right] The port naming the semaphore to be signalled. +
+

DESCRIPTION

+

+The semaphore_signal_all function wakes up all of the +threads blocked on the semaphore. The semaphore count is reset to +zero. +

RETURN VALUES

+
+

+

KERN_INVALID_ARGUMENT +
+The specified semaphore is invalid. +

+

KERN_TERMINATED +
+The specified semaphore has been destroyed. +

+

KERN_SUCCESS +
+The semaphore has been signalled. +
+

RELATED INFORMATION

+

+Functions: +semaphore_create, +semaphore_destroy, +semaphore_signal,