OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lk
(Results
1 - 9
of
9
) sorted by relevancy
/src/tests/kernel/
t_lock.c
43
__cpu_simple_lock_t
lk
;
variable in typeref:typename:__cpu_simple_lock_t
50
__cpu_simple_unlock(&
lk
);
64
__cpu_simple_lock_init(&
lk
);
74
__cpu_simple_lock(&
lk
);
75
__cpu_simple_lock(&
lk
);
79
__cpu_simple_unlock(&
lk
);
/src/tests/lib/libpthread/
t_rwlock.c
69
pthread_rwlock_t
lk
;
variable in typeref:typename:pthread_rwlock_t
93
PTHREAD_REQUIRE(pthread_rwlock_init(&
lk
, NULL));
94
PTHREAD_REQUIRE(pthread_rwlock_rdlock(&
lk
));
95
PTHREAD_REQUIRE(pthread_rwlock_rdlock(&
lk
));
96
PTHREAD_REQUIRE(pthread_rwlock_unlock(&
lk
));
98
ATF_REQUIRE_EQ(pthread_rwlock_trywrlock(&
lk
), EBUSY);
103
error = pthread_rwlock_timedwrlock(&
lk
, &to);
107
PTHREAD_REQUIRE(pthread_rwlock_unlock(&
lk
));
112
PTHREAD_REQUIRE(pthread_rwlock_timedwrlock(&
lk
, &to));
117
error = pthread_rwlock_timedwrlock(&
lk
, &to)
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc
109
SpinMutexLock
lk
(&mtx);
local in function:__sanitizer::DD::MutexBeforeLock
164
SpinMutexLock
lk
(&mtx);
local in function:__sanitizer::DD::MutexAfterLock
181
SpinMutexLock
lk
(&mtx);
local in function:__sanitizer::DD::MutexDestroy
/src/lib/librumpuser/
rumpuser_pth_dummy.c
164
enum rumprwlock
lk
= enum_rumprwlock;
local in function:rumpuser_rw_enter
166
switch (
lk
) {
208
enum rumprwlock
lk
= enum_rumprwlock;
local in function:rumpuser_rw_held
210
switch (
lk
) {
rumpuser_pth.c
376
enum rumprwlock
lk
= enum_rumprwlock;
local in function:rumpuser_rw_enter
378
switch (
lk
) {
398
enum rumprwlock
lk
= enum_rumprwlock;
local in function:rumpuser_rw_tryenter
401
switch (
lk
) {
480
enum rumprwlock
lk
= enum_rumprwlock;
local in function:rumpuser_rw_held
482
switch (
lk
) {
rumpfiber.c
791
enum rumprwlock
lk
= enum_rumprwlock;
local in function:rumpuser_rw_enter
795
switch (
lk
) {
815
enum rumprwlock
lk
= enum_rumprwlock;
local in function:rumpuser_rw_tryenter
818
switch (
lk
) {
871
enum rumprwlock
lk
= enum_rumprwlock;
local in function:rumpuser_rw_held
873
switch (
lk
) {
/src/sys/arch/mips/rmi/
rmixl_fmn.c
483
kmutex_t *
lk
;
local in function:rmixl_fmn_init_core
490
lk
= mutex_obj_alloc(MUTEX_DEFAULT, RMIXL_FMN_INTR_IPL);
491
if (
lk
== NULL)
493
fmnp->fmn_lock =
lk
;
/src/sys/dev/raidframe/
rf_dagutils.c
502
int i,
lk
, unlk;
local in function:rf_PrintNodeInfoString
510
lk
= 0;
512
RF_ASSERT(!(
lk
&& unlk));
515
(
lk
) ? "LOCK" : ((unlk) ? "UNLK" : " "));
/src/lib/libperfuse/
fuse.h
350
struct fuse_file_lock
lk
;
member in struct:fuse_lk_in
356
struct fuse_file_lock
lk
;
member in struct:fuse_lk_out
Completed in 16 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025