|  | @@ -61,6 +61,14 @@ static uint64_t g_timed_waiter_generation;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  static void timer_thread(void* completed_thread_ptr);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +// For debug of the timer manager crash only.
 | 
	
		
			
				|  |  | +#ifndef kGMS_BuildConfig_EnableGRPCTimerCrashDebug
 | 
	
		
			
				|  |  | +#define kGMS_BuildConfig_EnableGRPCTimerCrashDebug() GRPC_DEBUG_TIMER_MANAGER
 | 
	
		
			
				|  |  | +#endif
 | 
	
		
			
				|  |  | +#ifndef kBuildConfig_EnableGRPCTimerCrashDebug
 | 
	
		
			
				|  |  | +#define kBuildConfig_EnableGRPCTimerCrashDebug() GRPC_DEBUG_TIMER_MANAGER
 | 
	
		
			
				|  |  | +#endif
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  // For debug of the timer manager crash only.
 | 
	
		
			
				|  |  |  // TODO (mxyan): remove after bug is fixed.
 | 
	
		
			
				|  |  |  #ifdef GRPC_DEBUG_TIMER_MANAGER
 |