Timeline for How Semaphore Signal Works
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Dec 10, 2019 at 18:15 | history | edited | BobDalgleish | CC BY-SA 4.0 | Add missing braces, improve code readability |
| S Dec 10, 2019 at 18:15 | history | suggested | sbbs | CC BY-SA 4.0 | Add missing braces, improve code readability |
| Dec 10, 2019 at 17:24 | review | Suggested edits | |||
| S Dec 10, 2019 at 18:15 | |||||
| Jul 14, 2017 at 8:57 | comment | added | Adrian Maire | Could you please fix your code? especially missing braces | |
| Jul 13, 2017 at 15:39 | answer | added | gnasher729 | timeline score: 4 | |
| Jul 13, 2017 at 13:15 | answer | added | Pete Kirkham | timeline score: -1 | |
| Jul 13, 2017 at 11:49 | review | Close votes | |||
| Jul 18, 2017 at 3:02 | |||||
| Jul 13, 2017 at 10:36 | comment | added | MasterOfPuppets | The initial value is 0.I specified it above... | |
| Jul 13, 2017 at 10:36 | comment | added | nikhil_kotian | What is the initial value of semaphore? It will be >1 if its a counting semaphore? I am suspecting you are getting confused with this aspect. | |
| Jul 13, 2017 at 8:21 | comment | added | MasterOfPuppets | That doesn't make any sense...The semaphore value is -1 and it's released from the queue. Semaphore shouldn't behave like that.... | |
| Jul 13, 2017 at 7:45 | comment | added | Jack Parkinson | Because... that's what the code does? What's wrong with that? What about it is causing you difficulty? | |
| Jul 13, 2017 at 7:09 | history | asked | MasterOfPuppets | CC BY-SA 3.0 |