threadBehavior

P90885
predicate

Indicates how a thread operates or responds under certain conditions within a concurrent or multi-threaded context.

Observed surface forms (2)

Surface form Occurrences
threadTermination 2
threadTerminationSemantics 1

Sample triples (4)

Subject Object
NSException unhandled NSException terminates the current thread
ThreadAbortException represents asynchronous, non-cooperative thread termination via predicate surface "threadTerminationSemantics"
CreateThread thread can exit by returning from start routine via predicate surface "threadTermination"
CreateThread thread can exit by calling ExitThread via predicate surface "threadTermination"