psather.sa


Generated by gen_html_sa_files from ICSI. Contact gomes@icsi.berkeley.edu for details
 
---------------------------> Sather 1.1 source file <--------------------------
-- COPYRIGHT NOTICE: This code is provided WITHOUT ANY WARRANTY
-- and is subject to the terms of the SATHER LIBRARY GENERAL PUBLIC
-- LICENSE contained in the file: sather/doc/license.txt of the
-- Sather distribution. The license is also available from ICSI,
-- 1947 Center St., Suite 600, Berkeley CA 94704, USA.

-- this file is loaded when -psather is NOT used. -- The compiler will need some classes, so we define them here.

abstract class $REENTRANT

abstract class $REENTRANT is end;

abstract class $LOCK

abstract class $LOCK is end;

abstract class $ATTACH

abstract class $ATTACH is end;

immutable class THREAD_ID

immutable class THREAD_ID is end;

immutable class PREFETCH

immutable class PREFETCH is end;

class LL_LOCK

class LL_LOCK is end;

class SPINLOCK

class SPINLOCK is end;

class SEMAPHORE

class SEMAPHORE is end;