call "CBL_THREAD_SELF" using by reference thread-id
The run-time system returns the thread identifier and stores it in thread-id.
You can check that the run-time system under which your program is running supports multi-threading by a call to CBL_THREAD_SELF:
Comments:
The run-time system returns the thread identifier and stores it in thread-id.
You can check that the run-time system under which your program is running supports multi-threading by a call to CBL_THREAD_SELF: