Added Rcs Id
This commit is contained in:
parent
e80b36ded2
commit
8b90e3480a
11 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Header$ */
|
||||||
/*
|
/*
|
||||||
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Header$ */
|
||||||
/* chan_struct.c - channel routines for more structured objects */
|
/* chan_struct.c - channel routines for more structured objects */
|
||||||
#include "ocm_chan.h"
|
#include "ocm_chan.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Header$ */
|
||||||
/* channel.c - basic channel handling routines */
|
/* channel.c - basic channel handling routines */
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Header$ */
|
||||||
/* co.c - Routines to handle coroutines */
|
/* co.c - Routines to handle coroutines */
|
||||||
#include "ocm_proc.h"
|
#include "ocm_proc.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Header$ */
|
||||||
long now()
|
long now()
|
||||||
{
|
{
|
||||||
extern int deadlock;
|
extern int deadlock;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Header$ */
|
||||||
/* channel.h - channel definitions */
|
/* channel.h - channel definitions */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "parco.h"
|
#include "parco.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Header$ */
|
||||||
/* parco.h - Define names for simulation routines
|
/* parco.h - Define names for simulation routines
|
||||||
*
|
*
|
||||||
* This file is to be included by users of the higher-level routines
|
* This file is to be included by users of the higher-level routines
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Header$ */
|
||||||
/* process.h - Define administration types and functions
|
/* process.h - Define administration types and functions
|
||||||
*
|
*
|
||||||
* This file is to be included by implementors of the higher
|
* This file is to be included by implementors of the higher
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Header$ */
|
||||||
/* ocrt.c - Occam runtime support */
|
/* ocrt.c - Occam runtime support */
|
||||||
#include "ocm_chan.h"
|
#include "ocm_chan.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Header$ */
|
||||||
/* par.c - Routines to simulate parallelism */
|
/* par.c - Routines to simulate parallelism */
|
||||||
#include "ocm_proc.h"
|
#include "ocm_proc.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Header$ */
|
||||||
/* parco.c - Common routines for simulating parallelism or coroutines on
|
/* parco.c - Common routines for simulating parallelism or coroutines on
|
||||||
* machines with downward growing stacks
|
* machines with downward growing stacks
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue