summaryrefslogtreecommitdiff
path: root/threading.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-28 21:46:13 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-28 21:46:13 +0100
commit736c68a680d001271c19a2c45fbad5a35579f96c (patch)
tree7a5db907a9b42531f6760691a3390d96b8bf3649 /threading.h
parentdc16ab2da7065f82230087a84654167aec5444dc (diff)
cover art WIP
Diffstat (limited to 'threading.h')
-rw-r--r--threading.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/threading.h b/threading.h
index f8767360..f0988574 100644
--- a/threading.h
+++ b/threading.h
@@ -30,6 +30,9 @@ uintptr_t
mutex_create (void);
uintptr_t
+mutex_create_nonrecursive (void);
+
+uintptr_t
mutex_create_recursive (void);
void