Deleted Added
full compact
tst.raise1.d (178529) tst.raise1.d (178534)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 40 unchanged lines hidden (view full) ---

49 trace("raised");
50 raise(SIGINT);
51 /*
52 * Wait no more than half a second for the process to die.
53 */
54 timeout = timestamp + 500000000;
55}
56
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 40 unchanged lines hidden (view full) ---

49 trace("raised");
50 raise(SIGINT);
51 /*
52 * Wait no more than half a second for the process to die.
53 */
54 timeout = timestamp + 500000000;
55}
56
57syscall::rexit:entry
57syscall::exit:entry
58{
59 exit(0);
60}
61
62profile:::tick-4
63/timestamp > timeout/
64{
65 trace("timed out");
66 exit(1);
67}
58{
59 exit(0);
60}
61
62profile:::tick-4
63/timestamp > timeout/
64{
65 trace("timed out");
66 exit(1);
67}