]> git.ipfire.org Git - thirdparty/gcc.git/commit
gthr-posix.h (__gthread_create, [...]): New functions.
authorChris Fairles <chris.fairles@gmail.com>
Thu, 28 Aug 2008 09:20:57 +0000 (09:20 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 28 Aug 2008 09:20:57 +0000 (09:20 +0000)
commita75150aea65b32e4d376a3e13b88d2db7bc04ab0
tree0a423a203a6f7a1c8f373ea7dc554221dd2615db
parent0b45fd7ad2610727101fd43d07cbd8db13ef171a
gthr-posix.h (__gthread_create, [...]): New functions.

2008-08-28  Chris Fairles  <chris.fairles@gmail.com>

        * gthr-posix.h (__gthread_create,  __gthread_join, __gthread_detach,
__gthread_mutex_timed_lock, __gthread_recursive_mutex_timed_lock,
__gthread_cond_signal, __gthread_cond_timedwait,
__gthread_cond_timedwait_recursive): New functions.
* gthr-posix.c (pthread_mutex_timedlock, pthread_cond_timedwait):
Likewise.
* gthr.h: Comment on defining __GTHREADS_CXX0X macro in conforming
thread interfaces.

From-SVN: r139704
gcc/ChangeLog
gcc/gthr-posix.c
gcc/gthr-posix.h
gcc/gthr.h