Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 5 of 5) sorted by relevance

/libuv/test/
H A Drunner.c115 char reason[1024]; in log_tap_result() local
133 process_read_last_line(process, reason, sizeof reason); in log_tap_result()
134 reason_length = strlen(reason); in log_tap_result()
135 if (reason_length > 0 && reason[reason_length - 1] == '\n') in log_tap_result()
136 reason[reason_length - 1] = '\0'; in log_tap_result()
138 reason[0] = '\0'; in log_tap_result()
141 fprintf(stdout, "%s %d - %s%s%s\n", result, test_count, test, directive, reason); in log_tap_result()
/libuv/docs/src/
H A Dfs_poll.rst27 or the error reason changes).
H A Dprocess.rst261 negative error code corresponding to the reason it couldn't spawn is
/libuv/
H A DLICENSE-docs41 the licensor's permission is not necessary for any reason--for
/libuv/docs/src/guide/
H A Dprocesses.rst11 may also be easier to reason about compared to one with threads and shared

Completed in 19 milliseconds