Log of /trunk/core/thread/src/TMutex.cxx
Parent Directory
Revision
29797 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 17 14:35:51 2009 UTC (5 years, 5 months ago) by
rdm
File length: 3243 byte(s)
Diff to
previous 26440
From Fabrizio and me:
- add support for native recursive mutexes (pthread and Win32) and remove
not satisfactory generic recursive implementation.
- remove support for older pthread versions (PthreadDraftVersion < 10),
all modern systems support version 10 now.
Revision
22961 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by
rdm
File length: 4698 byte(s)
Diff to
previous 20882
move the directories:
base clib cont meta metautils newdelete pcre rint thread unix utils
winnt zip
under the new core meta directory.
Revision
18326 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 18 18:35:22 2007 UTC (7 years, 10 months ago) by
rdm
Original Path:
trunk/thread/src/TMutex.cxx
File length: 4755 byte(s)
Diff to
previous 16822
From Bertrand:
Here is a patch for win32 implementation of TThread.
- Improves speed of a factor 10 in a heavy context switching
threaded application (by using critical sections).
- Added R__LOCKGUARD2(gROOTMutex) in TThreadTimer.
- Added CINT deadlock workaround for WIN32 in TMutex :-\
- Protected calls to gInterpreter->Execute() in TCanvas.
- Added gSystem->Sleep(10) in tutorial threadsh1.C
Revision
15134 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by
brun
Original Path:
trunk/thread/src/TMutex.cxx
File length: 4985 byte(s)
Diff to
previous 12127
From Federico Carminati:
"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."
Revision
12123 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 22 20:18:12 2005 UTC (9 years, 7 months ago) by
brun
Original Path:
trunk/thread/src/TMutex.cxx
File length: 4523 byte(s)
Diff to
previous 10755
From Constantin Loizides
This patch implements:
- decentralized, automatic mutex initialization,
see R__LOCKGUARD2 in TVirtualMutex
- PROOF parallel startup fixes
- more thread protection (in base, cont, meta, rest to be done)
- cleanups
From Eddy Offermann:
TString::Atoi and Atof are made const.
Revision
10748 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 10 12:13:33 2004 UTC (10 years, 1 month ago) by
rdm
Original Path:
trunk/thread/src/TMutex.cxx
File length: 3557 byte(s)
Diff to
previous 3984
From Maarten and me:
Changelog:
- Fixed a problem with TSemaphore where the owner of the lock in
the associated TMutex was not properly updated by the low level
pthread_cond_wait relock. (always remember our TMutex in TCondition)
- Unify thread ID's as Long_t
- Simplify and regularize TThread::Join(). Join with a thread based on
tid or TThread *, hide implementation more cleanly, remove unnecessary
member functions and variables (fJoinId et al)
- Make TThread::Ps() static (easier from cmd line)
- Use -1 iso 0 for unknown thread id as 0 is a valid value
- add more error checking in lots of places
- move gContainerMutex and gCINTMutex initialisation with the rest of
the one time init bunch.
- Simpify Exists()
- Lock *all* access to the global thread list
Revision
3984 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 14 16:12:52 2002 UTC (12 years, 11 months ago) by
rdm
Original Path:
trunk/thread/src/TMutex.cxx
File length: 3567 byte(s)
Diff to
previous 3
introduce new abstract class TVirtualMutex in base and move TLockGuard from
thread to base. TMutex now derives from TVirtualMutex. Also add zero
overhead macros to be used to place mutexes (zero overhead in case ROOT
is not compiled with thread support). Added, example, global container
mutex which should be initialized when libThread is loaded to point to
a real mutex. To be done and tested by Mathieu de Naurois.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.