EmbeddedSystemsClass
Repository for Embedded Systems class at griloSchool of Engeneering of São Carlos - USP
Install / Use
/learn @AeroTechLab/EmbeddedSystemsClassREADME
EmbeddedSystemsClass
Repository for Embedded Systems class at School of Engeneering of São Carlos - USP
thread_ex01.c
Example of race condition: two threads update the same array
thread_ex02.c
Original: Brian Fraser (author)<br/>
Example of simple sum using thread.<br/>
Usage: thread_ex02 <num>
test_openmp.c
Simple example of OpenMP How to compile: gcc -fopenmp test_openmp.c -o test_openmp
