Nov 14, 2002 #1 Kulla Technical User Jul 30, 2002 16 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 Apr 11, 2001 115 US Synchronization methods: semaphores, mutexes, and condition variables. Semaphores: Posix and SysV Upvote 0 Downvote