# $Id: pthread_initrc,v 1.1 1996/06/29 15:54:52 mtp Exp $
############################################################################
#    
#  COPYRIGHT NOTICE
#    
#  Copyright (C) 1995, 1996 Michael T. Peterson
#  This file is part of the PCthreads (tm) multithreading library
#  package.
#    
#  The source files and libraries constituting the PCthreads (tm) package
#  are free software; you can redistribute them and/or modify them under
#  the terms of the GNU Library General Public License as published by the Free
#  Software Foundation; either version 2 of the License, or (at your
#  option) any later version.
#    
#  The PCthreads (tm) package is distributed in the hope that it will
#  be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
#  Library General Public License for more details.
#    
#  You should have received a copy of the GNU Library General Public
#  License along with this library (see the file COPYING.LIB); if not,
#  write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
#  MA 02139, USA.
#    
#  To report bugs, bug fixes, or provide feedback you may contact the
#  author, Michael T. Peterson, at either of the two email addresses listed
#  below:
#    
#             mtp@big.aa.net (preferred)
#             mtp@zso.dec.com
#    
#    
#  Michael T. Peterson
#  Redmond, WA.
#  13 January, 1996
############################################################################
# $Log: pthread_initrc,v $
# Revision 1.1  1996/06/29 15:54:52  mtp
# + Initial submission into pthread source pool.
#
############################################################################

# Set timer interval to generate a clock interrupt every 40 milliseconds.
# The default timer interval is 20000, or 20 milliseconds.
Timer interval:    40000

# When no thread can execute, the process is put to sleep for 40 milliseconds.
# The default idle interval is 20 milliseconds.
Idle interval:     60000

# Don't let a thread execute for more than 5 timer intervals before
# checking whether it should be rescheduled.  The default quantum interval
# is 2
#Sched quantum:     5

# After every quantum expiration, the thread's priority is decremented.  The
# default sched policy is SCHED_FIFO_C
#Sched policy:      SCHED_PRIORITY_DECAY_C      

# Cause all new threads to start with an initial priority of 18.  The default
# is 16.
#Thread priority:   18

# All new threads start with a stack size of 4096 bytes.  The default is 8192.
#Stack size:        4096
