tibasMetaspace_AcquireContext()

Acquires a thread context that has been released by another thread through a call to the tibasMetaspace_ReleaseContext() function.

Declaration

tibas_status tibasMetaspace_AcquireContext
(tibasMetaspace metaspace,
 tibasContext* context)

Parameters

Parameter Description
metaspace The TIBCO ActiveSpaces entity on which the function is invoked.
context The thread context to acquire.

Remarks

Use the tibasMetaspace_AcquireContext() function to acquire a thread context that has been released by another thread through a call to the tibasMetaspace_ReleaseContext() function.

The ReleaseContext and AcquireContext functions allow your application to transfer thread contexts, including access to locks and to the current transaction.