top button
Flag Notify
Site Registration

How to locate Posix Semaphores source code location in linux?

+1 vote
202 views
How to locate Posix Semaphores source code location in linux?
posted Jun 17, 2015 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I need to create two child processes each of which calls its own execvp on fork and the executable share common POSIX semaphores between them.
So do I need to create a shared memory or just implement named semaphores?

+1 vote

I know the basics of pthread but looking for more information on uses of pthread_detach library function.

+2 votes

You are given two processes and each process is having four threads. One of the thread is having performance issue. How will you find out that thread which is having problem.

...