From eb7cde3e751b02eae055a922af8985fe52c807fa Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 10 Mar 2010 00:39:26 -0800 Subject: Revert "SERVER-695 don't destroy static global mutexes" This reverts commit 714ec2fdc8e9c8dc1c2cdf5486afdbc185beef14. --- mongo.xcodeproj/project.pbxproj | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) (limited to 'mongo.xcodeproj') diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index bfb77c70b91..db5a3c91cf7 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -401,8 +401,10 @@ 936B895A0F4C899400934AF2 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md5.c; sourceTree = ""; }; 936B895B0F4C899400934AF2 /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = ""; }; 936B895C0F4C899400934AF2 /* md5.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = md5.hpp; sourceTree = ""; }; + 936B895D0F4C899400934AF2 /* md5main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md5main.c; sourceTree = ""; }; 936B895E0F4C899400934AF2 /* message.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = message.cpp; sourceTree = ""; }; 936B895F0F4C899400934AF2 /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message.h; sourceTree = ""; }; + 936B89600F4C899400934AF2 /* top.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = top.h; sourceTree = ""; }; 937CACE90F27BF4900C57AA6 /* socktests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = socktests.cpp; sourceTree = ""; }; 937D0E340F28CB070071FFA9 /* repltests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = repltests.cpp; sourceTree = ""; }; 937D14AB0F2A225F0071FFA9 /* nonce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nonce.h; sourceTree = ""; }; @@ -498,14 +500,6 @@ 93C8E81C1145BCCA00F28017 /* regex7.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = regex7.js; sourceTree = ""; }; 93C8E9DF1146D39700F28017 /* arrayfind2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = arrayfind2.js; sourceTree = ""; }; 93C8EB4D114721D000F28017 /* copydb2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = copydb2.js; sourceTree = ""; }; - 93C8ECE61147820C00F28017 /* counters.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = counters.cpp; sourceTree = ""; }; - 93C8ECE71147820C00F28017 /* counters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = counters.h; sourceTree = ""; }; - 93C8ECE91147820C00F28017 /* snapshots.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = snapshots.cpp; sourceTree = ""; }; - 93C8ECEA1147820C00F28017 /* snapshots.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = snapshots.h; sourceTree = ""; }; - 93C8ECEC1147820C00F28017 /* top.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = top.cpp; sourceTree = ""; }; - 93C8ECED1147820C00F28017 /* top.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = top.h; sourceTree = ""; }; - 93C8ED001147824B00F28017 /* thread_pool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = thread_pool.cpp; sourceTree = ""; }; - 93C8ED041147828F00F28017 /* index.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = index.cpp; sourceTree = ""; }; 93CC40C2113C407A00734218 /* insert1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = insert1.js; sourceTree = ""; }; 93CC441A113DE6BA00734218 /* indexg.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = indexg.js; sourceTree = ""; }; 93CC4484113E602400734218 /* in3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = in3.js; sourceTree = ""; }; @@ -668,8 +662,6 @@ 9342238F0EF16DB400608550 /* db */ = { isa = PBXGroup; children = ( - 93C8ED041147828F00F28017 /* index.cpp */, - 93C8ECE51147820C00F28017 /* stats */, 9303D1AB10E1415C00294FAC /* client.cpp */, 9303D1AC10E1415C00294FAC /* client.h */, 9303D1AD10E1415C00294FAC /* cmdline.h */, @@ -1106,7 +1098,6 @@ 934DD87B0EFAD23B00459CC1 /* util */ = { isa = PBXGroup; children = ( - 93C8ED001147824B00F28017 /* thread_pool.cpp */, 934BEE8C10E050A500178102 /* allocator.h */, 934BEE8D10E050A500178102 /* assert_util.cpp */, 934BEE8E10E050A500178102 /* assert_util.h */, @@ -1135,8 +1126,10 @@ 936B895A0F4C899400934AF2 /* md5.c */, 936B895B0F4C899400934AF2 /* md5.h */, 936B895C0F4C899400934AF2 /* md5.hpp */, + 936B895D0F4C899400934AF2 /* md5main.c */, 936B895E0F4C899400934AF2 /* message.cpp */, 936B895F0F4C899400934AF2 /* message.h */, + 936B89600F4C899400934AF2 /* top.h */, 934DD87C0EFAD23B00459CC1 /* background.cpp */, 934DD87D0EFAD23B00459CC1 /* background.h */, 934DD87F0EFAD23B00459CC1 /* builder.h */, @@ -1229,19 +1222,6 @@ path = scripting; sourceTree = ""; }; - 93C8ECE51147820C00F28017 /* stats */ = { - isa = PBXGroup; - children = ( - 93C8ECE61147820C00F28017 /* counters.cpp */, - 93C8ECE71147820C00F28017 /* counters.h */, - 93C8ECE91147820C00F28017 /* snapshots.cpp */, - 93C8ECEA1147820C00F28017 /* snapshots.h */, - 93C8ECEC1147820C00F28017 /* top.cpp */, - 93C8ECED1147820C00F28017 /* top.h */, - ); - path = stats; - sourceTree = ""; - }; 93F0956F10E165E50053380C /* parallel */ = { isa = PBXGroup; children = ( -- cgit v1.2.1