NAME

ACE_RW_Thread_Mutex - Wrapper for readers/writer locks that exist within a process.

SYNOPSIS

#include <ace/Synch.h>

class ACE_RW_Thread_Mutex : public ACE_RW_Mutex { public: ACE_RW_Thread_Mutex (LPCTSTR name = 0, void *arg = 0); int tryacquire_write_upgrade (void); void dump (void) const; ACE_ALLOC_HOOK_DECLARE; };

DESCRIPTION

Wrappers for various synchronization routines.

PUBLIC MEMBERS

ACE_RW_Thread_Mutex (LPCTSTR name = 0, void *arg = 0);

int tryacquire_write_upgrade (void);

void dump (void) const;

ACE_ALLOC_HOOK_DECLARE;

AUTHOR

Doug Schmidt

LIBRARY

ace