Searched refs:action (Results 1 – 9 of 9) sorted by relevance
/libuv/test/ |
H A D | test-signal-multiple-loops.c | 83 enum signal_action action; in signal_handling_worker() local 90 action = (enum signal_action) (uintptr_t) context; in signal_handling_worker() 95 if (action == ONLY_SIGUSR1 || action == SIGUSR1_AND_SIGUSR2) { in signal_handling_worker() 106 if (action == ONLY_SIGUSR2 || action == SIGUSR1_AND_SIGUSR2) { in signal_handling_worker() 123 if (action == ONLY_SIGUSR1 || action == SIGUSR1_AND_SIGUSR2) { in signal_handling_worker() 130 if (action == ONLY_SIGUSR2 || action == SIGUSR1_AND_SIGUSR2) { in signal_handling_worker() 142 if (action == ONLY_SIGUSR1 || action == SIGUSR1_AND_SIGUSR2) { in signal_handling_worker() 147 if (action == ONLY_SIGUSR2 || action == SIGUSR1_AND_SIGUSR2) { in signal_handling_worker() 226 enum signal_action action; in TEST_IMPL() local 248 case 0: action = ONLY_SIGUSR1; break; in TEST_IMPL() [all …]
|
H A D | test-poll.c | 219 int action = rand() % 7; local 221 switch (action) { 301 int action = rand() % 7; local 303 switch (action) {
|
/libuv/docs/code/uvwget/ |
H A D | main.c | 109 int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, void *socketp) { in handle_socket() argument 111 if (action == CURL_POLL_IN || action == CURL_POLL_OUT) { in handle_socket() 121 switch (action) { in handle_socket()
|
/libuv/m4/ |
H A D | libuv-check-flags.m4 | 66 dnl CC_CHECK_CFLAG_APPEND(FLAG, [action-if-found], [action-if-not-found]) 80 dnl CC_CHECK_CFLAGS_APPEND([FLAG1 FLAG2], [action-if-found], [action-if-not])
|
H A D | ax_pthread.m4 | 42 # is not found. If ACTION-IF-FOUND is not specified, the default action
|
/libuv/.github/workflows/ |
H A D | sanitizer.yml | 114 uses: KyleMayes/install-llvm-action@v2
|
/libuv/src/unix/ |
H A D | fs.c | 1707 #define X(type, action) \ in uv__fs_work() argument 1709 r = action; \ in uv__fs_work()
|
/libuv/docs/src/guide/ |
H A D | utilities.rst | 264 We are interested in the socket fd ``s``, and the ``action``. For every socket
|
/libuv/ |
H A D | ChangeLog | 164 * ci: bump KyleMayes/install-llvm-action from 1 to 2 (dependabot[bot])
|
Completed in 30 milliseconds