mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-17 05:54:34 +00:00
[PR #706] [CLOSED] Operating system #1190
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/706
Author: @Nikhil-Wani
Created: 10/22/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
e84bee3Add files via upload0a5fbe3Delete execdemo0b1396cDelete tracetool4dee50bDelete tracetool.c311013eDelete tracetoolsys.cf02c4ccDelete tracetoolsys53ba99bDelete execdemo.c4fb22a5Delete forkexecdemo0bce90dDelete forkexecdemo.c92a8e42Delete threaddemo📊 Changes
14 files changed (+317 additions, -0 deletions)
View changed files
➕
Operating_Systems/exec/exec_demo.c(+13 -0)➕
Operating_Systems/exec/fork_exec_demo.c(+21 -0)➕
Operating_Systems/fifo/reader.c(+21 -0)➕
Operating_Systems/fifo/writer.c(+17 -0)➕
Operating_Systems/fork/fork.c(+18 -0)➕
Operating_Systems/mutex/mutex.c(+35 -0)➕
Operating_Systems/mutex/mutex_deadlock.c(+40 -0)➕
Operating_Systems/pid/pid.c(+16 -0)➕
Operating_Systems/pipes/pipe.c(+27 -0)➕
Operating_Systems/race_condition/race_condition.c(+28 -0)➕
Operating_Systems/semaphore/semaphore.c(+36 -0)➕
Operating_Systems/system_call/system_call.c(+21 -0)➕
Operating_Systems/threads/thread_demo.c(+16 -0)➕
Operating_Systems/trace_tool/trace_tool.c(+8 -0)📄 Description
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.