OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_rwlock_rdlock
(Results
1 - 24
of
24
) sorted by relevancy
/src/tests/lib/libpthread/
t_rwlock.c
94
PTHREAD_REQUIRE(
pthread_rwlock_rdlock
(&lk));
95
PTHREAD_REQUIRE(
pthread_rwlock_rdlock
(&lk));
130
PTHREAD_REQUIRE(
pthread_rwlock_rdlock
(&static_rwlock));
/src/external/apache2/llvm/dist/llvm/lib/Support/
RWMutex.cpp
76
int errorcode =
pthread_rwlock_rdlock
(rwlock);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc
106
INTERCEPTOR(int,
pthread_rwlock_rdlock
, pthread_rwlock_t *m) {
109
int res = REAL(
pthread_rwlock_rdlock
)(m);
306
INTERCEPT_FUNCTION(
pthread_rwlock_rdlock
);
/src/external/cddl/osnet/dist/head/
thread.h
62
#define rw_rdlock(l)
pthread_rwlock_rdlock
(l)
/src/lib/libpthread/
pthread.h
195
int
pthread_rwlock_rdlock
(pthread_rwlock_t *);
424
#define
pthread_rwlock_rdlock
__libc_rwlock_rdlock
macro
pthread_rwlock.c
76
__strong_alias(__libc_rwlock_rdlock,
pthread_rwlock_rdlock
)
397
pthread_rwlock_rdlock
(pthread_rwlock_t *ptr)
function
Makefile
248
MLINKS+= pthread_rwlock.3
pthread_rwlock_rdlock
.3
pthread.c
1061
pthread_rwlock_rdlock
(&pthread__alltree_lock);
/src/lib/librumpuser/
rumpuser_pth.c
389
pthread_rwlock_rdlock
(&rw->pthrw)));
450
KLOCK_WRAP(NOFAIL_ERRNO(
pthread_rwlock_rdlock
(&rw->pthrw)));
/src/external/bsd/openldap/dist/libraries/libldap/
thr_posix.c
385
return ERRVAL(
pthread_rwlock_rdlock
( rw ) );
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.h
111
# pragma weak
pthread_rwlock_rdlock
macro
175
if (pthread_in_use () &&
pthread_rwlock_rdlock
(&NAME) != 0) abort ()
lock.c
98
if (
pthread_rwlock_rdlock
(&lock->rwlock) != 0)
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
lock.h
110
# pragma weak
pthread_rwlock_rdlock
macro
174
if (pthread_in_use () &&
pthread_rwlock_rdlock
(&NAME) != 0) abort ()
lock.c
97
if (
pthread_rwlock_rdlock
(&lock->rwlock) != 0)
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
lock.h
110
# pragma weak
pthread_rwlock_rdlock
macro
174
if (pthread_in_use () &&
pthread_rwlock_rdlock
(&NAME) != 0) abort ()
lock.c
97
if (
pthread_rwlock_rdlock
(&lock->rwlock) != 0)
/src/external/bsd/unbound/dist/util/
locks.h
120
#define lock_rw_rdlock(lock) LOCKRET(
pthread_rwlock_rdlock
(lock))
/src/common/lib/libprop/
prop_object_impl.h
452
#define _PROP_RWLOCK_RDLOCK(x)
pthread_rwlock_rdlock
(&(x))
/src/sys/lib/libunwind/
AddressSpace.hpp
247
pthread_rwlock_rdlock
(&fdeTreeLock);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
1338
TSAN_INTERCEPTOR(int,
pthread_rwlock_rdlock
, void *m) {
1339
SCOPED_TSAN_INTERCEPTOR(
pthread_rwlock_rdlock
, m);
1341
int res = REAL(
pthread_rwlock_rdlock
)(m);
2710
TSAN_INTERCEPT(
pthread_rwlock_rdlock
);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
1405
TSAN_INTERCEPTOR(int,
pthread_rwlock_rdlock
, void *m) {
1406
SCOPED_TSAN_INTERCEPTOR(
pthread_rwlock_rdlock
, m);
1408
int res = REAL(
pthread_rwlock_rdlock
)(m);
2811
TSAN_INTERCEPT(
pthread_rwlock_rdlock
);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d
93
int
pthread_rwlock_rdlock
(pthread_rwlock_t*);
746
int
pthread_rwlock_rdlock
(pthread_rwlock_t*);
/src/lib/libc/time/
localtime.c
154
static int dolock(void) { return
pthread_rwlock_rdlock
(&locallock); }
/src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c
2150
if (!module_locked &&
pthread_rwlock_rdlock
(&agent->module_rwlock))
Completed in 74 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026