OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spinlock
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libc/membar/
t_spinlock.c
111
ATF_TC(
spinlock
);
variable
112
ATF_TC_HEAD(
spinlock
, tc)
117
ATF_TC_BODY(
spinlock
, tc)
156
ATF_TP_ADD_TC(tp,
spinlock
);
/src/sys/external/bsd/drm2/dist/include/drm/
drm_auth.h
43
#include <linux/
spinlock
.h>
70
spinlock_t
spinlock
;
member in struct:drm_lock_data
/src/sys/external/bsd/drm2/include/linux/
spinlock.h
1
/* $NetBSD:
spinlock
.h,v 1.15 2022/10/25 23:33:29 riastradh Exp $ */
45
typedef struct
spinlock
{
struct
50
spin_is_locked(spinlock_t *
spinlock
)
52
return mutex_owned(&
spinlock
->sl_lock);
56
spin_lock(spinlock_t *
spinlock
)
58
mutex_enter(&
spinlock
->sl_lock);
62
spin_unlock(spinlock_t *
spinlock
)
64
mutex_exit(&
spinlock
->sl_lock);
68
spin_lock_bh(spinlock_t *
spinlock
)
70
spin_lock(
spinlock
);
[
all
...]
/src/external/bsd/unbound/dist/testcode/
checklocks.h
169
/** fast
spinlock
*/
178
/**
spinlock
*/
179
pthread_spinlock_t
spinlock
;
member in union:checked_lock::__anon8222
285
* @param type: what type of lock this is. Had better be mutex or
spinlock
.
346
/** debugging
spinlock
*/
Completed in 40 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026