/[svn]
ViewVC logotype

Revision 3764


Jump to revision: Previous Next
Author: schoenebeck
Date: Sun Apr 5 21:41:27 2020 UTC (4 years ago)
Changed paths: 4
Log Message:
Thread class: Added new methods (POSIX implementation only yet):

* Added methods pushCancelable() and popCancelable() for allowing to
  prevent thread being terminated on critical sections.

* Added methods name(), nameOfCaller() and setNameOfCaller() to allow
  assigning threads human readable names for debugging purposes.

* configure: Always check for availability of pthread_testcancel()
  and use it if so (previously it was only used if explicitly enabled
  by configure script option).

* Raise a compiler warning if pthread_testcancel() is not available.

* Bumped version (2.1.1.svn52).


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/configure.ac modified , text changed
Directorylinuxsampler/trunk/src/common/Thread.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/Thread.h modified , text changed

  ViewVC Help
Powered by ViewVC