X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..21362eb3e66fd2c787aee132bce100a44d71a99c:/osfmk/man/lock_handoff.html diff --git a/osfmk/man/lock_handoff.html b/osfmk/man/lock_handoff.html index 9c6e84b87..aed2ed9ad 100755 --- a/osfmk/man/lock_handoff.html +++ b/osfmk/man/lock_handoff.html @@ -1 +1,63 @@ -
Function - Hand-off ownership of a lock.
kern_return_t lock_handoff (lock_set_t lock_set, int lock_id);
The lock_handoff function passes lock ownership from the calling thread to an anonymous accepting thread. The lock must be owned by the calling thread. If the accepting thread is not waiting to receive the lock, the calling thread will block until the hand-off is accepted.
Functions: lock_acquire, lock_release, lock_try, lock_handoff_accept, lock_make_stable, lock_set_create, lock_set_destroy. \ No newline at end of file +
+Function - Hand-off ownership of a lock. +
+kern_return_t lock_handoff + (lock_set_t lock_set, + int lock_id); ++
+
+
+The lock_handoff function passes lock ownership from the calling +thread to an anonymous accepting thread. The lock must be owned by the +calling thread. If the accepting thread is not waiting to receive the +lock, the calling thread will block until the hand-off is accepted. +
+
+
+
+
+
+Functions: +lock_acquire, +lock_release, +lock_try, +lock_handoff_accept, +lock_make_stable, +lock_set_create, +lock_set_destroy.