mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #705] [CLOSED] Operating system concept #1187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/705
Author: @Nikhil-Wani
Created: 10/22/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
e84bee3Add files via upload📊 Changes
30 files changed (+325 additions, -0 deletions)
View changed files
➕
Operating Systems/exec/execdemo(+0 -0)➕
Operating Systems/exec/execdemo.c(+13 -0)➕
Operating Systems/exec/forkexecdemo(+0 -0)➕
Operating Systems/exec/forkexecdemo.c(+21 -0)➕
Operating Systems/fifo/reader(+0 -0)➕
Operating Systems/fifo/reader.c(+21 -0)➕
Operating Systems/fifo/writer(+0 -0)➕
Operating Systems/fifo/writer.c(+17 -0)➕
Operating Systems/fork/fork(+0 -0)➕
Operating Systems/fork/fork.c(+18 -0)➕
Operating Systems/mutex/mutex(+0 -0)➕
Operating Systems/mutex/mutex.c(+35 -0)➕
Operating Systems/mutex/mutexdeadlock(+0 -0)➕
Operating Systems/mutex/mutexdeadlock.c(+40 -0)➕
Operating Systems/pid/pid(+0 -0)➕
Operating Systems/pid/pid.c(+16 -0)➕
Operating Systems/pipes/pipe(+0 -0)➕
Operating Systems/pipes/pipe.c(+27 -0)➕
Operating Systems/race-condition/racecond(+0 -0)➕
Operating Systems/race-condition/racecond.c(+28 -0)...and 10 more files
📄 Description
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.