Operators |
get_threading_attrib — Query the attributes of a threading / synchronization object.
get_threading_attrib( : : ThreadingHandle : ThreadingClass, AttribName, AttribValue)
get_threading_attrib determines the type of threading object passed to ThreadingHandle and the attributes the threading object was created with.
Threading object.
Class name of threading object.
Name of an attribute.
Value of the attribute.
If the threading handle is valid, the operator get_threading_attrib returns 2 (H_MSG_TRUE). If necessary, an exception is raised.
create_mutex, create_event, create_condition, create_barrier
create_mutex, create_event, create_condition, create_barrier
Foundation
Operators |