clear_mutexT_clear_mutexClearMutexClearMutexclear_mutex (Operator)

名称

clear_mutexT_clear_mutexClearMutexClearMutexclear_mutex — 清除互斥同步对象。

签名

clear_mutex( : : MutexHandle : )

Herror T_clear_mutex(const Htuple MutexHandle)

void ClearMutex(const HTuple& MutexHandle)

void HMutex::ClearMutex() const

static void HOperatorSet.ClearMutex(HTuple mutexHandle)

void HMutex.ClearMutex()

def clear_mutex(mutex_handle: HHandle) -> None

描述

clear_mutexclear_mutexClearMutexClearMutexClearMutexclear_mutex destroys the mutex object given by MutexHandleMutexHandleMutexHandleMutexHandlemutexHandlemutex_handle. The mutex must be unlocked. After calling clear_mutexclear_mutexClearMutexClearMutexClearMutexclear_mutex, the mutex can no longer be used. The handle MutexHandleMutexHandleMutexHandleMutexHandlemutexHandlemutex_handle becomes invalid.

执行信息

This operator modifies the state of the following input parameter:

During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.

参数

MutexHandleMutexHandleMutexHandleMutexHandlemutexHandlemutex_handle (input_control, state is modified)  mutex HMutex, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Mutex synchronization object.

结果

If the mutex handle is valid, the operator clear_mutexclear_mutexClearMutexClearMutexClearMutexclear_mutex returns 2 ( H_MSG_TRUE) . If necessary, an exception is raised.

可能的前置算子

create_mutexcreate_mutexCreateMutexCreateMutexCreateMutexcreate_mutex

另见

create_mutexcreate_mutexCreateMutexCreateMutexCreateMutexcreate_mutex

模块

Foundation