Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gpr/
Dlog.cc32 static gpr_atm g_log_func = (gpr_atm)gpr_default_log; variable
66 ((gpr_log_func)gpr_atm_no_barrier_load(&g_log_func))(&lfargs); in gpr_log_message()
101 gpr_atm_no_barrier_store(&g_log_func, (gpr_atm)(f ? f : gpr_default_log)); in gpr_set_log_function()
/external/grpc-grpc/test/core/end2end/tests/
Dno_logging.cc55 static gpr_atm g_log_func = (gpr_atm)gpr_default_log; variable
58 gpr_log_func log_func = (gpr_log_func)gpr_atm_no_barrier_load(&g_log_func); in log_dispatcher_func()
262 gpr_atm_no_barrier_store(&g_log_func, (gpr_atm)test_no_error_log); in test_no_error_logging_in_entire_process()
267 gpr_atm_no_barrier_store(&g_log_func, (gpr_atm)gpr_default_log); in test_no_error_logging_in_entire_process()
277 gpr_atm_no_barrier_store(&g_log_func, (gpr_atm)test_no_log); in test_no_logging_in_one_request()
279 gpr_atm_no_barrier_store(&g_log_func, (gpr_atm)gpr_default_log); in test_no_logging_in_one_request()