Skip to content

Repository for Embedded Systems class at griloSchool of Engeneering of São Carlos - USP

Notifications You must be signed in to change notification settings

AeroTechLab/EmbeddedSystemsClass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)
Example of simple sum using thread.
Usage: thread_ex02 <num>

test_openmp.c

Simple example of OpenMP How to compile: gcc -fopenmp test_openmp.c -o test_openmp

About

Repository for Embedded Systems class at griloSchool of Engeneering of São Carlos - USP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages