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_spin_lock
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/include/isc/
spinlock.h
75
int _ret =
pthread_spin_lock
(sp); \
76
PTHREADS_RUNTIME_CHECK(
pthread_spin_lock
, _ret); \
/src/external/gpl3/gcc/dist/libgomp/config/rtems/
pool.h
99
pthread_spin_lock
(&res->lock);
118
pthread_spin_lock
(&res->lock);
/src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
pool.h
99
pthread_spin_lock
(&res->lock);
118
pthread_spin_lock
(&res->lock);
/src/lib/libpthread/
pthread_spin.c
92
pthread_spin_lock
(pthread_spinlock_t *lock)
function
pthread.h
190
int
pthread_spin_lock
(pthread_spinlock_t *);
Makefile
264
MLINKS+= pthread_spin.3
pthread_spin_lock
.3
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc
78
INTERCEPTOR(int,
pthread_spin_lock
, pthread_spinlock_t *m) {
81
int res = REAL(
pthread_spin_lock
)(m);
301
INTERCEPT_FUNCTION(
pthread_spin_lock
);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d
947
int
pthread_spin_lock
(pthread_spinlock_t*);
956
int
pthread_spin_lock
(pthread_spinlock_t*);
964
int
pthread_spin_lock
(pthread_spinlock_t*);
972
int
pthread_spin_lock
(pthread_spinlock_t*);
980
int
pthread_spin_lock
(pthread_spinlock_t*);
988
int
pthread_spin_lock
(pthread_spinlock_t*);
999
int
pthread_spin_lock
(pthread_spinlock_t*);
1010
int
pthread_spin_lock
(pthread_spinlock_t*);
1018
int
pthread_spin_lock
(pthread_spinlock_t*);
/src/lib/librumpuser/
rumpuser_pth.c
333
pthread_spin_lock
(&rw->spin);
346
pthread_spin_lock
(&rw->spin);
/src/lib/libukfs/
ukfs.c
113
#define
pthread_spin_lock
(a)
macro
540
pthread_spin_lock
(&part->part_lck);
738
pthread_spin_lock
(&part->part_lck);
1042
pthread_spin_lock
(&ukfs->ukfs_spin);
/src/external/mpl/bind/dist/tests/isc/
spinlock_test.c
99
pthread_spin_lock
(&spin);
/src/external/bsd/unbound/dist/util/
locks.h
146
#define lock_quick_lock(lock) LOCKRET(
pthread_spin_lock
(lock))
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc
143
CHECK_EQ(
pthread_spin_lock
((pthread_spinlock_t*)mtx_), 0);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
1293
TSAN_INTERCEPTOR(int,
pthread_spin_lock
, void *m) {
1294
SCOPED_TSAN_INTERCEPTOR(
pthread_spin_lock
, m);
1296
int res = REAL(
pthread_spin_lock
)(m);
2704
TSAN_INTERCEPT(
pthread_spin_lock
);
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
1434
TSAN_INTERCEPTOR(int,
pthread_spin_lock
, void *m) {
1435
SCOPED_TSAN_INTERCEPTOR(
pthread_spin_lock
, m);
1437
int res = REAL(
pthread_spin_lock
)(m);
2918
TSAN_INTERCEPT(
pthread_spin_lock
);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
1360
TSAN_INTERCEPTOR(int,
pthread_spin_lock
, void *m) {
1361
SCOPED_TSAN_INTERCEPTOR(
pthread_spin_lock
, m);
1363
int res = REAL(
pthread_spin_lock
)(m);
2805
TSAN_INTERCEPT(
pthread_spin_lock
);
Completed in 57 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026