2 * thread-private.h: Private definitions for thread handles
5 * Dick Porter (dick@ximian.com)
7 * (C) 2002 Ximian, Inc.
10 #ifndef _WAPI_THREAD_PRIVATE_H_
11 #define _WAPI_THREAD_PRIVATE_H_
16 #include <mono/io-layer/timed-thread.h>
18 extern struct _WapiHandleOps _wapi_thread_ops
;
25 struct _WapiHandle_thread
27 WapiThreadState state
;
29 gpointer process_handle
;
32 struct _WapiHandlePrivate_thread
38 gboolean
_wapi_thread_apc_pending (gpointer handle
);
39 gboolean
_wapi_thread_cur_apc_pending (void);
40 gboolean
_wapi_thread_dispatch_apc_queue (gpointer handle
);
43 #endif /* _WAPI_THREAD_PRIVATE_H_ */