Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c56 typedef struct bg_watched_channel { struct
59 struct bg_watched_channel* next; argument
62 } bg_watched_channel; argument
70 bg_watched_channel* bg_wrapped;
85 bg_watched_channel* bg;
90 static bg_watched_channel* bg_watched_channel_list_head = NULL;
93 bg_watched_channel* bg);
110 static int bg_watched_channel_list_lookup(bg_watched_channel* bg);
111 static bg_watched_channel* bg_watched_channel_list_create_and_add(
113 static void bg_watched_channel_list_free_and_remove(bg_watched_channel* bg);
[all …]