Home
last modified time | relevance | path

Searched refs:pthread_mutex_trylock (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgomp/config/posix/
Dlock.c68 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_30()
115 if (pthread_mutex_trylock (&lock->lock) != 0) in gomp_test_nest_lock_30()
238 return pthread_mutex_trylock (lock) == 0; in gomp_test_lock_25()
276 if (pthread_mutex_trylock (&lock->lock) == 0) in gomp_test_nest_lock_25()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/s390/
Dgthr-tpf.h85 __gthrw(pthread_mutex_trylock) in __gthrw()
166 return __gthrw_(pthread_mutex_trylock) (__mutex); in __gthread_mutex_trylock()
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dgthr-posix.h117 __gthrw(pthread_mutex_trylock)
572 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 0) in __gthread_objc_mutex_trylock()
761 return __gthrw_(pthread_mutex_trylock) (__mutex); in __gthread_mutex_trylock()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
Dftrace-lock.c45 if (pthread_mutex_trylock (&mutex) != 0) in gdb_agent_gdb_collect()
/netbsd/src/lib/libpthread/
Dpthread.h98 int pthread_mutex_trylock(pthread_mutex_t *);
347 #define pthread_mutex_trylock __libc_mutex_trylock macro
Dmtx.c141 switch(pthread_mutex_trylock(mtx)) { in mtx_trylock()
Dpthread_mi.expsym206 pthread_mutex_trylock
Dpthread_mutex.c116 __strong_alias(__libc_mutex_trylock,pthread_mutex_trylock) in __weak_alias()
396 pthread_mutex_trylock(pthread_mutex_t *ptm) in pthread_mutex_trylock() function
DMakefile213 MLINKS+= pthread_mutex.3 pthread_mutex_trylock.3
/netbsd/src/external/bsd/nvi/dist/common/
Dpthread.c101 return pthread_mutex_trylock((pthread_mutex_t *)*p); in vi_pthread_lock_try()
/netbsd/src/external/cddl/osnet/dist/head/
Dthread.h58 #define mutex_trylock(l) pthread_mutex_trylock(l)
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Devthread_pthread.c75 return pthread_mutex_trylock(lock); in evthread_posix_lock()
/netbsd/src/external/bsd/libevent/dist/
Devthread_pthread.c76 return pthread_mutex_trylock(lock); in evthread_posix_lock()
/netbsd/src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/snapshot/
Ddmeventd_snapshot.c121 if (pthread_mutex_trylock(&_event_mutex)) { in process_event()
/netbsd/src/lib/librumpuser/
Drumpuser_pth.c201 if (pthread_mutex_trylock(&mtx->pthmtx) != 0) in rumpuser_mutex_enter()
220 rv = pthread_mutex_trylock(&mtx->pthmtx); in rumpuser_mutex_tryenter()
/netbsd/src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/
Ddmeventd_mirror.c189 if (pthread_mutex_trylock(&_event_mutex)) { in process_event()
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dthr_posix.c324 return ERRVAL( pthread_mutex_trylock( mutex ) ); in ldap_pvt_thread_mutex_trylock()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dia64-sigill.c62 i = pthread_mutex_trylock (mutex); in timed_mutex_lock()
Dwatchthreads-reorder.c71 i = pthread_mutex_trylock (mutex); in timed_mutex_lock()
Dsiginfo-threads.c74 i = pthread_mutex_trylock (mutex); in timed_mutex_lock()
/netbsd/src/external/bsd/ntp/dist/sntp/m4/
Dopenldap-thread-check.m4147 dnl [skipped] pthread_mutex_trylock() in -lpthread -lexc (OSF/1)
158 dnl pthread_mutex_trylock() in -lpthreads -lexc (OSF/1)
/netbsd/src/external/bsd/openldap/dist/
Dconfigure.ac1354 dnl [skipped] pthread_mutex_trylock() in -lpthread -lexc (OSF/1)
1365 dnl pthread_mutex_trylock() in -lpthreads -lexc (OSF/1)
/netbsd/src/distrib/sets/lists/comp/
Dmi10075 ./usr/share/man/cat3/pthread_mutex_trylock.0 comp-c-catman .cat
18622 ./usr/share/man/html3/pthread_mutex_trylock.html comp-c-htmlman html
27165 ./usr/share/man/man3/pthread_mutex_trylock.3 comp-c-man .man
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200117082 pthread_mutex_trylock because it returns a positive number on
/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c29358 }else if( pthread_mutex_trylock(&p->mutex)==0 ){ in pthreadMutexTry()
29370 if( pthread_mutex_trylock(&p->mutex)==0 ){ in pthreadMutexTry()