Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2003 01:35:02 -0800 (PST)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthr/thread thr_create.c
Message-ID:  <200312150935.hBF9Z2vg082031@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2003/12/15 01:35:02 PST

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_create.c 
  Log:
  When creating a pthread in the suspended state their were two
  problems: (1) The wrong flag was being checked for in the attribute
            (2) The pthread's state was not being set to indicate it was
                suspended.
  
  Noticed by: Igor Sysoev <is@rambler-co.ru>
  
  Revision  Changes    Path
  1.11      +4 -2      src/lib/libthr/thread/thr_create.c



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