| /src/external/mit/libuv/dist/src/win/ |
| signal.c | 32 static struct uv_signal_tree_s uv__signal_tree = RB_INITIALIZER(uv__signal_tree); variable in typeref:struct:uv_signal_tree_s 92 for (handle = RB_NFIND(uv_signal_tree_s, &uv__signal_tree, &lookup); 169 removed_handle = RB_REMOVE(uv_signal_tree_s, &uv__signal_tree, handle); 223 RB_INSERT(uv_signal_tree_s, &uv__signal_tree, handle);
|
| /src/external/mit/libuv/dist/src/unix/ |
| signal.c | 55 static struct uv__signal_tree_s uv__signal_tree = variable in typeref:struct:uv__signal_tree_s 56 RB_INITIALIZER(uv__signal_tree); 174 handle = RB_NFIND(uv__signal_tree_s, &uv__signal_tree, &lookup); 428 RB_INSERT(uv__signal_tree_s, &uv__signal_tree, handle); 557 removed_handle = RB_REMOVE(uv__signal_tree_s, &uv__signal_tree, handle);
|