pthreads

POSIX Threads Programming in C

1.0 POSIX threads A process is an execution environment in an operating system. A process has code and data segments which are initialized from a program during an exec system call. A process has a thread of execution, wherein instructions are executed as per the value of the program counter register. Associated with a process …

POSIX Threads Programming in C Read More »

Program, Process and Threads

PROGRAM The definition of program is linked to the definition of algorithm. An algorithm is a sequence of finite steps which can be executed mechanically to solve a problem. The key points are that algorithms are self-contained; the steps given are sufficient to solve the problem at hand. No additional information is required. Also, the …

Program, Process and Threads Read More »

Exit mobile version