DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦552ca0c0c⟧ TextFile

    Length: 837 (0x345)
    Types: TextFile
    Notes: UNIX file
    Names: »stubs.c«

Derivation

└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦22cab2c1b⟧ UNIX Filesystem
    └─⟦this⟧ »KC/new/etc/atconf/modules/csem/stubs.c« 

TextFile

/* stubs for csem.c 87.07.18 */
/* 88.10.02 semchain parallel array */

#include <sys/chain.h>
#include <sys/kdef.h>

struct chain csfree;
struct chain semchain[NPROC];
unsigned short lp_flag[NPROC];

cseminit()
{
}

int int_create (cs,count)
struct chain_sem *cs;
int count;
{
  noreach();
}

int_release(s)
struct chain_sem *s;
{
  noreach();
}

start(c,d)
struct chain *c;
int d;
{
  noreach();
}

cr_sem ()
{
  nopkg();
}
look_sem ()
{
  nopkg();
}
sig_sem ()
{
  nopkg();
}

int_signal(cs)
struct chain_sem *cs;
{
  noreach();
}

wait_sem ()
{
  nopkg();
}

int_wait(cs)
struct chain_sem *cs;
{
  noreach();
}

rel_sem ()
{
  nopkg();
}
test_sem()
{
  nopkg();
}
cr_chain ()
{
  nopkg();
}
look_chain ()
{
  nopkg();
}
sig_chain ()
{
  nopkg();
}
wait_chain ()
{
  nopkg();
}
rel_chain ()
{
  nopkg();
}
test_chain()
{
  nopkg();
}