Back to Browse

C Programming on Raspberry Pi - pthread

18.5K views
Aug 10, 2015
14:42

Learn how to make use of the multiple cores of the Raspberry Pi 2 or any Linux multi-core system using the pthread library in a C program. In this video I demonstrate how. A single thread in a single process only utilize one core of the Raspberry Pi 2 while multiple threads are used to make use of multiple cores. A great reference for your shelf for how to manage threads and processes in Linux is The Linux Programming Interface: A Linux and UNIX System Programming Handbook by Michael Kerrisk. Its what I refer to often when trying to remember how to do something in Linux: http://www.amazon.com/gp/product/1593272200/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593272200&linkCode=as2&tag=spaz03-20&linkId=RBERZUDJFYFNE7H3

Download

1 formats

Video Formats

360pmp421.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

C Programming on Raspberry Pi - pthread | NatokHD