Home
last modified time | relevance | path

Searched refs:part (Results 1 – 11 of 11) sorted by relevance

/libuv/test/
H A Drunner-win.c73 int process_start(char *name, char *part, process_info_t *p, int is_helper) { in process_start() argument
125 if (part) { in process_start()
131 part) < 0) { in process_start()
163 p->name = part; in process_start()
H A Drunner.h117 int run_test_part(const char* test, const char* part);
139 int process_start(char *name, char* part, process_info_t *p, int is_helper);
H A Drunner.c351 int run_test_part(const char* test, const char* part) { in run_test_part() argument
357 strcmp(part, task->process_name) == 0) { in run_test_part()
363 fprintf(stdout, "No test part with that name: %s:%s\n", test, part); in run_test_part()
H A Drunner-unix.c85 int process_start(char* name, char* part, process_info_t* p, int is_helper) { in process_start() argument
112 args[n++] = part; in process_start()
/libuv/docs/src/
H A Ddesign.rst43 The I/O (or event) loop is the central part of libuv. It establishes the content for all I/O
51 on Windows. As part of a loop iteration the loop will block waiting for I/O activity on sockets
73 most part. There are cases, however, in which calling such a callback is deferred for the next
H A Dloop.rst7 The event loop is the central part of libuv's functionality. It takes care
/libuv/docs/src/guide/
H A Dintroduction.rst55 All the example code and the source of the book is included as part of
H A Dfilesystem.rst80 one-off, or are done as part of the startup or shutdown stage are performed
H A Dutilities.rst427 *2* J Clear part of the screen, 2 is entire screen
/libuv/
H A DLICENSE-docs22 exhaustive, and do not form part of our licenses.
143 in part; and
392 the avoidance of doubt, this paragraph does not form part of the
H A DCMakeLists.txt232 # Android has pthread as part of its c library, not as a separate

Completed in 21 milliseconds