Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcall_combiner.cc53 GRPC_CLOSURE_INIT(&tsan_closure_, TsanClosure, this, in CallCombiner()
97 ExecCtx::Run(DEBUG_LOCATION, &tsan_closure_, error); in ScheduleClosure()
Dcall_combiner.h135 grpc_closure tsan_closure_; variable