ec_spool_ctx_unlock
Last updated March 2020
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)
; | |
Description
Unlock a spool context. Note that it is not safe to unlock the global spool context.
- ctx
-
The spool context to unlock.
Returns 0
on success; on error -1
is returned.
It is legal to call this function in any thread.
See Also
Was this page helpful?