POSIX Threads

POSIX Threads, usually referred to as "pthreads", is a programming model that allows a program to execute multiple actions seemingly at the same time by doing them in parallel. The API and libraries which give a program the ability to do this are available on most Unix-like systems and is available in most programming languages such as Java, C++ and Python.

Overview

POSIX Threads allow programmers to implement programs that can do tasks in parallel. Because there is a standard for POSIX threads, they can be implemented across different hardware without many changes.[1]

References

  1. "What are Pthreads?". LLNL HPC Tutorials. Retrieved 2021-06-17.
Prefix: a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9

Portal di Ensiklopedia Dunia

Kembali kehalaman sebelumnya