Home
last modified time | relevance | path

Searched refs:p_mutex (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeThread.cc51 pthread_cleanup_push (cleanup_free_mutex, (void*) & (thrp->p_mutex)); in thread_pool_loop()
76 pthread_mutex_lock (&thrp->p_mutex); in thread_pool_loop()
77 pthread_cond_wait (&thrp->p_cond_var, &thrp->p_mutex); in thread_pool_loop()
81 pthread_mutex_unlock (&thrp->p_mutex); in thread_pool_loop()
108 pthread_mutex_init (&p_mutex, NULL); in DbeThreadPool()
126 pthread_mutex_lock (&p_mutex); in get_queue()
137 pthread_mutex_unlock (&p_mutex); in get_queue()
155 pthread_mutex_lock (&p_mutex); in put_queue()
188 pthread_mutex_unlock (&p_mutex); in put_queue()
194 pthread_mutex_lock (&p_mutex); in wait_queues()
[all …]
H A Dipcio.cc746 pthread_mutex_init (&p_mutex, NULL); in BufferPool()
770 pthread_mutex_lock (&p_mutex); in getNewResponse()
794 pthread_mutex_unlock (&p_mutex); in getNewResponse()
801 pthread_mutex_lock (&p_mutex); in recycle()
812 pthread_mutex_unlock (&p_mutex); in recycle()
H A DDbeThread.h49 pthread_mutex_t p_mutex; variable
H A Dipcio.h139 pthread_mutex_t p_mutex;
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeThread.cc51 pthread_cleanup_push (cleanup_free_mutex, (void*) & (thrp->p_mutex)); in thread_pool_loop()
76 pthread_mutex_lock (&thrp->p_mutex); in thread_pool_loop()
77 pthread_cond_wait (&thrp->p_cond_var, &thrp->p_mutex); in thread_pool_loop()
81 pthread_mutex_unlock (&thrp->p_mutex); in thread_pool_loop()
108 pthread_mutex_init (&p_mutex, NULL); in DbeThreadPool()
126 pthread_mutex_lock (&p_mutex); in get_queue()
137 pthread_mutex_unlock (&p_mutex); in get_queue()
155 pthread_mutex_lock (&p_mutex); in put_queue()
188 pthread_mutex_unlock (&p_mutex); in put_queue()
194 pthread_mutex_lock (&p_mutex); in wait_queues()
[all …]
H A Dipcio.cc686 pthread_mutex_init (&p_mutex, NULL); in BufferPool()
710 pthread_mutex_lock (&p_mutex); in getNewResponse()
734 pthread_mutex_unlock (&p_mutex); in getNewResponse()
741 pthread_mutex_lock (&p_mutex); in recycle()
752 pthread_mutex_unlock (&p_mutex); in recycle()
H A DDbeThread.h49 pthread_mutex_t p_mutex; variable
H A Dipcio.h139 pthread_mutex_t p_mutex;