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

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

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

revision 57 by schoenebeck, Sun May 2 17:45:43 2004 UTC revision 63 by schoenebeck, Tue May 4 18:52:24 2004 UTC
# Line 178  int Thread::Destructor() { Line 178  int Thread::Destructor() {
178    
179  /// Callback function for the POSIX thread API  /// Callback function for the POSIX thread API
180  void* __pthread_launcher(void* thread) {  void* __pthread_launcher(void* thread) {
181        pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); // let the thread be killable under any circumstances
182      Thread* t;      Thread* t;
183      t = (Thread*) thread;      t = (Thread*) thread;
184      t->SetSchedulingPriority();      t->SetSchedulingPriority();

Legend:
Removed from v.57  
changed lines
  Added in v.63

  ViewVC Help
Powered by ViewVC