OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grpc_wakeup_fd_vtable
(Results
1 - 8
of
8
) sorted by null
/external/grpc-grpc/src/core/lib/iomgr/
wakeup_fd_pipe.h
26
extern const
grpc_wakeup_fd_vtable
grpc_pipe_wakeup_fd_vtable;
wakeup_fd_nospecial.cc
35
const
grpc_wakeup_fd_vtable
grpc_specialized_wakeup_fd_vtable = {
wakeup_fd_posix.h
67
typedef struct
grpc_wakeup_fd_vtable
{
struct
74
}
grpc_wakeup_fd_vtable
;
typedef in typeref:struct:grpc_wakeup_fd_vtable
94
extern const
grpc_wakeup_fd_vtable
grpc_specialized_wakeup_fd_vtable;
wakeup_fd_cv.h
67
extern const
grpc_wakeup_fd_vtable
grpc_cv_wakeup_fd_vtable;
wakeup_fd_posix.cc
30
static const
grpc_wakeup_fd_vtable
* wakeup_fd_vtable = nullptr;
wakeup_fd_eventfd.cc
79
const
grpc_wakeup_fd_vtable
grpc_specialized_wakeup_fd_vtable = {
wakeup_fd_pipe.cc
96
const
grpc_wakeup_fd_vtable
grpc_pipe_wakeup_fd_vtable = {
wakeup_fd_cv.cc
103
const
grpc_wakeup_fd_vtable
grpc_cv_wakeup_fd_vtable = {
Completed in 158 milliseconds