summaryrefslogtreecommitdiff
path: root/source/helpers/mu-threads/mu-threads.c
AgeCommit message (Collapse)Author
2016-12-19mu-threads: Fix windows thread and semaphore creationRobin Watts
Was returning errors on successful creation.
2016-12-19mu-threads: Fix Windows mu_destroy_threadRobin Watts
When destroying a thread, set the thread handle to NULL so we know that subsequent calls shouldn't try to destroy it again.
2016-11-23Fix mu-threads build on linux.Tor Andersson
2016-11-23Move threading macros out into a mu-threads helper file.Robin Watts