2011-09-13 17:48:33 +00:00
|
|
|
# See the file LICENSE for redistribution information.
|
|
|
|
#
|
2012-11-14 20:13:24 +00:00
|
|
|
# Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved.
|
2011-09-13 17:48:33 +00:00
|
|
|
#
|
|
|
|
# $Id$
|
|
|
|
#
|
|
|
|
# TEST dead010
|
|
|
|
# TEST
|
|
|
|
# TEST Same test as dead003, except the actual youngest and oldest will have
|
|
|
|
# TEST higher priorities. Verify that the oldest/youngest of the lower
|
|
|
|
# TEST priority lockers gets killed. Doesn't apply to 2 procs.
|
|
|
|
proc dead010 { {procs "4 10"} {tests "ring clump"} {tnum "010"} } {
|
|
|
|
source ./include.tcl
|
|
|
|
|
|
|
|
dead003 $procs $tests $tnum 1
|
|
|
|
}
|