gcc/libstdc++-v3/include/ext
Benjamin Kosnik f65d320115 Per Bothner <per@bothner.com > Mohan Embar <gnustuff@thisiscool.com>
2004-07-01  Benjamin Kosnik  <bkoz@redhat.com>
            Per Bothner  <per@bothner.com >
	    Mohan Embar  <gnustuff@thisiscool.com>

	PR libstdc++/16248
	* include/bits/concurrence.h (__glibcxx_mutex_type): New.
	(__glibcxx_mutex): Encapsulate mutex init function into type for
	threaded configurations without __GTHREAD_MUTEX_INIT.
	(lock::lock): Make device member a reference.
	(lock::~lock): Same.
	* include/ext/pool_allocator.h (__pool_base::_M_get_mutex): Change
	to mutex_type.
	* src/allocator.cc: Same.

Co-Authored-By: Mohan Embar <gnustuff@thisiscool.com>
Co-Authored-By: Per Bothner <per@bothner.com>

From-SVN: r83985
2004-07-01 14:49:29 +00:00
..
algorithm [multiple changes] 2004-06-12 08:10:24 +00:00
bitmap_allocator.h bitmap_allocator.h: (_Bit_scan_forward) -> Made this function call __builtin_ctz instead of the... 2004-03-24 18:27:43 +00:00
debug_allocator.h malloc_allocator.h: Fixed the construct function to call global placement new instead of assignment. 2004-03-24 21:40:01 +00:00
demangle.h [multiple changes] 2004-02-27 03:21:16 +00:00
enc_filebuf.h enc_filebuf.h: Move concept-check macro to class scope. 2004-05-18 10:09:39 +01:00
functional [multiple changes] 2004-06-12 08:10:24 +00:00
hash_fun.h [multiple changes] 2004-06-12 08:10:24 +00:00
hash_map hash_map: Trivial formatting fixes. 2004-06-14 19:40:45 +00:00
hash_set hash_map: Trivial formatting fixes. 2004-06-14 19:40:45 +00:00
hashtable.h hashtable.h: Trivial formatting fixes. 2004-06-15 13:43:56 +00:00
iterator [multiple changes] 2004-06-12 08:10:24 +00:00
malloc_allocator.h malloc_allocator.h: Fixed the construct function to call global placement new instead of assignment. 2004-03-24 21:40:01 +00:00
memory hash_map: Trivial formatting fixes. 2004-06-14 19:40:45 +00:00
mt_allocator.h mt_allocator.h: Handle allocations at static initialization that happen before _S_options is... 2004-07-01 02:21:51 +00:00
new_allocator.h malloc_allocator.h: Add operators ==, !=. 2004-02-23 15:41:43 +00:00
numeric hash_map: Trivial formatting fixes. 2004-06-14 19:40:45 +00:00
pod_char_traits.h algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
pool_allocator.h Per Bothner <per@bothner.com > Mohan Embar <gnustuff@thisiscool.com> 2004-07-01 14:49:29 +00:00
rb_tree hashtable.h: Trivial formatting fixes. 2004-06-15 13:43:56 +00:00
rope rope: Trivial formatting fixes. 2004-06-27 17:51:08 +00:00
ropeimpl.h rope: Trivial formatting fixes. 2004-06-27 17:51:08 +00:00
slist slist: Trivial formatting fixes. 2004-06-14 13:03:45 +00:00
stdio_filebuf.h re PR libstdc++/14600 (__gnu_cxx::stdio_sync_filebuf should expose internal FILE*) 2004-05-29 14:40:59 +00:00
stdio_sync_filebuf.h re PR libstdc++/14600 (__gnu_cxx::stdio_sync_filebuf should expose internal FILE*) 2004-05-29 14:40:59 +00:00