Searched refs:pthread_mutex_init (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-9.3-release/contrib/gcclibs/libgomp/config/posix/
H A Dmutex.h42 pthread_mutex_init (mutex, NULL);
H A Dlock.c49 pthread_mutex_init (lock, NULL);
83 pthread_mutex_init (&lock->lock, &attr);
H A Dsem.c45 ret = pthread_mutex_init (&sem->mutex, NULL);
/freebsd-9.3-release/tools/regression/pthread/mutex_isowned_np/
H A Dmutex_isowned_np.c54 pthread_mutex_init(&mtx, NULL);
/freebsd-9.3-release/tools/regression/pthread/unwind/
H A Dcond_wait_cancel.cpp31 pthread_mutex_init(&mtx, NULL);
H A Dcond_wait_cancel2.cpp48 pthread_mutex_init(&mtx, NULL);
/freebsd-9.3-release/contrib/gcclibs/libgomp/config/posix95/
H A Dlock.c40 pthread_mutex_init (lock, NULL);
70 pthread_mutex_init (&lock->lock, NULL);
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dbarrier.c51 pthread_mutex_init(&bar->bar_lock, NULL);
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/
H A Dmutex.c34 # define pthread_mutex_init(m, a) \ macro
35 pthread_mutex_init(m, (a) \
102 err = pthread_mutex_init(&mp->mutex, NULL);
251 err = pthread_mutex_init(mp, &attr) != 0)
273 err = pthread_mutex_init(mp, ISC__MUTEX_ATTRS);
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-tpf.h94 __gthrw(pthread_mutex_init)
213 r = __gthrw_(pthread_mutex_init) (mutex, &attr);
H A Dgthr-dce.h73 __gthrw(pthread_mutex_init)
308 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend,
474 __gthrw_(pthread_mutex_init) (mutex, pthread_mutexattr_default);
516 r = __gthrw_(pthread_mutex_init) (mutex, attr);
H A Dgthr-posix.c159 pthread_mutex_init (pthread_mutex_t *mutex ATTRIBUTE_UNUSED, function
H A Dgthr-posix.h90 __gthrw3(pthread_mutex_init)
100 __gthrw(pthread_mutex_init)
425 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
647 r = __gthrw_(pthread_mutex_init) (mutex, &attr);
H A Dgthr-posix95.h83 __gthrw(pthread_mutex_init)
385 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
599 return __gthrw_(pthread_mutex_init) (&mutex->actual, NULL);
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_data.c258 if ((pthread_mutex_init) == 0)
290 pthread_mutex_init(obj, &recattr);
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_spinlock.c56 if (pthread_mutex_init(&p_spinlock->mutex, NULL))
H A Dcl_event.c60 pthread_mutex_init(&p_event->mutex, NULL);
H A Dcl_threadpool.c91 pthread_mutex_init(&p_thread_pool->mutex, NULL);
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DMutex.cpp70 errorcode = pthread_mutex_init(mutex, &attr);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_atomic.c51 pthread_mutex_init(&atomic_mtx, NULL);
/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/
H A Dmutex.c93 err = pthread_mutex_init(&mp->mutex, NULL);
242 err = pthread_mutex_init(mp, &attr) != 0)
264 err = pthread_mutex_init(mp, ISC__MUTEX_ATTRS);
/freebsd-9.3-release/lib/libkse/test/
H A Dmutex_d.c598 * pthread_mutex_init not tested for: EAGAIN ENOMEM EPERM EBUSY
600 log ("Testing pthread_mutex_init\n");
621 ret = pthread_mutex_init (&mutex, &mattr);
687 assert (pthread_mutex_init (&mutex, &mattr) == 0);
693 assert (pthread_mutex_init (&mutex, &mattr) == 0);
698 assert (pthread_mutex_init (&mutex, &mattr) == 0);
707 assert (pthread_mutex_init (&mutex, &mattr) == 0);
718 assert (pthread_mutex_init (&mutex, &mattr) == 0);
773 assert (pthread_mutex_init (&mutex, &mattr) == 0);
862 assert (pthread_mutex_init (
[all...]
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dmlx4.c162 pthread_mutex_init(&context->qp_table_mutex, NULL);
171 pthread_mutex_init(&context->xrc_srq_table_mutex, NULL);
178 pthread_mutex_init(&context->db_list_mutex, NULL);
/freebsd-9.3-release/cddl/contrib/opensolaris/head/
H A Dthread.h51 #define _mutex_init(l,f,a) pthread_mutex_init(l,NULL)
/freebsd-9.3-release/sbin/hastd/
H A Dsynch.h53 error = pthread_mutex_init(lock, NULL);

Completed in 107 milliseconds

123