Files
llvm/lldb/source/Core
Jim Ingham 10ebffa48a Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
No one was using it and Locker(pthread_mutex_t *) immediately asserts for 
pthread_mutex_t's that don't come from a Mutex anyway.  Rather than try to make
that work, we should maintain the Mutex abstraction and not pass around the
platform implementation...

Make Mutex::Locker::Lock take a Mutex & or a Mutex *, and remove the constructor
taking a pthread_mutex_t *.  You no longer need to call Mutex::GetMutex to pass
your mutex to a Locker (you can't in fact, since I made it private.)

llvm-svn: 156221
2012-05-04 23:02:50 +00:00
..
2012-03-07 21:03:09 +00:00
2012-03-20 19:33:01 +00:00
2012-03-07 01:12:24 +00:00
2012-04-23 22:00:21 +00:00
2012-03-15 21:01:31 +00:00
2012-04-26 17:12:07 +00:00
2012-03-26 23:03:23 +00:00