Implement vararg support for s390. Minor fix to atomic operation for s390.
[mono.git] / mono / io-layer / mutexes.h
blob82aacfdb8794bf295c511d9f145885c96f2f2978
1 /*
2 * mutexes.h: Mutex handles
4 * Author:
5 * Dick Porter (dick@ximian.com)
7 * (C) 2002 Ximian, Inc.
8 */
10 #ifndef _WAPI_MUTEXES_H_
11 #define _WAPI_MUTEXES_H_
13 #include <glib.h>
15 extern gpointer CreateMutex(WapiSecurityAttributes *security, gboolean owned,
16 const gunichar2 *name);
17 extern gboolean ReleaseMutex(gpointer handle);
19 #endif /* _WAPI_MUTEXES_H_ */