| /openbsd-src/lib/libc/thread/ |
| H A D | rthread_libc.c | 53 _rthread_debug(1, "tag init failure"); in _thread_tag_init() 69 _rthread_debug(1, "tag mutex lock failure"); in _thread_tag_lock() 86 _rthread_debug(1, "tag mutex unlock failure"); in _thread_tag_unlock() 131 _rthread_debug(1, "mutex lock failure"); in _thread_mutex_lock() 140 _rthread_debug(1, "mutex unlock failure"); in _thread_mutex_unlock() 149 _rthread_debug(1, "mutex destroy failure"); in _thread_mutex_destroy()
|
| H A D | rthread_debug.c | 18 _rthread_debug(int level, const char *fmt, ...) in _rthread_debug() function 27 DEF_STRONG(_rthread_debug);
|
| H A D | rthread_cond.c | 82 _rthread_debug(5, "%p: cond_timed %p,%p (%p)\n", self, in _rthread_cond_timedwait() 180 _rthread_debug(5, "%p: cond_signal %p, %d awaken\n", pthread_self(), in pthread_cond_signal() 204 _rthread_debug(5, "%p: cond_broadcast %p, %d awaken\n", pthread_self(), in pthread_cond_broadcast()
|
| H A D | rthread_mutex.c | 163 _rthread_debug(5, "%p: mutex_%slock %p (%p)\n", self, in _rthread_mutex_timedlock() 245 _rthread_debug(5, "%p: mutex_unlock %p (%p)\n", self, (void *)mutex, in pthread_mutex_unlock() 249 _rthread_debug(5, "%p: different owner %p (%p)\n", self, (void *)mutex, in pthread_mutex_unlock()
|
| H A D | rthread_sync.c | 108 _rthread_debug(5, "%p: mutex_lock %p\n", (void *)self, (void *)mutex); in _rthread_mutex_lock() 193 _rthread_debug(5, "%p: mutex_unlock %p\n", (void *)self, in pthread_mutex_unlock() 303 _rthread_debug(5, "%p: cond_timed %p,%p\n", (void *)self, in pthread_cond_timedwait() 458 _rthread_debug(5, "%p: cond_wait %p,%p\n", (void *)self, in pthread_cond_wait() 592 _rthread_debug(5, "%p: cond_signal %p,%p\n", (void *)pthread_self(), in pthread_cond_signal() 641 _rthread_debug(5, "%p: cond_broadcast %p,%p\n", (void *)pthread_self(), in pthread_cond_broadcast()
|
| H A D | rthread.h | 39 PROTO_NORMAL(_rthread_debug);
|
| /openbsd-src/lib/librthread/ |
| H A D | rthread_barrier.c | 116 _rthread_debug(6, "in: %d, threshold: %d\n", b->in, b->threshold); in pthread_barrier_wait() 124 _rthread_debug(6, "threshold reached\n"); in pthread_barrier_wait() 127 _rthread_debug(6, "waiting on condition\n"); in pthread_barrier_wait()
|
| H A D | rthread_rwlock_compat.c | 105 _rthread_debug(5, "%p: rwlock_rdlock %p\n", (void *)thread, in _rthread_rwlock_rdlock() 165 _rthread_debug(5, "%p: rwlock_timedwrlock %p\n", (void *)thread, in _rthread_rwlock_wrlock() 228 _rthread_debug(5, "%p: rwlock_unlock %p\n", (void *)thread, in pthread_rwlock_unlock()
|
| H A D | rthread_rwlock.c | 127 _rthread_debug(5, "%p: rwlock_%srdlock %p (%u)\n", self, in _rthread_rwlock_timedrdlock() 204 _rthread_debug(5, "%p: rwlock_%swrlock %p (%u)\n", self, in _rthread_rwlock_timedwrlock() 264 _rthread_debug(5, "%p: rwlock_unlock %p\n", self, (void *)rwlock); in pthread_rwlock_unlock()
|
| H A D | rthread_sem.c | 240 _rthread_debug(1, "%s: v=%d errno=%d\n", __func__, in sem_wait() 272 _rthread_debug(1, "%s: v=%d errno=%d\n", __func__, in sem_timedwait() 299 _rthread_debug(1, "%s: v=%d errno=%d\n", __func__, sem->value, errno); in sem_trywait()
|
| H A D | rthread.c | 244 _rthread_debug(1, "rthread init\n"); in _rthread_init() 260 _rthread_debug(3, "rthread reaping %p stack %p\n", in _rthread_reaper() 266 _rthread_debug(3, "rthread reaping %p (initial)\n", in _rthread_reaper()
|
| /openbsd-src/lib/libc/include/ |
| H A D | thread_private.h | 413 void _rthread_debug(int, const char *, ...)
|
| /openbsd-src/lib/libc/ |
| H A D | Symbols.list | 1708 _rthread_debug
|