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