Home
last modified time | relevance | path

Searched refs:glthread_recursive_lock_destroy_multithreaded (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dlock.h464 (pthread_in_use () ? glthread_recursive_lock_destroy_multithreaded (LOCK) : 0)
468 extern int glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock);
497 (pthread_in_use () ? glthread_recursive_lock_destroy_multithreaded (LOCK) : 0)
501 extern int glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock);
H A Dlock.c624 glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_destroy_multithreaded() function
692 glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_destroy_multithreaded() function
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A DChangeLog569 (glthread_recursive_lock_destroy_multithreaded): Update.
623 (glthread_recursive_lock_destroy_multithreaded): Update.