Lines Matching full:demo
10 * Dining philosophers demo
12 * The demo can be configured to use different object types for its
16 * By default, the demo uses MUTEXES.
18 * The demo can also be configured to work with static objects or dynamic
22 * By default, the demo uses dynamic objects.
24 * The demo can be configured to work with threads of the same priority or
30 * By default, the demo uses different priorities.
32 * The number of threads is set via NUM_PHIL. The demo has only been tested
55 /* control the behaviour of the demo **/
83 /* end - control behaviour of the demo */
237 "Demo Description\n" \