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)
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.
Copyright © Cloud Software Group, Inc. All rights reserved.