Table of Contents

Delegate ThreadFunctionsData.ThreadCreateCallback

Namespace
GLib.Internal
Assembly
GLib-2.0.dll
public delegate void ThreadFunctionsData.ThreadCreateCallback(ThreadFunc func, IntPtr data, ulong stackSize, bool joinable, bool bound, ThreadPriority priority, IntPtr thread, out ErrorOwnedHandle error)

Parameters

func ThreadFunc
data IntPtr
stackSize ulong
joinable bool
bound bool
priority ThreadPriority
thread IntPtr
error ErrorOwnedHandle