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_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libpthread/
pthread_lock.c
60
static void pthread__spinlock_slow(
pthread_spin_t
*);
147
pthread__spinlock_slow(
pthread_spin_t
*lock)
197
pthread_lockinit(
pthread_spin_t
*lock)
pthread_int.h
206
void pthread_lockinit(
pthread_spin_t
*) PTHREAD_HIDE;
208
static inline void pthread__spinlock(pthread_t,
pthread_spin_t
*)
211
pthread__spinlock(pthread_t self,
pthread_spin_t
*lock)
218
static inline int pthread__spintrylock(pthread_t,
pthread_spin_t
*)
221
pthread__spintrylock(pthread_t self,
pthread_spin_t
*lock)
226
static inline void pthread__spinunlock(pthread_t,
pthread_spin_t
*)
229
pthread__spinunlock(pthread_t self,
pthread_spin_t
*lock)
pthread_types.h
36
* We use the "
pthread_spin_t
" name internally; "pthread_spinlock_t" is the
43
typedef __cpu_simple_lock_t
pthread_spin_t
;
typedef
48
typedef
pthread_spin_t
__pthread_spin_t;
261
pthread_spin_t
ptb_lock;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
types.d
879
alias
pthread_spin_t
= ubyte;
887
pthread_spin_t
pts_spin;
892
pthread_spin_t
ptc_lock;
903
pthread_spin_t
ptm_errorcheck;
905
pthread_spin_t
ptm_interlock;
923
pthread_spin_t
ptr_interlock;
Completed in 24 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026