Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_completion_queue.c32 typedef struct next_call_stack { struct
38 } next_call_stack; argument
42 next_call_stack* const next_call = (next_call_stack*)param; in grpc_rb_completion_queue_pluck_no_gil()
68 next_call_stack* const next_call = (next_call_stack*)param; in unblock_func()
76 next_call_stack next_call; in rb_completion_queue_pluck()
77 MEMZERO(&next_call, next_call_stack, 1); in rb_completion_queue_pluck()