The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/kern/ipc_sched.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* 
    2  * Mach Operating System
    3  * Copyright (c) 1992,1991,1990 Carnegie Mellon University
    4  * All Rights Reserved.
    5  * 
    6  * Permission to use, copy, modify and distribute this software and its
    7  * documentation is hereby granted, provided that both the copyright
    8  * notice and this permission notice appear in all copies of the
    9  * software, derivative works or modified versions, and any portions
   10  * thereof, and that both notices appear in supporting documentation.
   11  * 
   12  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
   13  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
   14  * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
   15  * 
   16  * Carnegie Mellon requests users of this software to return to
   17  * 
   18  *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
   19  *  School of Computer Science
   20  *  Carnegie Mellon University
   21  *  Pittsburgh PA 15213-3890
   22  * 
   23  * any improvements or extensions that they make and grant Carnegie Mellon
   24  * the rights to redistribute these changes.
   25  */
   26 /*
   27  * HISTORY
   28  * $Log:        ipc_sched.h,v $
   29  * Revision 2.8  93/01/14  17:34:45  danner
   30  *      Moved contents to kern/sched_prim.h.
   31  *      [92/12/28            dbg]
   32  * 
   33  * Revision 2.7  92/04/04  15:19:24  rpd
   34  *      Added convert_ipc_timeout_to_ticks.
   35  *      [92/04/04            rpd]
   36  * 
   37  * Revision 2.6  91/05/14  16:42:41  mrt
   38  *      Correcting copyright
   39  * 
   40  * Revision 2.5  91/03/16  14:50:17  rpd
   41  *      Replaced ipc_thread_switch with thread_handoff.
   42  *      Renamed ipc_thread_{go,will_wait,will_wait_with_timeout}
   43  *      to thread_{go,will_wait,will_wait_with_timeout}.
   44  *      Removed ipc_thread_block.
   45  *      [91/02/17            rpd]
   46  * 
   47  * Revision 2.4  91/02/05  17:26:58  mrt
   48  *      Changed to new Mach copyright
   49  *      [91/02/01  16:13:32  mrt]
   50  * 
   51  * Revision 2.3  91/01/08  15:15:58  rpd
   52  *      Removed ipc_thread_go_and_block.
   53  *      Added ipc_thread_switch.
   54  *      Added continuation argument to ipc_thread_block.
   55  *      [90/12/08            rpd]
   56  * 
   57  * Revision 2.2  90/06/02  14:54:27  rpd
   58  *      Created for new IPC.
   59  *      [90/03/26  23:46:16  rpd]
   60  * 
   61  */
   62 
   63 #ifndef _KERN_IPC_SCHED_H_
   64 #define _KERN_IPC_SCHED_H_
   65 
   66 #include <kern/sched_prim.h>
   67 
   68 #endif  /* _KERN_IPC_SCHED_H_ */

Cache object: 222df82384c6abe7d91e9902a88ba3b6


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.