Lines Matching refs:func
21 value that was passed to :c:func:`uv_thread_create`.
60 Options for spawning a new thread (passed to :c:func:`uv_thread_create_ex`).
83 Like :c:func:`uv_thread_create`, but additionally specifies options for creating a new thread.
102 and must be greater-than-or-equal-to :c:func:`uv_cpumask_size`.
115 and must be greater-than-or-equal-to :c:func:`uv_cpumask_size`.
165 Runs a function once and only once. Concurrent calls to :c:func:`uv_once` with the
218 1. Callers should be prepared to deal with spurious wakeups on :c:func:`uv_cond_wait`
219 and :c:func:`uv_cond_timedwait`.
220 2. The timeout parameter for :c:func:`uv_cond_timedwait` is relative to the time
222 3. On z/OS, the timeout parameter for :c:func:`uv_cond_timedwait` is converted to an
242 :c:func:`uv_barrier_wait` returns a value > 0 to an arbitrarily chosen "serializer" thread