Lines Matching full:owner
31 identifier denoting its owner. A mutex is considered signaled when its
32 owner is zero (indicating that it is not owned). The recursion count is
36 A mutex also holds an internal flag denoting whether its previous owner
37 has died; such a mutex is said to be abandoned. Owner death is not
43 owner identifier is not interpreted by the ntsync driver at all. The
81 __u32 owner;
94 __u32 owner;
130 * - ``owner``
131 - Initial owner of the mutex.
133 If ``owner`` is nonzero and ``count`` is zero, or if ``owner`` is
175 * - ``owner``
176 - Specifies the owner trying to release this mutex.
180 If ``owner`` is zero, the ioctl fails with ``EINVAL``. If ``owner``
181 is not the current owner of the mutex, the ioctl fails with
235 * - ``owner``
236 - On output, contains the current owner of the mutex, or zero
242 ``EOWNERDEAD``. In this case, ``count`` and ``owner`` are set to
261 owner. Takes an input-only pointer to a 32-bit integer denoting the
262 owner. If the owner is zero, the ioctl fails with ``EINVAL``. If the
263 owner does not own the mutex, the function fails with ``EPERM``.
293 * - ``owner``
294 - Mutex owner identifier. If any object in ``objs`` is a mutex,
296 ``owner``. If ``owner`` is zero, the ioctl fails with
322 to be signaled if it is unowned or if its owner matches the ``owner``
324 and setting its owner to the ``owner`` argument. An auto-reset event
330 ``owner`` identifiers) are queued on the same mutex, only one is
337 the given owner (with a recursion count of 1) and as no longer