commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] POSIX threading library branch, master, updated. glibc-2.23-hurd+l


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. glibc-2.23-hurd+libpthread-20161218-32-ga7e9047
Date: Sat, 27 Jan 2018 14:24:25 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "POSIX threading library".

The branch, master has been updated
       via  a7e90478b6bd2ca0a8df8db9a0ae6448f0b391af (commit)
      from  ba1101b8755f1e843af4d9b160533f0b11e4b598 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a7e90478b6bd2ca0a8df8db9a0ae6448f0b391af
Author: Samuel Thibault <address@hidden>
Date:   Sat Jan 27 20:21:28 2018 +0100

    Use pthread_key for libc_key
    
    * sysdeps/pthread/pthread-functions.h (struct pthread_functions): Rename
    ptr_pthread_key_create, ptr_pthread_getspecific, ptr_pthread_setspecific
    fields into ptr___pthread_key_create, ptr___pthread_getspecific,
    ptr___pthread_setspecific
    * pthread/pt-initialize.c (struct pthread_functions): Likewise.
    * sysdeps/pthread/libc-lockP.h (__libc_key_t): Define type.
    [IS_IN (libpthread)] (PTFAVAIL, __libc_ptf_call,
    __libc_ptf_call_always): Directly call pthread functions.
    (__libc_key_create): Define macro to calling __pthread_key_create.
    (__libc_getspecific): Define macro to calling __pthread_getspecific.
    (__libc_setspecific): Define macro to calling __pthread_setspecific.

-----------------------------------------------------------------------

Summary of changes:
 pthread/pt-initialize.c             |  6 +++---
 sysdeps/pthread/libc-lockP.h        | 22 ++++++++++++++++++++++
 sysdeps/pthread/pthread-functions.h |  6 +++---
 3 files changed, 28 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]