From 736c68a680d001271c19a2c45fbad5a35579f96c Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 28 Feb 2010 21:46:13 +0100 Subject: cover art WIP --- threading.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'threading.h') diff --git a/threading.h b/threading.h index f8767360..f0988574 100644 --- a/threading.h +++ b/threading.h @@ -29,6 +29,9 @@ thread_join (intptr_t tid); uintptr_t mutex_create (void); +uintptr_t +mutex_create_nonrecursive (void); + uintptr_t mutex_create_recursive (void); -- cgit v1.2.3