HALCON 17.12
/
HALCON Operator Reference
/
System
HDevelop
.NET
C++
C
Classes
Classes
|
|
Operators
Multithreading
List of Operators
broadcast_condition
BroadcastCondition
BroadcastCondition
broadcast_condition
Signal a condition synchronization object.
clear_barrier
ClearBarrier
ClearBarrier
clear_barrier
Destroy a barrier synchronization object.
clear_condition
ClearCondition
ClearCondition
clear_condition
Destroy a condition synchronization object.
clear_event
ClearEvent
ClearEvent
clear_event
Clear the event synchronization object.
clear_message
ClearMessage
ClearMessage
clear_message
Close a message handle and release all associated resources.
clear_message_queue
ClearMessageQueue
ClearMessageQueue
clear_message_queue
Close a message queue handle and release all associated resources.
clear_mutex
ClearMutex
ClearMutex
clear_mutex
Clear the mutex synchronization object.
create_barrier
CreateBarrier
CreateBarrier
create_barrier
Create a barrier synchronization object.
create_condition
CreateCondition
CreateCondition
create_condition
Create a condition variable synchronization object.
create_event
CreateEvent
CreateEvent
create_event
Create an event synchronization object.
create_message
CreateMessage
CreateMessage
create_message
Create a new empty message.
create_message_queue
CreateMessageQueue
CreateMessageQueue
create_message_queue
Create a new empty message queue.
create_mutex
CreateMutex
CreateMutex
create_mutex
Create a mutual exclusion synchronization object.
dequeue_message
DequeueMessage
DequeueMessage
dequeue_message
Receive one or more messages from the message queue.
enqueue_message
EnqueueMessage
EnqueueMessage
enqueue_message
Enqueue one or more messages to the message queue.
get_message_obj
GetMessageObj
GetMessageObj
get_message_obj
Retrieve an object associated with the key from the message.
get_message_param
GetMessageParam
GetMessageParam
get_message_param
Query message parameters or information about the message.
get_message_queue_param
GetMessageQueueParam
GetMessageQueueParam
get_message_queue_param
Query message queue parameters or information about the queue.
get_message_tuple
GetMessageTuple
GetMessageTuple
get_message_tuple
Retrieve a tuple associated with the key from the message.
get_threading_attrib
GetThreadingAttrib
GetThreadingAttrib
get_threading_attrib
Query the attributes of a threading / synchronization object.
lock_mutex
LockMutex
LockMutex
lock_mutex
Lock a mutex synchronization object.
set_message_obj
SetMessageObj
SetMessageObj
set_message_obj
Add a key/object pair to the message.
set_message_param
SetMessageParam
SetMessageParam
set_message_param
Set message parameter or invoke commands on the message.
set_message_queue_param
SetMessageQueueParam
SetMessageQueueParam
set_message_queue_param
Set message queue parameters or invoke commands on the queue.
set_message_tuple
SetMessageTuple
SetMessageTuple
set_message_tuple
Add a key/tuple pair to the message.
signal_condition
SignalCondition
SignalCondition
signal_condition
Signal a condition synchronization object.
signal_event
SignalEvent
SignalEvent
signal_event
Unlock an event synchronization object.
timed_wait_condition
TimedWaitCondition
TimedWaitCondition
timed_wait_condition
Bounded wait on the signal of a condition synchronization object.
try_lock_mutex
TryLockMutex
TryLockMutex
try_lock_mutex
Lock a mutex synchronization object.
try_wait_event
TryWaitEvent
TryWaitEvent
try_wait_event
Lock an event synchronization object only if it is unlocked.
unlock_mutex
UnlockMutex
UnlockMutex
unlock_mutex
Unlock a mutex synchronization object.
wait_barrier
WaitBarrier
WaitBarrier
wait_barrier
Wait on the release of a barrier synchronization object.
wait_condition
WaitCondition
WaitCondition
wait_condition
wait on the signal of a condition synchronization object.
wait_event
WaitEvent
WaitEvent
wait_event
Lock an event synchronization object.
Classes
Classes
|
|
Operators