Mutex.GetSavedOwnerInfo
- Updated2026-02-03
- 1 minute(s) read
Mutex.GetSavedOwnerInfo
Syntax
Mutex.GetSavedOwnerInfo( threadId, threadDisplayName, homeSyncMgr)
Purpose
Remarks
Do not call this method. This method is for internal use only to implement deadlock reporting.
Parameters
threadId As String
[Out] Returns a globally unique thread ID (GUID) for the thread that performs the operation.
threadDisplayName As String
[Out] Returns a display name to identify the current thread.
homeSyncMgr As SyncManager
[Out] Returns the local version of the TestStand Synchronization Manager. When you use the TestStand Engine , National Instruments recommends that you call the Engine.GetSyncManager method on a local version of the TestStand Engine to obtain the value to pass for this parameter. This parameter is used for deadlock detection purposes.