blob: 717d3a2b8463db07f0af0a129455ec9a2db8fef6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# See the file LICENSE for redistribution information.
#
# Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved.
#
# $Id$
#
# TEST dead009
# TEST Run dead002 deadlock test using priorities
proc dead009 { {tnum "009"} } {
source ./include.tcl
dead002 "2 4 10" "ring clump" "0" $tnum 1
}
|