Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
O
OS-Pthreads
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mohamadbashar.disoki
OS-Pthreads
Commits
a23e80cc
Commit
a23e80cc
authored
Jan 15, 2024
by
mohamadbashar.disoki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
002a249d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
README.md
README.md
+27
-0
No files found.
README.md
0 → 100644
View file @
a23e80cc
# Pthreads Lab
*topics*
*
Pthread functions
*
Race condition
*
Condition Variables
*Some Useful links:*
*
http://cs241.cs.illinois.edu/coursebook/Threads
*
https://computing.llnl.gov/tutorials/pthreads/#Abstract
*
https://www.youtube.com/watch?v=Y1PF0fE-v9M&ab_channel=IITBombayJuly2018
*
https://www.youtube.com/watch?v=uA8X5zNOGw8&list=PL9IEJIKnBJjFZxuqyJ9JqVYmuFZHr7CFM&index=1
## Compile Pthead programs
To compile your code using make, edit Makefile to specify program name
```
$ make
```
## Run Pthread programs
```
$ make run
```
## Clean Pthread programs
```
$ make clean
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment