예제 #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);
예제 #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);
예제 #3
0
 public WaitChain() {
     m_wct = OpenThreadWaitChainSession(WctSession.Synchronous, null);
 }
예제 #4
0
 public WaitChain()
 {
     m_wct = OpenThreadWaitChainSession(WctSession.Synchronous, null);
 }