CBL_THREAD_IDDATA_GET
Returns a pointer to the id-data area for the specified thread.
CBL_THREAD_KILL
Kills the specified thread, terminating it abnormally and detaching all resources associated with it.
CBL_THREAD_LIST_END
Used in conjunction with CBL_THREAD_LIST_START and CBL_THREAD_LIST_NEXT to obtain a list of all currently existing threads that the run-time system knows about. It is required to terminate a CBL_THREAD_LIST_START.
CBL_THREAD_LIST_NEXT
Used in conjunction with CBL_THREAD_LIST_START and CBL_THREAD_LIST_END to obtain a list of all currently existing threads that the run-time system knows about. The CBL_THREAD_LIST_NEXT call takes returns the next item in the list of threads.
CBL_THREAD_LIST_START
Used in conjunction with CBL_THREAD_LIST_NEXT and CBL_THREAD_LIST_END to obtain a list of all currently existing threads that the run-time system knows about.
CBL_THREAD_LOCK
Locks most functions of the thread-handling routines.
CBL_THREAD_PROG_LOCK
With CBL_THREAD_PROG_UNLOCK, provides a single pre-initialized synchronization object per calling COBOL program
CBL_THREAD_PROG_UNLOCK
With CBL_THREAD_PROG_LOCK, provides a single pre-initialized synchronization object per calling COBOL program
CBL_THREAD_RESUME
Resumes a thread that was or will be suspended by CBL_THREAD_SUSPEND.