X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/man/semaphore_destroy.html diff --git a/osfmk/man/semaphore_destroy.html b/osfmk/man/semaphore_destroy.html old mode 100755 new mode 100644 index 42202ec53..9a2505d95 --- a/osfmk/man/semaphore_destroy.html +++ b/osfmk/man/semaphore_destroy.html @@ -1 +1,58 @@ -
Function - Destroy a semaphore.
kern_return_t semaphore_destroy (task_t task, semaphore_t semaphore);
The semaphore_destroy function destroys a semaphore. All send rights naming the semaphore become dead names. Threads waiting on the semaphore become unblocked with the return from the semaphore_wait call indicating that the semaphore was destroyed. A call to semaphore_destroy succeeds only if the semaphore is associated with the specified task.
Functions: semaphore_create, semaphore_signal, semaphore_signal_all, semaphore_wait, device_get_status. \ No newline at end of file +
+Function - Destroy a semaphore. +
+kern_return_t semaphore_destroy + (task_t task, + semaphore_t semaphore); ++
+
+
+The semaphore_destroy function destroys a semaphore. +All send rights +naming the semaphore become dead names. Threads waiting on the +semaphore become unblocked with the return from the +semaphore_wait +call indicating that the semaphore was destroyed. A call to +semaphore_destroy succeeds only if the semaphore is associated +with the specified task. +
+
+
+
+
+Functions: +semaphore_create, +semaphore_signal, +semaphore_signal_all, +semaphore_wait, +device_get_status.