mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
ChangeLog for NSLock modifications.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29484 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ad5c68529b
commit
91aa9f9111
1 changed files with 7 additions and 1 deletions
|
@ -12,7 +12,13 @@
|
|||
|
||||
2010-02-04 Jonathan Gillaspie <jonathan.gillaspie@testplant.com>
|
||||
|
||||
* Source/NSThread.m: condition lock fixes
|
||||
* Source/NSLock.m:
|
||||
lockWhenCondition:beforeDate:
|
||||
Switched to use timeIntervalSince1970.
|
||||
added a loop to lockWhenCondition since pthread_cond_timedwait can return
|
||||
to delay expiring. Hold the lock on a delayed acquire (and YES return).
|
||||
tryLockWhenCondition:
|
||||
No longer reports a deadlock when we already have the lock, now just returns NO.
|
||||
|
||||
2010-02-03 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
Loading…
Reference in a new issue