Searched refs:ref (Results 1 – 17 of 17) sorted by relevance
/libuv/docs/src/sphinx-plugins/ |
H A D | manpage.py | 19 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 D | fsevents.c | 332 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 D | CMakeLists.txt | 21 ref-timer
|
/libuv/docs/src/ |
H A D | handle.rst | 164 See :ref:`refcount`. 171 See :ref:`refcount`. 177 See :ref:`refcount`.
|
H A D | design.rst | 69 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 D | process.rst | 278 on :c:ref:`signal` for signal support, specially on Windows. 283 on :c:ref:`signal` for signal support, specially on Windows.
|
H A D | migration_010_100.rst | 84 variable. See :c:ref:`threadpool`.
|
H A D | poll.rst | 101 with one of the `UV_E*` error codes (see :ref:`errors`). The user should
|
H A D | fs.rst | 12 All file operations are run on the threadpool. See :ref:`threadpool` for information
|
/libuv/docs/src/guide/ |
H A D | utilities.rst | 57 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 D | threads.rst | 22 :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 D | filesystem.rst | 21 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 D | networking.rst | 34 5. Use :ref:`stream operations <buffers-and-streams>` to communicate with the
|
/libuv/test/ |
H A D | test-ref.c | 102 TEST_IMPL(ref) { in TEST_IMPL() argument
|
H A D | test-list.h | 250 TEST_DECLARE (ref) 884 TEST_ENTRY (ref)
|
/libuv/ |
H A D | Makefile.am | 247 test/test-ref.c \
|
H A D | CMakeLists.txt | 620 test/test-ref.c
|
Completed in 24 milliseconds