/[svn]/linuxsampler/trunk/src/common/Mutex.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/Mutex.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 56 by schoenebeck, Tue Apr 27 09:21:58 2004 UTC revision 165 by senkov, Thu Jul 1 04:25:55 2004 UTC
# Line 30  class Mutex { Line 30  class Mutex {
30          Mutex();          Mutex();
31         ~Mutex();         ~Mutex();
32          void Lock();          void Lock();
33            bool Trylock();
34          void Unlock();          void Unlock();
35      protected:      protected:
36          pthread_mutex_t     __posix_mutex;          pthread_mutex_t     __posix_mutex;

Legend:
Removed from v.56  
changed lines
  Added in v.165

  ViewVC Help
Powered by ViewVC