Skip to main content

Name

ec_spool_ctx_unlock — Unlock a spool context. Note that it is not safe to unlock the global spool context

Synopsis

#include "spool.h"

| int **ec_spool_ctx_unlock** ( | ctx); |   |

ec_spool_ctx * <var class="pdparam">ctx</var>;

Description

Unlock a spool context. Note that it is not safe to unlock the global spool context.

Parameters

ctx

The spool context to unlock.

Return Values

Returns 0 on success; on error -1 is returned.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?