Nov 14, 2002 #1 Kulla Technical User Joined Jul 30, 2002 Messages 16 Location US What synchronization mechanisms are used for threads on SOLARIS and POSIX?? Also, How many different kinds of semaphores are there on the Solaris system?
What synchronization mechanisms are used for threads on SOLARIS and POSIX?? Also, How many different kinds of semaphores are there on the Solaris system?
Nov 15, 2002 1 #2 StukA Programmer Joined Apr 11, 2001 Messages 115 Location US Synchronization methods: semaphores, mutexes, and condition variables. Semaphores: Posix and SysV Upvote 0 Downvote