commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. 5d2cf1ea07ecd65f4c276e5b3cbd9e062d93


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. 5d2cf1ea07ecd65f4c276e5b3cbd9e062d9361cf
Date: Fri, 03 Sep 2010 22:34:50 +0000

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 "Hurd".

The branch, master has been updated
       via  5d2cf1ea07ecd65f4c276e5b3cbd9e062d9361cf (commit)
       via  ec61e75b5228b941b62110752c57a145a42e8214 (commit)
      from  2de160b60e65efe83dba097574abd5454cb870a9 (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 5d2cf1ea07ecd65f4c276e5b3cbd9e062d9361cf
Author: Samuel Thibault <address@hidden>
Date:   Fri Sep 3 22:39:51 2010 +0200

    Enable debugging in mutex_try_lock too
    
    * libthreads/cthreads.h (mutex_try_lock): Call WAIT_SET_DEBUG when
    spin_try_lock succeeds.

commit ec61e75b5228b941b62110752c57a145a42e8214
Author: Samuel Thibault <address@hidden>
Date:   Fri Sep 3 22:09:56 2010 +0200

    WAIT_DEBUG: permit to get function names instead of threads
    
    From the idea of Sergio Lopez.
    
    * libthreads/cthreads.h [WAIT_FUNC_DEBUG] (mutex): Replace struct
    cthread *holder field with const char *fname.
    (WAIT_CLEAR_DEBUG, WAIT_SET_DEBUG): New macros which clear and set fname
    or holder according to WAIT_FUNC_DEBUG and WAIT_DEBUG being defined.
    (mutex_init, mutex_unlock): Call WAIT_CLEAR_DEBUG in all cases instead of
    setting the `holder' field according to WAIT_DEBUG being defined
    (mutex_lock): Call WAIT_SET_DEBUG in all cases instead of setting the 
`holder'
    field according to WAIT_DEBUG being defined.

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

Summary of changes:
 libthreads/cthreads.h |   46 ++++++++++++++++++++++++++--------------------
 1 files changed, 26 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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