|
|
1.1 ! root 1: /* ! 2: * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. ! 3: * ! 4: * @APPLE_LICENSE_HEADER_START@ ! 5: * ! 6: * The contents of this file constitute Original Code as defined in and ! 7: * are subject to the Apple Public Source License Version 1.1 (the ! 8: * "License"). You may not use this file except in compliance with the ! 9: * License. Please obtain a copy of the License at ! 10: * http://www.apple.com/publicsource and read it before using this file. ! 11: * ! 12: * This Original Code and all software distributed under the License are ! 13: * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER ! 14: * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, ! 15: * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, ! 16: * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the ! 17: * License for the specific language governing rights and limitations ! 18: * under the License. ! 19: * ! 20: * @APPLE_LICENSE_HEADER_END@ ! 21: */ ! 22: /* ! 23: * @OSF_COPYRIGHT@ ! 24: */ ! 25: /* ! 26: * HISTORY ! 27: * ! 28: * Revision 1.1.1.1 1998/09/22 21:05:30 wsanchez ! 29: * Import of Mac OS X kernel (~semeria) ! 30: * ! 31: * Revision 1.1.1.1 1998/03/07 02:25:46 wsanchez ! 32: * Import of OSF Mach kernel (~mburg) ! 33: * ! 34: * Revision 1.1.4.1 1995/06/13 18:20:34 sjs ! 35: * Merged from flipc_shared. ! 36: * [95/06/07 sjs] ! 37: * ! 38: * Revision 1.1.2.1 1995/03/09 19:42:40 rwd ! 39: * Renamed from sync.h ! 40: * [95/03/09 rwd] ! 41: * ! 42: * Revision 1.1.4.3 1995/01/10 05:17:55 devrcs ! 43: * mk6 CR801 - copyright marker not FREE_ ! 44: * [1994/12/01 19:25:17 dwm] ! 45: * ! 46: * Revision 1.1.4.1 1994/08/16 16:22:29 joe ! 47: * Original rt2_shared synchronizer code ! 48: * [1994/08/16 16:21:48 joe] ! 49: * ! 50: * Original rt2_shared version ! 51: * [1994/08/15 18:34:03 joe] ! 52: * ! 53: * Revision 1.1.2.1 1994/07/26 17:19:50 joe ! 54: * Initial check-in: Synchronizers Package ! 55: * [1994/07/26 17:18:46 joe] ! 56: * ! 57: * $EndLog$ ! 58: */ ! 59: ! 60: #ifndef _SYNC_POLICY_H_ ! 61: #define _SYNC_POLICY_H_ ! 62: ! 63: #define SYNC_POLICY_FIFO 0 ! 64: #define SYNC_POLICY_FIXED_PRIORITY 1 ! 65: #define SYNC_POLICY_MAX 1 ! 66: ! 67: #endif /*_SYNC_POLICY_H_*/
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.