notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Pthread.md (180B)


      1 # PThread ([POSIX](POSIX.md) Thread)
      2 
      3 **Source:** CS 6200
      4 
      5 **Chapter:** P2L3
      6 
      7 **Definition:** PThreads are POSIX threads which have specified syntax and semantics for operations.