Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 6 of 6) sorted by relevance

/libuv/docs/src/guide/
H A Dthreads.rst238 For writing wrappers to blocking libraries, a common :ref:`pattern <baton>`
344 The callback is a standard libuv pattern, extracting the data from the watcher.
H A Dbasics.rst230 context and cast back in the callback. This is a common pattern used throughout
H A Dfilesystem.rst78 Here you see a common pattern when writing asynchronous programs. The
H A Dutilities.rst99 Idler pattern
H A Dprocesses.rst300 When using domain sockets, a client-server pattern is usually followed with the
/libuv/src/unix/
H A Dfs.c304 static const char pattern[] = "XXXXXX"; in uv__fs_mkstemp() local
305 static const size_t pattern_size = sizeof(pattern) - 1; in uv__fs_mkstemp()
318 strcmp(path + path_length - pattern_size, pattern)) { in uv__fs_mkstemp()

Completed in 21 milliseconds