|
|
1.1 root 1: /*
2: * Copyright (c) 1994 The University of Utah and
3: * the Computer Systems Laboratory (CSL). All rights reserved.
4: *
5: * Permission to use, copy, modify and distribute this software is hereby
6: * granted provided that (1) source code retains these copyright, permission,
7: * and disclaimer notices, and (2) redistributions including binaries
8: * reproduce the notices in supporting documentation, and (3) all advertising
9: * materials mentioning features or use of this software display the following
10: * acknowledgement: ``This product includes software developed by the
11: * Computer Systems Laboratory at the University of Utah.''
12: *
13: * THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
14: * IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF
15: * ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
16: *
17: * CSL requests users of this software to return to [email protected] any
18: * improvements that they make and grant CSL redistribution rights.
19: *
20: * Author: Bryan Ford, University of Utah CSL
21: */
22: /* This is a server presentation file. */
23:
24: #define KERNEL_SERVER 1
25:
26: simport <kern/compat_xxx_defs.h>; /* for obsolete routines */
27:
28: #ifdef MIGRATING_THREADS
29: #define thread_assign act_thread_assign
30: #define thread_assign_default act_thread_assign_default
31: #define thread_get_assignment act_thread_get_assignment
32: #define thread_priority act_thread_priority
33: #define thread_max_priority act_thread_max_priority
34: #define thread_policy act_thread_policy
35: #define thread_depress_abort act_thread_depress_abort
36: #define thread_wire act_thread_wire
37: #endif /* MIGRATING_THREADS */
38:
39: #include <mach/mach_host.defs>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.