Ejemplo n.º 1
0
 private static extern Boolean GetThreadWaitChain(SafeWctHandle wctHandle, IntPtr context, OutOfProcess flags, Int32 threadId,
    ref Int32 nodeCount, Byte[] nodeBytes, [MarshalAs(UnmanagedType.Bool)] out Boolean isCycle);
Ejemplo n.º 2
0
 private static extern Boolean GetThreadWaitChain(SafeWctHandle wctHandle, IntPtr context, OutOfProcess flags, Int32 threadId,
                                                  ref Int32 nodeCount, Byte[] nodeBytes, [MarshalAs(UnmanagedType.Bool)] out Boolean isCycle);
Ejemplo n.º 3
0
 public WaitChain() {
     m_wct = OpenThreadWaitChainSession(WctSession.Synchronous, null);
 }
Ejemplo n.º 4
0
 public WaitChain()
 {
     m_wct = OpenThreadWaitChainSession(WctSession.Synchronous, null);
 }