OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rwlock_t
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/
spinlock.h
148
}
rwlock_t
;
typedef in typeref:struct:linux_rwlock
151
rwlock_init(
rwlock_t
*rw)
159
rwlock_destroy(
rwlock_t
*rw)
168
write_lock_irq(
rwlock_t
*rw)
180
write_unlock_irq(
rwlock_t
*rw)
188
read_lock(
rwlock_t
*rw)
198
read_unlock(
rwlock_t
*rw)
/src/external/cddl/osnet/dist/head/
synch.h
88
}
rwlock_t
;
typedef in typeref:struct:_rwlock
115
int rwlock_init(
rwlock_t
*, int, void *);
116
int rwlock_destroy(
rwlock_t
*);
117
int rw_rdlock(
rwlock_t
*);
118
int rw_wrlock(
rwlock_t
*);
119
int rw_unlock(
rwlock_t
*);
120
int rw_tryrdlock(
rwlock_t
*);
121
int rw_trywrlock(
rwlock_t
*);
205
int _rw_read_held(void *); /*
rwlock_t
or pthread_rwlock_t */
206
int _rw_write_held(void *); /*
rwlock_t
or pthread_rwlock_t *
[
all
...]
thread.h
47
typedef pthread_rwlock_t
rwlock_t
;
typedef
/src/lib/libc/include/
reentrant.h
114
#define
rwlock_t
pthread_rwlock_t
macro
173
int __libc_rwlock_init(
rwlock_t
*, const rwlockattr_t *);
174
int __libc_rwlock_rdlock(
rwlock_t
*);
175
int __libc_rwlock_wrlock(
rwlock_t
*);
176
int __libc_rwlock_tryrdlock(
rwlock_t
*);
177
int __libc_rwlock_trywrlock(
rwlock_t
*);
178
int __libc_rwlock_unlock(
rwlock_t
*);
179
int __libc_rwlock_destroy(
rwlock_t
*);
249
int __libc_rwlock_init_stub(
rwlock_t
*, const rwlockattr_t *);
250
int __libc_rwlock_rdlock_stub(
rwlock_t
*);
[
all
...]
/src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.h
109
typedef kmutex_t
rwlock_t
;
typedef
Completed in 32 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026