Merge pull request #3189 from ellert:gtest-help-test-GNU/kFreeBSD
PiperOrigin-RevId: 349349288
This commit is contained in:
		
							
								
								
									
										9
									
								
								googlemock/g3doc/includes/g3_mock_multithreaded.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								googlemock/g3doc/includes/g3_mock_multithreaded.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
### Can I use gMock in multi-threaded programs?
 | 
			
		||||
 | 
			
		||||
googletest was designed with thread-safety in mind. It uses synchronization
 | 
			
		||||
primitives from `google3` to be thread-safe. If you work in `google3`, you can
 | 
			
		||||
use gMock in multiple threads safely. If you work outside of `google3` and need
 | 
			
		||||
gMock to be thread-safe, please let us know.
 | 
			
		||||
 | 
			
		||||
For more details on how to use gMock with threads, read this
 | 
			
		||||
[recipe](#UsingThreads).
 | 
			
		||||
		Reference in New Issue
	
	Block a user