Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 1999 22:56:39 -0700 (PDT)
From:      Jason Evans <jasone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_create.c uthread_gc.c uthread_init.c
Message-ID:  <199907110556.WAA98530@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      1999/07/10 22:56:38 PDT

  Modified files:
    lib/libc_r/uthread   pthread_private.h uthread_create.c 
                         uthread_gc.c uthread_init.c 
  Log:
  Modify previous changes to conform better to libc_r's coding style.
  
  Always use mmap() for default-size stack allocation.  Use MAP_ANON instead
  of MAP_STACK on the alpha architecture.
  
  Reduce the amount of code executed while owning _gc_mutex during stack
  allocation.
  
  Revision  Changes    Path
  1.23      +9 -5      src/lib/libc_r/uthread/pthread_private.h
  1.16      +56 -35    src/lib/libc_r/uthread/uthread_create.c
  1.7       +42 -32    src/lib/libc_r/uthread/uthread_gc.c
  1.15      +6 -4      src/lib/libc_r/uthread/uthread_init.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907110556.WAA98530>