|
Description
Provides an example of mutex sharing among threads.
Programs
MutexSharing project source file references:
MutexSharing.c
creates three threads and three mutexes, three events and three threads. Each thread requests a mutex before doing work. This example shows a low priority mutex getting a priority boost to complete use of a mutex needed by a higher priority thread.APIs Referenced
Managed Code Methods |