Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gpr/
Dsync_windows.cc106 static BOOL CALLBACK run_once_func(gpr_once* once, void* v, void** pv) { in run_once_func() function
115 InitOnceExecuteOnce(once, run_once_func, &arg, &dummy); in gpr_once_init()