Home
last modified time | relevance | path

Searched refs:action (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-signal-multiple-loops.c83 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 Dtest-poll.c219 int action = rand() % 7; local
221 switch (action) {
301 int action = rand() % 7; local
303 switch (action) {
/libuv/docs/code/uvwget/
H A Dmain.c109 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 Dlibuv-check-flags.m466 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 Dax_pthread.m442 # is not found. If ACTION-IF-FOUND is not specified, the default action
/libuv/.github/workflows/
H A Dsanitizer.yml114 uses: KyleMayes/install-llvm-action@v2
/libuv/src/unix/
H A Dfs.c1702 #define X(type, action) \ in uv__fs_work() argument
1704 r = action; \ in uv__fs_work()
/libuv/docs/src/guide/
H A Dutilities.rst264 We are interested in the socket fd ``s``, and the ``action``. For every socket

Completed in 29 milliseconds