|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 699 (0x2bb) Types: TextFile Notes: UNIX file Names: »sema.h«
└─⟦a6ab2eb36⟧ Bits:30004042/kconfig3.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦a6ab2eb36⟧ UNIX Filesystem └─⟦this⟧ »kc/new/usr/include/sys/sema.h«
/* Copyright (c) 1984 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ /* The copyright notice above does not evidence any */ /* actual or intended publication of such source code. */ #ident "@(#)sema.h 1.4" /* * defines for semaphore mapping */ typedef int sema_t; #define ALLOC_LOCK(X) #define EXTERN_LOCK(X) #define INITLOCK(X,Y) #define SPSEMA(X) #define SVSEMA(X) #define PSEMA(X,Y) #define VSEMA(X,Y) #define appsema(a,b) 1 #define apvsema(a,b) 1 #define psema(a,b) sleep(a,b) #define vsema(a,b) wakeup(a) #define initsema(a,b) *a = b #define initlock(a,b) *a = b #define cvsema(a) wakeup(a) #define splrf() spl5() #define ptob(x) x