Changes

Jump to: navigation, search

GPU621/OpenMP Debugging

4 bytes removed, 23:05, 5 December 2021
Process and thread
=Process and thread=
'''==Process'''==
A process is the instance of a computer program that is being executed by one or many threads.
'''==Thread'''==
A thread is a sequence of instructions to which the operating system grants processor time. Every process that is running in the operating system consists of at least one thread. Processes that have more than one thread are called multithreaded.
30
edits

Navigation menu