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

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

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

revision 1423 by schoenebeck, Wed Jun 6 18:50:03 2007 UTC revision 1424 by schoenebeck, Sun Oct 14 22:00:17 2007 UTC
# Line 21  Line 21 
21   *   MA  02111-1307  USA                                                   *   *   MA  02111-1307  USA                                                   *
22   ***************************************************************************/   ***************************************************************************/
23    
24  #ifndef __THREAD_H__  #ifndef __LS_THREAD_H__
25  #define __THREAD_H__  #define __LS_THREAD_H__
26    
27  #include <iostream>  #include <iostream>
28  #include <stdio.h>  #include <stdio.h>
# Line 63  class Thread { Line 63  class Thread {
63          bool            bLockedMemory;          bool            bLockedMemory;
64  };  };
65    
 // Callback functions for the POSIX thread API  
 void* __pthread_launcher(void* thread);  
 void  __pthread_destructor(void* thread);  
   
66  } // namespace LinuxSampler  } // namespace LinuxSampler
67    
68  #endif // __THREAD_H__  #endif // __LS_THREAD_H__

Legend:
Removed from v.1423  
changed lines
  Added in v.1424

  ViewVC Help
Powered by ViewVC