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`).
91 Like :c:func:`uv_thread_create`, but additionally specifies options for creating a new thread.
110 and must be greater-than-or-equal-to :c:func:`uv_cpumask_size`.
123 and must be greater-than-or-equal-to :c:func:`uv_cpumask_size`.
190 Runs a function once and only once. Concurrent calls to :c:func:`uv_once` with the
243 1. Callers should be prepared to deal with spurious wakeups on :c:func:`uv_cond_wait`
244 and :c:func:`uv_cond_timedwait`.
245 2. The timeout parameter for :c:func:`uv_cond_timedwait` is relative to the time
247 3. On z/OS, the timeout parameter for :c:func:`uv_cond_timedwait` is converted to an
267 :c:func:`uv_barrier_wait` returns a value > 0 to an arbitrarily chosen "serializer" thread