call "CBL_TSTORE_CLOSE" using by value tstore-handle
Parameters:
Using call prototype (see
Key)
Picture
tstore-handle
cblt-pointer
usage pointer.
On Entry:
tstore-handle
The thread-storage handle
Comments:
This routine closes a handle to a thread-storage area that was returned by CBL_TSTORE_CREATE, freeing all allocated memory
for all threads.
You should ensure that this routine is called in single-threaded mode by forcing single-threaded behavior within a monitor
lock, or by calling it only when initializing the application in single-threaded mode.
Comments:
This routine closes a handle to a thread-storage area that was returned by CBL_TSTORE_CREATE, freeing all allocated memory for all threads.
You should ensure that this routine is called in single-threaded mode by forcing single-threaded behavior within a monitor lock, or by calling it only when initializing the application in single-threaded mode.