DragonFly BSD
DragonFly commits List (threaded) for 2013-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: libthread_xu - Remove unconditional debugging, slight code flow adjustment


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 26 Jun 2013 10:08:38 -0700 (PDT)

commit 696974900a518360ea4481af2e71d5f8a9628248
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Wed Jun 26 10:04:35 2013 -0700

    libthread_xu - Remove unconditional debugging, slight code flow adjustment
    
    * Remove an unconditional fprintf to stderr that is no longer needed
    
    * Ensure that __thr_umtx_timedlock() doesn't break out on EINTR.  Note
      however that the functions it calls shouldn't be able to return EINTR
      so this change is really just to make things look more correct.

Summary of changes:
 lib/libthread_xu/thread/thr_umtx.c | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/696974900a518360ea4481af2e71d5f8a9628248


-- 
DragonFly BSD source repository



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