python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I make the pthread tasks executes in the correct order according to their priorities?
I'm trying to create 3 thread task with different priorities. The task will only wait or signal other thread tasks, and save the execution in char array to see that they executed as supposed.
Here is ...

moab
Votes: 0
Answers: 2
Why We unlink semaphores before we initializes them?
I was going through a code (a solution to dinning philosophers problem ) and comes the part where the programmer initializes his semaphores, However before he initializes each one , he first unlink it...
interesting
Votes: 0
Answers: 2
C++ killing child thread stops execution of the main thread
I am completely confused with timers and how threads (pthread) work in C++
Timers arent timers but clocks and you cant (I at least cant) kill a thread without killing main thread.
What I need - a bit ...

Boppity Bop
Votes: 0
Answers: 1