llvm-project/lldb/source/Host/posix
Saleem Abdulrasool 16ff860469 remove use of Mutex in favour of std::{,recursive_}mutex
This is a pretty straightforward first pass over removing a number of uses of
Mutex in favor of std::mutex or std::recursive_mutex. The problem is that there
are interfaces which take Mutex::Locker & to lock internal locks. This patch
cleans up most of the easy cases. The only non-trivial change is in
CommandObjectTarget.cpp where a Mutex::Locker was split into two.

llvm-svn: 269877
2016-05-18 01:59:10 +00:00
..
ConnectionFileDescriptorPosix.cpp remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
DomainSocket.cpp Fix null pointer "dereference" in DomainSocket 2016-03-16 14:03:20 +00:00
FileSystem.cpp Unicode support on Win32. 2016-03-22 17:58:09 +00:00
HostInfoPosix.cpp Unicode support on Win32. 2016-03-22 17:58:09 +00:00
HostProcessPosix.cpp Generalize child process monitoring functions 2016-05-11 16:59:04 +00:00
HostThreadPosix.cpp Disable HostThread::Cancel assertion on FreeBSD 2016-05-13 17:01:59 +00:00
LockFilePosix.cpp Use file locks to synchronize access to ModuleCache. 2015-05-07 15:28:49 +00:00
MainLoopPosix.cpp Add UNUSED_IF_ASSERT_DISABLED and apply it. 2015-07-24 00:23:29 +00:00
PipePosix.cpp The pipe2(2) call is supported on NetBSD 2015-09-14 15:12:49 +00:00
ProcessLauncherPosix.cpp Create a process launcher abstraction. 2014-10-14 21:55:08 +00:00