https://github.com/furkankayar/deulibrary
Multithreaded programming with pthreads and semaphores.
https://github.com/furkankayar/deulibrary
c multithreading mutex pthread semaphore
Last synced: about 1 year ago
JSON representation
Multithreaded programming with pthreads and semaphores.
- Host: GitHub
- URL: https://github.com/furkankayar/deulibrary
- Owner: furkankayar
- Created: 2020-10-26T17:19:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-26T17:24:08.000Z (over 5 years ago)
- Last Synced: 2025-01-12T19:26:49.595Z (over 1 year ago)
- Topics: c, multithreading, mutex, pthread, semaphore
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEULIBRARY
Multithreaded programming with pthreads and semaphores.
> gcc -pthread main.c
> ./a.out