Lines Matching full:will
25 can be acquired without contention, or will wake up a waiting thread)
165 waiting on this semaphore will be woken and the semaphore's count
184 The mutex's count will be decremented by one. If decrementing the
186 unowned and signaled, and eligible threads waiting on it will be
194 Eligible threads will be woken, and auto-reset events will be
210 an auto-reset event which is pulsed, only one will be woken. If two
211 threads are waiting a manual-reset event which is pulsed, both will
212 be woken. However, in both cases, the event will be unsignaled
213 afterwards, and a simultaneous read operation will always report the
265 Eligible threads waiting on the mutex will be woken as appropriate
266 (and such waits will fail with ``EOWNERDEAD``, as described below).
282 is U64_MAX, the function will sleep until an object is
283 signaled, and will not fail with ``ETIMEDOUT``.
295 the ioctl will attempt to acquire that mutex on behalf of
304 specifies an "alert" event object which, if signaled, will
376 can terminate the wait. Critically, however, an "all" wait will
378 signaled. In the latter case ``index`` will be set to ``count``. As
380 priority, and objects in ``objs`` will be acquired.