Home
last modified time | relevance | path

Searched refs:pthread_rwlock_tryrdlock (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/cddl/contrib/opensolaris/head/
Dthread.h60 #define rw_tryrdlock(l) pthread_rwlock_tryrdlock(l)
/freebsd-9-stable/crypto/heimdal/lib/krb5/
Dheim_threads.h100 #define HEIMDAL_RWLOCK_tryrdlock(l) pthread_rwlock_tryrdlock(l)
/freebsd-9-stable/include/
Dpthread.h233 int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
/freebsd-9-stable/lib/libthr/thread/
Dthr_rwlock.c42 __weak_reference(_pthread_rwlock_tryrdlock, pthread_rwlock_tryrdlock);
/freebsd-9-stable/lib/libkse/
Dkse.map104 pthread_rwlock_tryrdlock;
/freebsd-9-stable/lib/libc/include/
Dnamespace.h176 #define pthread_rwlock_tryrdlock _pthread_rwlock_tryrdlock macro
Dun-namespace.h157 #undef pthread_rwlock_tryrdlock
/freebsd-9-stable/lib/libthr/
Dpthread.map112 pthread_rwlock_tryrdlock;
/freebsd-9-stable/lib/libkse/thread/
Dthr_rwlock.c44 __weak_reference(_pthread_rwlock_tryrdlock, pthread_rwlock_tryrdlock);
/freebsd-9-stable/share/man/man3/
DMakefile290 PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
/freebsd-9-stable/lib/libc/gen/
DSymbol.map56 pthread_rwlock_tryrdlock;
D_pthread_stubs.c236 STUB_FUNC1(pthread_rwlock_tryrdlock, PJT_RWLOCK_TRYRDLOCK, int, void *)