Threads

IBM® Rational® Rhapsody® supports multitasking using threads. Also known aslightweight processes, threads are basic units of CPU utilization. Each thread consists of a program counter, register set, and stack space. It shares its code section, data section, and operating system resources, such as open files and signals, with peer threads. If an RTOS does not support multitasking using threads, the operating system adapter written for that environment must provide it.

The factory has two create thread operations that create two different kinds of threads:


Feedback