GitHub / paranlee / pthreads-programming
pthreads is an execution model that exists independently from a language, as well as a parallel execution model. It allows a program to control multiple different flows of work that overlap in time. Each flow of work is referred to as a thread, and creation and control over these flows is achieved by making calls to the POSIX Threads API. POSIX Threads is an API defined by the standard POSIX.1c, Threads extensions (IEEE Std 1003.1c-1995).
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paranlee%2Fpthreads-programming
Stars: 1
Forks: 0
Open issues: 1
License: None
Language: C
Size: 647 KB
Dependencies parsed at: Pending
Created at: about 4 years ago
Updated at: almost 4 years ago
Pushed at: about 4 years ago
Last synced at: about 2 years ago
Topics: c, mutilthread, posix, pthread