Terminating pthreads

Note: If multiple threads are created with a combination of pthread_create and dubbed MVS™ tasks, the following termination methods do not apply. The exception to this, of course, is that the IPT is a dubbed task. If the IPT has any subtasks that are non-pthread threads, the following termination scenarios also do not apply.

There are no prescribed methods for terminating threads that are mixed with other dubbed tasks in a single process.

There are three ways to terminate a thread without exiting the process:

The two types of threads that are created with pthread_create require different actions for terminating.