[Bug 198050] mtx_trylock from libstdthreads is blocking
    bugzilla-noreply at freebsd.org 
    bugzilla-noreply at freebsd.org
       
    Thu Feb 26 11:11:53 UTC 2015
    
    
  
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198050
Konstantin Belousov <kib at FreeBSD.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib at FreeBSD.org
--- Comment #1 from Konstantin Belousov <kib at FreeBSD.org> ---
Created attachment 153543
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153543&action=edit
Use pthread_mutex_trylock().
This is the typo, code correctly tests for EBUSY, but called wrong function.
Please test.
-- 
You are receiving this mail because:
You are the assignee for the bug.
    
    
More information about the freebsd-threads
mailing list