Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 17 of 17) sorted by relevance

/libuv/docs/src/sphinx-plugins/
H A Dmanpage.py19 ref = app.config.man_url_regex
20 if not ref:
21 ref = "https://man7.org/linux/man-pages/man%s/%s.%s.html" %(manpage_num, name, manpage_num)
23 s = Template(ref)
24 ref = s.substitute(num=manpage_num, topic=name)
26 node = nodes.reference(rawtext, "%s(%s)" % (name, manpage_num), refuri=ref, **options)
/libuv/src/unix/
H A Dfsevents.c332 FSEventStreamRef ref; in uv__fsevents_create_stream() local
362 ref = pFSEventStreamCreate(NULL, in uv__fsevents_create_stream()
369 assert(ref != NULL); in uv__fsevents_create_stream()
371 pFSEventStreamScheduleWithRunLoop(ref, state->loop, *pkCFRunLoopDefaultMode); in uv__fsevents_create_stream()
372 if (!pFSEventStreamStart(ref)) { in uv__fsevents_create_stream()
373 pFSEventStreamInvalidate(ref); in uv__fsevents_create_stream()
374 pFSEventStreamRelease(ref); in uv__fsevents_create_stream()
378 state->fsevent_stream = ref; in uv__fsevents_create_stream()
/libuv/docs/code/
H A DCMakeLists.txt21 ref-timer
/libuv/docs/src/
H A Dhandle.rst164 See :ref:`refcount`.
171 See :ref:`refcount`.
177 See :ref:`refcount`.
H A Ddesign.rst69 when is a loop considered to be *alive*? If a loop has active and ref'd handles, active
140 See the :c:ref:`threadpool` section for more details, but keep in mind the thread pool size
H A Dprocess.rst278 on :c:ref:`signal` for signal support, specially on Windows.
283 on :c:ref:`signal` for signal support, specially on Windows.
H A Dmigration_010_100.rst84 variable. See :c:ref:`threadpool`.
H A Dpoll.rst101 with one of the `UV_E*` error codes (see :ref:`errors`). The user should
H A Dfs.rst12 All file operations are run on the threadpool. See :ref:`threadpool` for information
/libuv/docs/src/guide/
H A Dutilities.rst57 An actual timer example is in the :ref:`reference count section
86 JS object and can be ref/unrefed.
88 .. rubric:: ref-timer/main.c
89 .. literalinclude:: ../../code/ref-timer/main.c
202 use these in the event loop thread, use the :ref:`threadpool` instead. Of
H A Dthreads.rst22 :ref:`first example <thread-create-example>`, don't even require a running
66 send values use :ref:`inter-thread-communication`.
238 For writing wrappers to blocking libraries, a common :ref:`pattern <baton>`
H A Dfilesystem.rst21 callback is null. The return value of functions is a :ref:`libuv error code
334 #. ``int status`` - If ``status < 0``, there is an :ref:`libuv error<libuv-error-handling>`.
349 .. [#] see :ref:`pipes`
H A Dnetworking.rst34 5. Use :ref:`stream operations <buffers-and-streams>` to communicate with the
/libuv/test/
H A Dtest-ref.c102 TEST_IMPL(ref) { in TEST_IMPL() argument
H A Dtest-list.h250 TEST_DECLARE (ref)
880 TEST_ENTRY (ref)
/libuv/
H A DMakefile.am247 test/test-ref.c \
H A DCMakeLists.txt620 test/test-ref.c

Completed in 51 milliseconds