Skip to main content

Name

ec_message_unlock — Perform a message unlock operation

Synopsis

#include "ec_message.h"

| void **ec_message_unlock** ( | message); |   |

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

Description

Perform a mutex unlock 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?