summaryrefslogtreecommitdiff
path: root/libddekit/thread.c
AgeCommit message (Collapse)Author
2012-11-25Move DDE to pthreadsRichard Braun
2010-02-05fix a bug in ddekit: use the relative time.Zheng Da
2009-12-15Use ddekit condvar instead of the one in cthreads.Zheng Da
2009-12-15fix a bug (setting a thread name).Zheng Da
2009-12-13Setup the main thread when initializing ddekit.Zheng Da
2009-12-13Use a global lock to protect a thread's local data.Zheng Da
2009-12-13A new thread has been initialized when it starts.Zheng Da
2009-12-11Don't set the main thread name.Zheng Da
2009-12-11destroy the port before the thread exits.Zheng Da
2009-12-06The code can be compiled now.Zheng Da
2009-11-21Implement the semaphore (in thread.c).Zheng Da
2009-11-18fix a bug in thread.c.Zheng Da
2009-11-18Adapt the implementation of DDEKit threads.Zheng Da
2009-11-17The original version of DDEKit.Zheng Da