POSIX Threads Synchronization in C
POSIX threads, or pthreads, provide multiple flows of execution within a process. pthreads synchronization is explained with example program.
0 Comments
October 3, 2018
POSIX threads, or pthreads, provide multiple flows of execution within a process. pthreads synchronization is explained with example program.
htop is a ncurses based program for viewing processes in a Linux system. htop gives information about processor, memory and swap usage.
Program, process and threads are important concepts. The definition and relationship between program, process and threads is explained.