/[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 3763 by schoenebeck, Fri Jun 23 12:24:58 2017 UTC revision 3764 by schoenebeck, Sun Apr 5 21:41:27 2020 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005 - 2017 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2020 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 128  class Thread { Line 128  class Thread {
128              #endif              #endif
129          }          }
130    
131            static void pushCancelable(bool cancel);
132            static void popCancelable();
133    
134            std::string name();
135            static std::string nameOfCaller();
136            static void setNameOfCaller(std::string name);
137    
138      protected:      protected:
139          /**          /**
140           * This method needs to be implemented by the descending class and is           * This method needs to be implemented by the descending class and is

Legend:
Removed from v.3763  
changed lines
  Added in v.3764

  ViewVC Help
Powered by ViewVC