Added Rcs Id

This commit is contained in:
ceriel 1987-03-31 11:09:18 +00:00
parent e80b36ded2
commit 8b90e3480a
11 changed files with 11 additions and 0 deletions

View file

@ -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".

View file

@ -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"

View file

@ -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>

View file

@ -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"

View file

@ -1,3 +1,4 @@
/* $Header$ */
long now() long now()
{ {
extern int deadlock; extern int deadlock;

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -1,3 +1,4 @@
/* $Header$ */
/* ocrt.c - Occam runtime support */ /* ocrt.c - Occam runtime support */
#include "ocm_chan.h" #include "ocm_chan.h"

View file

@ -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"

View file

@ -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
*/ */