[Mono.Runtime.Tests] Exclude simd tests
[mono-project.git] / mono / metadata / w32semaphore.h
blobadfa228e2c8f929e75d7f29264916222c4358dc8
1 /**
2 * \file
3 */
5 #ifndef _MONO_METADATA_W32SEMAPHORE_H_
6 #define _MONO_METADATA_W32SEMAPHORE_H_
8 #include <config.h>
9 #include <glib.h>
10 #include "object.h"
11 #include "w32handle-namespace.h"
12 #include <mono/metadata/icalls.h>
14 void
15 mono_w32semaphore_init (void);
17 typedef struct MonoW32HandleNamedSemaphore MonoW32HandleNamedSemaphore;
19 MonoW32HandleNamespace*
20 mono_w32semaphore_get_namespace (MonoW32HandleNamedSemaphore *semaphore);
22 #endif /* _MONO_METADATA_W32SEMAPHORE_H_ */