Searched refs:uv__signal_tree (Results 1 - 4 of 4) sorted by relevance
/third_party/libuv/src/win/ |
H A D | signal.c | 32 static struct uv_signal_tree_s uv__signal_tree = RB_INITIALIZER(uv__signal_tree); variable 92 for (handle = RB_NFIND(uv_signal_tree_s, &uv__signal_tree, &lookup); in RB_GENERATE_STATIC() 94 handle = RB_NEXT(uv_signal_tree_s, &uv__signal_tree, handle)) { in RB_GENERATE_STATIC() 169 removed_handle = RB_REMOVE(uv_signal_tree_s, &uv__signal_tree, handle); in uv_signal_stop() 223 RB_INSERT(uv_signal_tree_s, &uv__signal_tree, handle); in uv__signal_start()
|
/third_party/node/deps/uv/src/win/ |
H A D | signal.c | 32 static struct uv_signal_tree_s uv__signal_tree = RB_INITIALIZER(uv__signal_tree); variable 92 for (handle = RB_NFIND(uv_signal_tree_s, &uv__signal_tree, &lookup); in RB_GENERATE_STATIC() 94 handle = RB_NEXT(uv_signal_tree_s, &uv__signal_tree, handle)) { in RB_GENERATE_STATIC() 169 removed_handle = RB_REMOVE(uv_signal_tree_s, &uv__signal_tree, handle); in uv_signal_stop() 223 RB_INSERT(uv_signal_tree_s, &uv__signal_tree, handle); in uv__signal_start()
|
/third_party/node/deps/uv/src/unix/ |
H A D | signal.c | 55 static struct uv__signal_tree_s uv__signal_tree = variable 56 RB_INITIALIZER(uv__signal_tree); 174 handle = RB_NFIND(uv__signal_tree_s, &uv__signal_tree, &lookup); in uv__signal_first_handle() 198 handle = RB_NEXT(uv__signal_tree_s, &uv__signal_tree, handle)) { in uv__signal_handler() 405 RB_INSERT(uv__signal_tree_s, &uv__signal_tree, handle); in uv__signal_start() 534 removed_handle = RB_REMOVE(uv__signal_tree_s, &uv__signal_tree, handle); in uv__signal_stop()
|
/third_party/libuv/src/unix/ |
H A D | signal.c | 56 static struct uv__signal_tree_s uv__signal_tree = variable 57 RB_INITIALIZER(uv__signal_tree); 193 handle = RB_NFIND(uv__signal_tree_s, &uv__signal_tree, &lookup); in uv__signal_first_handle() 217 handle = RB_NEXT(uv__signal_tree_s, &uv__signal_tree, handle)) { in uv__signal_handler() 441 RB_INSERT(uv__signal_tree_s, &uv__signal_tree, handle); in uv__signal_start() 576 removed_handle = RB_REMOVE(uv__signal_tree_s, &uv__signal_tree, handle); in uv__signal_stop()
|
Completed in 3 milliseconds