Searched refs:g_log_func (Results 1 – 2 of 2) sorted by relevance
32 static gpr_atm g_log_func = (gpr_atm)gpr_default_log; variable66 ((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()
55 static gpr_atm g_log_func = (gpr_atm)gpr_default_log; variable58 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()