OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_spin_lock
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libpthread/
pthread_spin.c
92
pthread_spin_lock
(pthread_spinlock_t *lock)
function in typeref:typename:int
pthread.h
188
int
pthread_spin_lock
(pthread_spinlock_t *);
Makefile
248
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/lib/librumpuser/
rumpuser_pth.c
333
pthread_spin_lock
(&rw->spin);
346
pthread_spin_lock
(&rw->spin);
/src/lib/libukfs/
ukfs.c
112
#define
pthread_spin_lock
(a)
macro
539
pthread_spin_lock
(&part->part_lck);
737
pthread_spin_lock
(&part->part_lck);
1041
pthread_spin_lock
(&ukfs->ukfs_spin);
/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
);
Completed in 19 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025