Vijay Pai
							
						 | 
						
							
							
								da69355f30
							
							C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
						 | 
						7 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								c745690caf
							
							Internalize gpr_thd except for id and currentid
						 | 
						7 年之前 | 
					
				
					
						
							
								   Noah Eisen
							
						 | 
						
							
							
								be82e64b3d
							
							Autofix c casts to c++ casts
						 | 
						7 年之前 | 
					
				
					
						
							
								   Jan Tattermusch
							
						 | 
						
							
							
								c9ec2c0888
							
							Revert "Stop using std::thread in C++ library since it can trigger exceptions"
						 | 
						7 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								5dd32268be
							
							Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism
						 | 
						8 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								4afcf5b566
							
							Remove unused code from thread_stress_test
						 | 
						8 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								3d7d5f4ed2
							
							Create inproc transport, add relevant tests, exclude irrelevant tests
						 | 
						8 年之前 | 
					
				
					
						
							
								   Jan Tattermusch
							
						 | 
						
							
							
								7897ae9308
							
							auto-fix most of licenses
						 | 
						8 年之前 | 
					
				
					
						
							
								   Nicolas "Pixel" Noble
							
						 | 
						
							
							
								3726e3d37b
							
							Moving gtest include down.
						 | 
						8 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								56540ba9f9
							
							clang-format
						 | 
						9 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								b0a6be2b8f
							
							Remove some unnecessary new/delete patterns
						 | 
						9 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								90102c2bfc
							
							Eliminate unnecessary uses of new[]/delete[] that can be replaced
						 | 
						9 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								320ed13d3e
							
							Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
						 | 
						9 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								713c7b87e1
							
							clang-format
						 | 
						9 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								c0b2acb1a0
							
							Use C++11 final and override
						 | 
						9 年之前 | 
					
				
					
						
							
								   Craig Tiller
							
						 | 
						
							
							
								44b12f9e23
							
							clang-format
						 | 
						9 年之前 | 
					
				
					
						
							
								   Craig Tiller
							
						 | 
						
							
							
								bd37a21c26
							
							Cleanup, debug support
						 | 
						9 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								6ab4788ae9
							
							clang-format changes
						 | 
						9 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								a63271c77f
							
							Deal with to_string, proper usage of nullptr, and lack of map::emplace
						 | 
						9 年之前 | 
					
				
					
						
							
								   Jan Tattermusch
							
						 | 
						
							
							
								4da87600dc
							
							Merge pull request #6041 from vjpai/i_know_virtual_destructors
						 | 
						9 年之前 | 
					
				
					
						
							
								   vjpai
							
						 | 
						
							
							
								bd06e441cc
							
							Add virtual destructor to satisfy a requirement of some compilers
						 | 
						9 年之前 | 
					
				
					
						
							
								   Craig Tiller
							
						 | 
						
							
							
								6169d5f7b0
							
							Update copyrights
						 | 
						9 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								98f2f754b8
							
							Used TYPED_TEST to parametrize
						 | 
						9 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								40d1a2cb87
							
							clang-format
						 | 
						9 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								bbbbf621e4
							
							Add a concurrent test for sync client, async server case
						 | 
						9 年之前 | 
					
				
					
						
							
								   Craig Tiller
							
						 | 
						
							
							
								9533d042d4
							
							Fix includes
						 | 
						9 年之前 | 
					
				
					
						
							
								   Craig Tiller
							
						 | 
						
							
							
								f40df23eeb
							
							Auto-changes
						 | 
						9 年之前 | 
					
				
					
						
							
								   Craig Tiller
							
						 | 
						
							
							
								45551e0c99
							
							Fix sanity
						 | 
						9 年之前 | 
					
				
					
						
							
								   Sree Kuchibhotla
							
						 | 
						
							
							
								001db590ff
							
							Modify the test to have large number of threads receiving the RPCs and a
						 | 
						9 年之前 | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								0a3a766960
							
							Give tsan a chance
						 | 
						9 年之前 |