ChangeLog: * Makefile.def (target_modules): Add libphobos. (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and GDCFLAGS_FOR_TARGET. (dependencies): Make libphobos depend on libatomic, libbacktrace configure, and zlib configure. (language): Add language d. * Makefile.in: Rebuild. * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS. (HOST_EXPORTS): Add GDC. (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD. (BASE_TARGET_EXPORTS): Add GDC. (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables. (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables. (EXTRA_HOST_FLAGS): Add GDC. (STAGE1_FLAGS_TO_PASS): Add GDC. (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS. * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag environment variables. * configure: Rebuild. * configure.ac: Add target-libphobos to target_libraries. Set and substitute GDC_FOR_BUILD and GDC_FOR_TARGET. config/ChangeLog: * multi.m4: Set GDC. gcc/ChangeLog: * Makefile.in (tm_d_file_list, tm_d_include_list): New variables. (TM_D_H, D_TARGET_DEF, D_TARGET_H, D_TARGET_OBJS): New variables. (tm_d.h, cs-tm_d.h, default-d.o): New rules. (d/d-target-hooks-def.h, s-d-target-hooks-def-h): New rules. (s-tm-texi): Also check timestamp on d-target.def. (generated_files): Add TM_D_H and d-target-hooks-def.h. (build/genhooks.o): Also depend on D_TARGET_DEF. * config.gcc (tm_d_file, d_target_objs, target_has_targetdm): New variables. * config/aarch64/aarch64-d.c: New file. * config/aarch64/aarch64-linux.h (GNU_USER_TARGET_D_CRITSEC_SIZE): Define. * config/aarch64/aarch64-protos.h (aarch64_d_target_versions): New prototype. * config/aarch64/aarch64.h (TARGET_D_CPU_VERSIONS): Define. * config/aarch64/t-aarch64 (aarch64-d.o): New rule. * config/arm/arm-d.c: New file. * config/arm/arm-protos.h (arm_d_target_versions): New prototype. * config/arm/arm.h (TARGET_D_CPU_VERSIONS): Define. * config/arm/linux-eabi.h (EXTRA_TARGET_D_OS_VERSIONS): Define. * config/arm/t-arm (arm-d.o): New rule. * config/default-d.c: New file. * config/glibc-d.c: New file. * config/gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define. * config/i386/i386-d.c: New file. * config/i386/i386-protos.h (ix86_d_target_versions): New prototype. * config/i386/i386.h (TARGET_D_CPU_VERSIONS): Define. * config/i386/linux-common.h (EXTRA_TARGET_D_OS_VERSIONS): Define. (GNU_USER_TARGET_D_CRITSEC_SIZE): Define. * config/i386/t-i386 (i386-d.o): New rule. * config/kfreebsd-gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define. * config/kopensolaris-gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define. * config/linux-android.h (ANDROID_TARGET_D_OS_VERSIONS): Define. * config/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define. * config/mips/linux-common.h (EXTRA_TARGET_D_OS_VERSIONS): Define. * config/mips/mips-d.c: New file. * config/mips/mips-protos.h (mips_d_target_versions): New prototype. * config/mips/mips.h (TARGET_D_CPU_VERSIONS): Define. * config/mips/t-mips (mips-d.o): New rule. * config/powerpcspe/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define. * config/powerpcspe/linux64.h (GNU_USER_TARGET_D_OS_VERSIONS): Define. * config/powerpcspe/powerpcspe-d.c: New file. * config/powerpcspe/powerpcspe-protos.h (rs6000_d_target_versions): New prototype. * config/powerpcspe/powerpcspe.c (rs6000_output_function_epilogue): Support GNU D by using 0 as the language type. * config/powerpcspe/powerpcspe.h (TARGET_D_CPU_VERSIONS): Define. * config/powerpcspe/t-powerpcspe (powerpcspe-d.o): New rule. * config/riscv/riscv-d.c: New file. * config/riscv/riscv-protos.h (riscv_d_target_versions): New prototype. * config/riscv/riscv.h (TARGET_D_CPU_VERSIONS): Define. * config/riscv/t-riscv (riscv-d.o): New rule. * config/rs6000/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define. * config/rs6000/linux64.h (GNU_USER_TARGET_D_OS_VERSIONS): Define. * config/rs6000/rs6000-d.c: New file. * config/rs6000/rs6000-protos.h (rs6000_d_target_versions): New prototype. * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support GNU D by using 0 as the language type. * config/rs6000/rs6000.h (TARGET_D_CPU_VERSIONS): Define. * config/rs6000/t-rs6000 (rs6000-d.o): New rule. * config/s390/s390-d.c: New file. * config/s390/s390-protos.h (s390_d_target_versions): New prototype. * config/s390/s390.h (TARGET_D_CPU_VERSIONS): Define. * config/s390/t-s390 (s390-d.o): New rule. * config/sparc/sparc-d.c: New file. * config/sparc/sparc-protos.h (sparc_d_target_versions): New prototype. * config/sparc/sparc.h (TARGET_D_CPU_VERSIONS): Define. * config/sparc/t-sparc (sparc-d.o): New rule. * config/t-glibc (glibc-d.o): New rule. * configure: Regenerated. * configure.ac (tm_d_file): New variable. (tm_d_file_list, tm_d_include_list, d_target_objs): Add substitutes. * doc/contrib.texi (Contributors): Add self for the D frontend. * doc/frontends.texi (G++ and GCC): Mention D as a supported language. * doc/install.texi (Configuration): Mention libphobos as an option for --enable-shared. Mention d as an option for --enable-languages. (Testing): Mention check-d as a target. * doc/invoke.texi (Overall Options): Mention .d, .dd, and .di as file name suffixes. Mention d as a -x option. * doc/sourcebuild.texi (Top Level): Mention libphobos. * doc/standards.texi (Standards): Add section on D language. * doc/tm.texi: Regenerated. * doc/tm.texi.in: Add @node for D language and ABI, and @hook for TARGET_CPU_VERSIONS, TARGET_D_OS_VERSIONS, and TARGET_D_CRITSEC_SIZE. * dwarf2out.c (is_dlang): New function. (gen_compile_unit_die): Use DW_LANG_D for D. (declare_in_namespace): Return module die for D, instead of adding extra declarations into the namespace. (gen_namespace_die): Generate DW_TAG_module for D. (gen_decl_die): Handle CONST_DECLSs for D. (dwarf2out_decl): Likewise. (prune_unused_types_walk_local_classes): Handle DW_tag_interface_type. (prune_unused_types_walk): Handle DW_tag_interface_type same as other kinds of aggregates. * gcc.c (default_compilers): Add entries for .d, .dd and .di. * genhooks.c: Include d/d-target.def. gcc/po/ChangeLog: * EXCLUDES: Add sources from d/dmd. gcc/testsuite/ChangeLog: * gcc.misc-tests/help.exp: Add D to option descriptions check. * gdc.dg/asan/asan.exp: New file. * gdc.dg/asan/gdc272.d: New test. * gdc.dg/compilable.d: New test. * gdc.dg/dg.exp: New file. * gdc.dg/gdc254.d: New test. * gdc.dg/gdc260.d: New test. * gdc.dg/gdc270a.d: New test. * gdc.dg/gdc270b.d: New test. * gdc.dg/gdc282.d: New test. * gdc.dg/gdc283.d: New test. * gdc.dg/imports/gdc170.d: New test. * gdc.dg/imports/gdc231.d: New test. * gdc.dg/imports/gdc239.d: New test. * gdc.dg/imports/gdc241a.d: New test. * gdc.dg/imports/gdc241b.d: New test. * gdc.dg/imports/gdc251a.d: New test. * gdc.dg/imports/gdc251b.d: New test. * gdc.dg/imports/gdc253.d: New test. * gdc.dg/imports/gdc254a.d: New test. * gdc.dg/imports/gdc256.d: New test. * gdc.dg/imports/gdc27.d: New test. * gdc.dg/imports/gdcpkg256/package.d: New test. * gdc.dg/imports/runnable.d: New test. * gdc.dg/link.d: New test. * gdc.dg/lto/lto.exp: New file. * gdc.dg/lto/ltotests_0.d: New test. * gdc.dg/lto/ltotests_1.d: New test. * gdc.dg/runnable.d: New test. * gdc.dg/simd.d: New test. * gdc.test/gdc-test.exp: New file. * lib/gdc-dg.exp: New file. * lib/gdc.exp: New file. libphobos/ChangeLog: * Makefile.am: New file. * Makefile.in: New file. * acinclude.m4: New file. * aclocal.m4: New file. * config.h.in: New file. * configure: New file. * configure.ac: New file. * d_rules.am: New file. * libdruntime/Makefile.am: New file. * libdruntime/Makefile.in: New file. * libdruntime/__entrypoint.di: New file. * libdruntime/__main.di: New file. * libdruntime/gcc/attribute.d: New file. * libdruntime/gcc/backtrace.d: New file. * libdruntime/gcc/builtins.d: New file. * libdruntime/gcc/config.d.in: New file. * libdruntime/gcc/deh.d: New file. * libdruntime/gcc/libbacktrace.d.in: New file. * libdruntime/gcc/unwind/arm.d: New file. * libdruntime/gcc/unwind/arm_common.d: New file. * libdruntime/gcc/unwind/c6x.d: New file. * libdruntime/gcc/unwind/generic.d: New file. * libdruntime/gcc/unwind/package.d: New file. * libdruntime/gcc/unwind/pe.d: New file. * m4/autoconf.m4: New file. * m4/druntime.m4: New file. * m4/druntime/cpu.m4: New file. * m4/druntime/libraries.m4: New file. * m4/druntime/os.m4: New file. * m4/gcc_support.m4: New file. * m4/gdc.m4: New file. * m4/libtool.m4: New file. * src/Makefile.am: New file. * src/Makefile.in: New file. * src/libgphobos.spec.in: New file. * testsuite/Makefile.am: New file. * testsuite/Makefile.in: New file. * testsuite/config/default.exp: New file. * testsuite/lib/libphobos-dg.exp: New file. * testsuite/lib/libphobos.exp: New file. * testsuite/testsuite_flags.in: New file. From-SVN: r265573
529 lines
15 KiB
D
529 lines
15 KiB
D
/**
|
|
* The read/write mutex module provides a primitive for maintaining shared read
|
|
* access and mutually exclusive write access.
|
|
*
|
|
* Copyright: Copyright Sean Kelly 2005 - 2009.
|
|
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
|
|
* Authors: Sean Kelly
|
|
* Source: $(DRUNTIMESRC core/sync/_rwmutex.d)
|
|
*/
|
|
|
|
/* Copyright Sean Kelly 2005 - 2009.
|
|
* Distributed under the Boost Software License, Version 1.0.
|
|
* (See accompanying file LICENSE or copy at
|
|
* http://www.boost.org/LICENSE_1_0.txt)
|
|
*/
|
|
module core.sync.rwmutex;
|
|
|
|
|
|
public import core.sync.exception;
|
|
private import core.sync.condition;
|
|
private import core.sync.mutex;
|
|
private import core.memory;
|
|
|
|
version (Posix)
|
|
{
|
|
private import core.sys.posix.pthread;
|
|
}
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// ReadWriteMutex
|
|
//
|
|
// Reader reader();
|
|
// Writer writer();
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
/**
|
|
* This class represents a mutex that allows any number of readers to enter,
|
|
* but when a writer enters, all other readers and writers are blocked.
|
|
*
|
|
* Please note that this mutex is not recursive and is intended to guard access
|
|
* to data only. Also, no deadlock checking is in place because doing so would
|
|
* require dynamic memory allocation, which would reduce performance by an
|
|
* unacceptable amount. As a result, any attempt to recursively acquire this
|
|
* mutex may well deadlock the caller, particularly if a write lock is acquired
|
|
* while holding a read lock, or vice-versa. In practice, this should not be
|
|
* an issue however, because it is uncommon to call deeply into unknown code
|
|
* while holding a lock that simply protects data.
|
|
*/
|
|
class ReadWriteMutex
|
|
{
|
|
/**
|
|
* Defines the policy used by this mutex. Currently, two policies are
|
|
* defined.
|
|
*
|
|
* The first will queue writers until no readers hold the mutex, then
|
|
* pass the writers through one at a time. If a reader acquires the mutex
|
|
* while there are still writers queued, the reader will take precedence.
|
|
*
|
|
* The second will queue readers if there are any writers queued. Writers
|
|
* are passed through one at a time, and once there are no writers present,
|
|
* all queued readers will be alerted.
|
|
*
|
|
* Future policies may offer a more even balance between reader and writer
|
|
* precedence.
|
|
*/
|
|
enum Policy
|
|
{
|
|
PREFER_READERS, /// Readers get preference. This may starve writers.
|
|
PREFER_WRITERS /// Writers get preference. This may starve readers.
|
|
}
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
// Initialization
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
/**
|
|
* Initializes a read/write mutex object with the supplied policy.
|
|
*
|
|
* Params:
|
|
* policy = The policy to use.
|
|
*
|
|
* Throws:
|
|
* SyncError on error.
|
|
*/
|
|
this( Policy policy = Policy.PREFER_WRITERS )
|
|
{
|
|
m_commonMutex = new Mutex;
|
|
if ( !m_commonMutex )
|
|
throw new SyncError( "Unable to initialize mutex" );
|
|
|
|
m_readerQueue = new Condition( m_commonMutex );
|
|
if ( !m_readerQueue )
|
|
throw new SyncError( "Unable to initialize mutex" );
|
|
|
|
m_writerQueue = new Condition( m_commonMutex );
|
|
if ( !m_writerQueue )
|
|
throw new SyncError( "Unable to initialize mutex" );
|
|
|
|
m_policy = policy;
|
|
m_reader = new Reader;
|
|
m_writer = new Writer;
|
|
}
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
// General Properties
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
/**
|
|
* Gets the policy used by this mutex.
|
|
*
|
|
* Returns:
|
|
* The policy used by this mutex.
|
|
*/
|
|
@property Policy policy()
|
|
{
|
|
return m_policy;
|
|
}
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
// Reader/Writer Handles
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
/**
|
|
* Gets an object representing the reader lock for the associated mutex.
|
|
*
|
|
* Returns:
|
|
* A reader sub-mutex.
|
|
*/
|
|
@property Reader reader()
|
|
{
|
|
return m_reader;
|
|
}
|
|
|
|
|
|
/**
|
|
* Gets an object representing the writer lock for the associated mutex.
|
|
*
|
|
* Returns:
|
|
* A writer sub-mutex.
|
|
*/
|
|
@property Writer writer()
|
|
{
|
|
return m_writer;
|
|
}
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
// Reader
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
/**
|
|
* This class can be considered a mutex in its own right, and is used to
|
|
* negotiate a read lock for the enclosing mutex.
|
|
*/
|
|
class Reader :
|
|
Object.Monitor
|
|
{
|
|
/**
|
|
* Initializes a read/write mutex reader proxy object.
|
|
*/
|
|
this()
|
|
{
|
|
m_proxy.link = this;
|
|
this.__monitor = &m_proxy;
|
|
}
|
|
|
|
|
|
/**
|
|
* Acquires a read lock on the enclosing mutex.
|
|
*/
|
|
@trusted void lock()
|
|
{
|
|
synchronized( m_commonMutex )
|
|
{
|
|
++m_numQueuedReaders;
|
|
scope(exit) --m_numQueuedReaders;
|
|
|
|
while ( shouldQueueReader )
|
|
m_readerQueue.wait();
|
|
++m_numActiveReaders;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
* Releases a read lock on the enclosing mutex.
|
|
*/
|
|
@trusted void unlock()
|
|
{
|
|
synchronized( m_commonMutex )
|
|
{
|
|
if ( --m_numActiveReaders < 1 )
|
|
{
|
|
if ( m_numQueuedWriters > 0 )
|
|
m_writerQueue.notify();
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
* Attempts to acquire a read lock on the enclosing mutex. If one can
|
|
* be obtained without blocking, the lock is acquired and true is
|
|
* returned. If not, the lock is not acquired and false is returned.
|
|
*
|
|
* Returns:
|
|
* true if the lock was acquired and false if not.
|
|
*/
|
|
bool tryLock()
|
|
{
|
|
synchronized( m_commonMutex )
|
|
{
|
|
if ( shouldQueueReader )
|
|
return false;
|
|
++m_numActiveReaders;
|
|
return true;
|
|
}
|
|
}
|
|
|
|
|
|
private:
|
|
@property bool shouldQueueReader()
|
|
{
|
|
if ( m_numActiveWriters > 0 )
|
|
return true;
|
|
|
|
switch ( m_policy )
|
|
{
|
|
case Policy.PREFER_WRITERS:
|
|
return m_numQueuedWriters > 0;
|
|
|
|
case Policy.PREFER_READERS:
|
|
default:
|
|
break;
|
|
}
|
|
|
|
return false;
|
|
}
|
|
|
|
struct MonitorProxy
|
|
{
|
|
Object.Monitor link;
|
|
}
|
|
|
|
MonitorProxy m_proxy;
|
|
}
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
// Writer
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
/**
|
|
* This class can be considered a mutex in its own right, and is used to
|
|
* negotiate a write lock for the enclosing mutex.
|
|
*/
|
|
class Writer :
|
|
Object.Monitor
|
|
{
|
|
/**
|
|
* Initializes a read/write mutex writer proxy object.
|
|
*/
|
|
this()
|
|
{
|
|
m_proxy.link = this;
|
|
this.__monitor = &m_proxy;
|
|
}
|
|
|
|
|
|
/**
|
|
* Acquires a write lock on the enclosing mutex.
|
|
*/
|
|
@trusted void lock()
|
|
{
|
|
synchronized( m_commonMutex )
|
|
{
|
|
++m_numQueuedWriters;
|
|
scope(exit) --m_numQueuedWriters;
|
|
|
|
while ( shouldQueueWriter )
|
|
m_writerQueue.wait();
|
|
++m_numActiveWriters;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
* Releases a write lock on the enclosing mutex.
|
|
*/
|
|
@trusted void unlock()
|
|
{
|
|
synchronized( m_commonMutex )
|
|
{
|
|
if ( --m_numActiveWriters < 1 )
|
|
{
|
|
switch ( m_policy )
|
|
{
|
|
default:
|
|
case Policy.PREFER_READERS:
|
|
if ( m_numQueuedReaders > 0 )
|
|
m_readerQueue.notifyAll();
|
|
else if ( m_numQueuedWriters > 0 )
|
|
m_writerQueue.notify();
|
|
break;
|
|
case Policy.PREFER_WRITERS:
|
|
if ( m_numQueuedWriters > 0 )
|
|
m_writerQueue.notify();
|
|
else if ( m_numQueuedReaders > 0 )
|
|
m_readerQueue.notifyAll();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
* Attempts to acquire a write lock on the enclosing mutex. If one can
|
|
* be obtained without blocking, the lock is acquired and true is
|
|
* returned. If not, the lock is not acquired and false is returned.
|
|
*
|
|
* Returns:
|
|
* true if the lock was acquired and false if not.
|
|
*/
|
|
bool tryLock()
|
|
{
|
|
synchronized( m_commonMutex )
|
|
{
|
|
if ( shouldQueueWriter )
|
|
return false;
|
|
++m_numActiveWriters;
|
|
return true;
|
|
}
|
|
}
|
|
|
|
|
|
private:
|
|
@property bool shouldQueueWriter()
|
|
{
|
|
if ( m_numActiveWriters > 0 ||
|
|
m_numActiveReaders > 0 )
|
|
return true;
|
|
switch ( m_policy )
|
|
{
|
|
case Policy.PREFER_READERS:
|
|
return m_numQueuedReaders > 0;
|
|
|
|
case Policy.PREFER_WRITERS:
|
|
default:
|
|
break;
|
|
}
|
|
|
|
return false;
|
|
}
|
|
|
|
struct MonitorProxy
|
|
{
|
|
Object.Monitor link;
|
|
}
|
|
|
|
MonitorProxy m_proxy;
|
|
}
|
|
|
|
|
|
private:
|
|
Policy m_policy;
|
|
Reader m_reader;
|
|
Writer m_writer;
|
|
|
|
Mutex m_commonMutex;
|
|
Condition m_readerQueue;
|
|
Condition m_writerQueue;
|
|
|
|
int m_numQueuedReaders;
|
|
int m_numActiveReaders;
|
|
int m_numQueuedWriters;
|
|
int m_numActiveWriters;
|
|
}
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Unit Tests
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
unittest
|
|
{
|
|
import core.atomic, core.thread, core.sync.semaphore;
|
|
|
|
static void runTest(ReadWriteMutex.Policy policy)
|
|
{
|
|
scope mutex = new ReadWriteMutex(policy);
|
|
scope rdSemA = new Semaphore, rdSemB = new Semaphore,
|
|
wrSemA = new Semaphore, wrSemB = new Semaphore;
|
|
shared size_t numReaders, numWriters;
|
|
|
|
void readerFn()
|
|
{
|
|
synchronized (mutex.reader)
|
|
{
|
|
atomicOp!"+="(numReaders, 1);
|
|
rdSemA.notify();
|
|
rdSemB.wait();
|
|
atomicOp!"-="(numReaders, 1);
|
|
}
|
|
}
|
|
|
|
void writerFn()
|
|
{
|
|
synchronized (mutex.writer)
|
|
{
|
|
atomicOp!"+="(numWriters, 1);
|
|
wrSemA.notify();
|
|
wrSemB.wait();
|
|
atomicOp!"-="(numWriters, 1);
|
|
}
|
|
}
|
|
|
|
void waitQueued(size_t queuedReaders, size_t queuedWriters)
|
|
{
|
|
for (;;)
|
|
{
|
|
synchronized (mutex.m_commonMutex)
|
|
{
|
|
if (mutex.m_numQueuedReaders == queuedReaders &&
|
|
mutex.m_numQueuedWriters == queuedWriters)
|
|
break;
|
|
}
|
|
Thread.yield();
|
|
}
|
|
}
|
|
|
|
scope group = new ThreadGroup;
|
|
|
|
// 2 simultaneous readers
|
|
group.create(&readerFn); group.create(&readerFn);
|
|
rdSemA.wait(); rdSemA.wait();
|
|
assert(numReaders == 2);
|
|
rdSemB.notify(); rdSemB.notify();
|
|
group.joinAll();
|
|
assert(numReaders == 0);
|
|
foreach (t; group) group.remove(t);
|
|
|
|
// 1 writer at a time
|
|
group.create(&writerFn); group.create(&writerFn);
|
|
wrSemA.wait();
|
|
assert(!wrSemA.tryWait());
|
|
assert(numWriters == 1);
|
|
wrSemB.notify();
|
|
wrSemA.wait();
|
|
assert(numWriters == 1);
|
|
wrSemB.notify();
|
|
group.joinAll();
|
|
assert(numWriters == 0);
|
|
foreach (t; group) group.remove(t);
|
|
|
|
// reader and writer are mutually exclusive
|
|
group.create(&readerFn);
|
|
rdSemA.wait();
|
|
group.create(&writerFn);
|
|
waitQueued(0, 1);
|
|
assert(!wrSemA.tryWait());
|
|
assert(numReaders == 1 && numWriters == 0);
|
|
rdSemB.notify();
|
|
wrSemA.wait();
|
|
assert(numReaders == 0 && numWriters == 1);
|
|
wrSemB.notify();
|
|
group.joinAll();
|
|
assert(numReaders == 0 && numWriters == 0);
|
|
foreach (t; group) group.remove(t);
|
|
|
|
// writer and reader are mutually exclusive
|
|
group.create(&writerFn);
|
|
wrSemA.wait();
|
|
group.create(&readerFn);
|
|
waitQueued(1, 0);
|
|
assert(!rdSemA.tryWait());
|
|
assert(numReaders == 0 && numWriters == 1);
|
|
wrSemB.notify();
|
|
rdSemA.wait();
|
|
assert(numReaders == 1 && numWriters == 0);
|
|
rdSemB.notify();
|
|
group.joinAll();
|
|
assert(numReaders == 0 && numWriters == 0);
|
|
foreach (t; group) group.remove(t);
|
|
|
|
// policy determines whether queued reader or writers progress first
|
|
group.create(&writerFn);
|
|
wrSemA.wait();
|
|
group.create(&readerFn);
|
|
group.create(&writerFn);
|
|
waitQueued(1, 1);
|
|
assert(numReaders == 0 && numWriters == 1);
|
|
wrSemB.notify();
|
|
|
|
if (policy == ReadWriteMutex.Policy.PREFER_READERS)
|
|
{
|
|
rdSemA.wait();
|
|
assert(numReaders == 1 && numWriters == 0);
|
|
rdSemB.notify();
|
|
wrSemA.wait();
|
|
assert(numReaders == 0 && numWriters == 1);
|
|
wrSemB.notify();
|
|
}
|
|
else if (policy == ReadWriteMutex.Policy.PREFER_WRITERS)
|
|
{
|
|
wrSemA.wait();
|
|
assert(numReaders == 0 && numWriters == 1);
|
|
wrSemB.notify();
|
|
rdSemA.wait();
|
|
assert(numReaders == 1 && numWriters == 0);
|
|
rdSemB.notify();
|
|
}
|
|
group.joinAll();
|
|
assert(numReaders == 0 && numWriters == 0);
|
|
foreach (t; group) group.remove(t);
|
|
}
|
|
runTest(ReadWriteMutex.Policy.PREFER_READERS);
|
|
runTest(ReadWriteMutex.Policy.PREFER_WRITERS);
|
|
}
|