clear_eventT_clear_eventClearEventClearEvent (Operator)

Name

clear_eventT_clear_eventClearEventClearEvent — Clear the event synchronization object.

Signature

clear_event( : : EventHandle : )

Herror T_clear_event(const Htuple EventHandle)

void ClearEvent(const HTuple& EventHandle)

void HEvent::ClearEvent() const

static void HOperatorSet.ClearEvent(HTuple eventHandle)

void HEvent.ClearEvent()

Description

clear_eventclear_eventClearEventClearEventClearEvent destroys the mutex object given by EventHandleEventHandleEventHandleEventHandleeventHandle. No threads should be waiting on the event at the time clear_eventclear_eventClearEventClearEventClearEvent is called. After calling clear_eventclear_eventClearEventClearEventClearEvent, the event can no longer be used. The handle EventHandleEventHandleEventHandleEventHandleeventHandle becomes invalid.

Execution Information

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.

Parameters

EventHandleEventHandleEventHandleEventHandleeventHandle (input_control, state is modified)  event HEvent, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Event synchronization object.

Result

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

Possible Predecessors

create_eventcreate_eventCreateEventCreateEventCreateEvent

See also

create_eventcreate_eventCreateEventCreateEventCreateEvent

Module

Foundation