This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r114525 - in /trunk/libgomp: ChangeLog env.c li...


Author: rth
Date: Fri Jun  9 22:08:55 2006
New Revision: 114525

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114525
Log:
        * env.c (gomp_nthreads_var): Change to unsigned long.
        (gomp_run_sched_chunk): Likewise.
        (parse_unsigned_long): Rename from parse_num_threads and generalize.
        (initialize_env): Initialize gomp_thread_attr.
        * libgomp.h (gomp_nthreads_var): Update decl.
        (gomp_run_sched_chunk): Likewise.
        (gomp_thread_attr): Declare.
        * team.c (gomp_thread_attr): Export.
        (initialize_team): Don't initialize it.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/env.c
    trunk/libgomp/libgomp.h
    trunk/libgomp/team.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]