summaryrefslogtreecommitdiff
path: root/libddekit/lock.c
AgeCommit message (Collapse)Author
2012-11-25Move DDE to pthreadsRichard Braun
2010-02-28reset the helder pointer before unlock in ddekit lock.Zheng Da
I don't know if it helps fix any bugs, but it should be a right thing to do.
2009-12-06The code can be compiled now.Zheng Da
2009-11-21Record the thread who holds the lock by ourselves.Zheng Da
cthreads mutex might contain the holder only when WAITDEBUG is defined. I think it's better to implement it by ourselves.
2009-11-18Check in the implementation of the owner of a lock.Zheng Da
2009-11-18Adapt the implementation of lock.Zheng Da
TODO: the implementation of the owner of lock hasn't been adapted.
2009-11-17The original version of DDEKit.Zheng Da