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_t
(Results
1 - 3
of
3
) 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 in typeref:typename:__cpu_simple_lock_t
48
typedef
pthread_spin_t
__pthread_spin_t;
261
pthread_spin_t
ptb_lock;
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025