diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 09:06:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 09:06:13 +0000 |
commit | 883ef53d655000d6271e7f73c6adc77509009d30 (patch) | |
tree | b4120b3e883af2cf722c6f8f6479db5c25de2a32 /vcl/unx/source/app/saldata.cxx | |
parent | 5bcd6db4e0f9c3ca0b94cb606827b165ae4fbe89 (diff) |
INTEGRATION: CWS vcl24 (1.36.2); FILE MERGED
2004/06/28 16:18:14 pl 1.36.2.1: #i30832# avoid unnecessary context switches
Diffstat (limited to 'vcl/unx/source/app/saldata.cxx')
-rw-r--r-- | vcl/unx/source/app/saldata.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/unx/source/app/saldata.cxx b/vcl/unx/source/app/saldata.cxx index 52c2c02600fc..1c47dfe30535 100644 --- a/vcl/unx/source/app/saldata.cxx +++ b/vcl/unx/source/app/saldata.cxx @@ -2,9 +2,9 @@ * * $RCSfile: saldata.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: rt $ $Date: 2004-06-17 12:27:36 $ + * last change: $Author: rt $ $Date: 2004-07-23 10:06:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -787,8 +787,6 @@ void SalXLib::Yield( BOOL bWait ) { // release YieldMutex (and re-acquire at block end) YieldMutexReleaser aReleaser; - if( !bWait ) - osl_yieldThread(); nFound = select( nFDs, &ReadFDS, NULL, &ExceptionFDS, pTimeout ); } if( nFound < 0 ) // error |