CEE5783C
A thread waiting for a read-write lock was forced to terminate.

Explanation

An event, such as the initial thread terminating, forced all threads to terminate including threads waiting for a read-write lock.

System action

The thread is terminated.

Programmer response

Check that all threads exit correctly.

Symbolic Feedback Code

CEE5KN