r243305 - in /branches/gcc-6-branch/libgomp: Ch...

sh@gcc.gnu.org sh@gcc.gnu.org
Tue Dec 6 14:36:00 GMT 2016


Author: sh
Date: Tue Dec  6 14:36:22 2016
New Revision: 243305

URL: https://gcc.gnu.org/viewcvs?rev=243305&root=gcc&view=rev
Log:
[RTEMS] Use spin lock for pool management

libgomp/
	* libgomp/config/rtems/pool.h (gomp_thread_pool_reservoir): Use
	pthread_spinlock_t instead of gomp_mutex_t lock.
	(gomp_get_thread_pool): Likewise.
	(gomp_release_thread_pool): Likewise.
	* libgomp/config/rtems/proc.c (allocate_thread_pool_reservoir):
	Likewise.

Modified:
    branches/gcc-6-branch/libgomp/ChangeLog
    branches/gcc-6-branch/libgomp/config/rtems/pool.h
    branches/gcc-6-branch/libgomp/config/rtems/proc.c



More information about the Gcc-cvs mailing list