Skip to main content

Name

ec_message_lock — Perform a mutex lock operation

Synopsis

#include "ec_message.h"

| void **ec_message_lock** ( | message); |   |

ec_message * <var class="pdparam">message</var>;

Description

Perform a mutex lock operation on this message.

Parameters

message

A pointer to an ec_message struct. For documentation of this data structure see “ec_message”

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?