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_timedrdlock
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc
122
INTERCEPTOR(int,
pthread_rwlock_timedrdlock
, pthread_rwlock_t *m,
125
int res = REAL(
pthread_rwlock_timedrdlock
)(m, abstime);
308
INTERCEPT_FUNCTION(
pthread_rwlock_timedrdlock
);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d
1267
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t*, const scope timespec*);
1274
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t*, const scope timespec*);
1280
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t*, const scope timespec*);
1286
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t*, const scope timespec*);
1292
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t*, const scope timespec*);
1298
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t*, const scope timespec*);
1304
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t*, const scope timespec*);
1310
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t*, const scope timespec*);
1315
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t*, const scope timespec*);
1321
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t*, const scope timespec*)
[
all
...]
/src/lib/libpthread/
pthread.h
200
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t * __restrict,
Makefile
252
MLINKS+= pthread_rwlock.3
pthread_rwlock_timedrdlock
.3
pthread_rwlock.c
406
pthread_rwlock_timedrdlock
(pthread_rwlock_t *ptr,
function
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
1358
TSAN_INTERCEPTOR(int,
pthread_rwlock_timedrdlock
, void *m, void *abstime) {
1359
SCOPED_TSAN_INTERCEPTOR(
pthread_rwlock_timedrdlock
, m, abstime);
1360
int res = REAL(
pthread_rwlock_timedrdlock
)(m, abstime);
2712
TSAN_INTERCEPT(
pthread_rwlock_timedrdlock
);
/src/external/bsd/unbound/dist/testcode/
checklocks.c
525
{ return
pthread_rwlock_timedrdlock
((pthread_rwlock_t*)arg, to); }
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
1499
TSAN_INTERCEPTOR(int,
pthread_rwlock_timedrdlock
, void *m, void *abstime) {
1500
SCOPED_TSAN_INTERCEPTOR(
pthread_rwlock_timedrdlock
, m, abstime);
1501
int res = REAL(
pthread_rwlock_timedrdlock
)(m, abstime);
2926
TSAN_INTERCEPT(
pthread_rwlock_timedrdlock
);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
1425
TSAN_INTERCEPTOR(int,
pthread_rwlock_timedrdlock
, void *m, void *abstime) {
1426
SCOPED_TSAN_INTERCEPTOR(
pthread_rwlock_timedrdlock
, m, abstime);
1427
int res = REAL(
pthread_rwlock_timedrdlock
)(m, abstime);
2813
TSAN_INTERCEPT(
pthread_rwlock_timedrdlock
);
Completed in 39 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026