|
Boost-Commit : |
From: anthony_at_[hidden]
Date: 2008-09-02 06:38:04
Author: anthonyw
Date: 2008-09-02 06:38:04 EDT (Tue, 02 Sep 2008)
New Revision: 48530
URL: http://svn.boost.org/trac/boost/changeset/48530
Log:
Removed locked and get_active_count
Text files modified:
trunk/boost/thread/win32/basic_recursive_mutex.hpp | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
Modified: trunk/boost/thread/win32/basic_recursive_mutex.hpp
==============================================================================
--- trunk/boost/thread/win32/basic_recursive_mutex.hpp (original)
+++ trunk/boost/thread/win32/basic_recursive_mutex.hpp 2008-09-02 06:38:04 EDT (Tue, 02 Sep 2008)
@@ -64,11 +64,6 @@
return timed_lock(get_system_time()+timeout);
}
- long get_active_count()
- {
- return mutex.get_active_count();
- }
-
void unlock()
{
if(!--recursion_count)
@@ -78,11 +73,6 @@
}
}
- bool locked()
- {
- return mutex.locked();
- }
-
private:
bool try_recursive_lock(long current_thread_id)
{
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk