Posix Threads – An Introduction

Historically, many independent thread implementations by different hardware vendors were present. This caused portability between different Hardware problematic and a common interface was needed to be standardized.

The IEEE POSIX 1003.1c  standard was a step in this direction. Implementations that follow the above standard are termed as POSIX threads (or Pthreads in short).

The below Link provides information on Posix threads and is an excellent source of information for Posix threads

https://computing.llnl.gov/tutorials/pthreads/

Posix Thread APIs

Comments

  1. Pingback: Advantages and Disavantages of Threads | Hitch Hiker's Guide to Learning

Leave a Reply

Your email address will not be published. Required fields are marked *