OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:taskq_mutex
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libisns/
isns_config.h
70
pthread_mutex_t
taskq_mutex
;
member in struct:isns_config_s
isns_task.c
462
pthread_mutex_lock(&cfg_p->
taskq_mutex
);
464
pthread_mutex_unlock(&cfg_p->
taskq_mutex
);
474
pthread_mutex_lock(&cfg_p->
taskq_mutex
);
476
pthread_mutex_unlock(&cfg_p->
taskq_mutex
);
487
pthread_mutex_lock(&cfg_p->
taskq_mutex
);
490
pthread_mutex_unlock(&cfg_p->
taskq_mutex
);
505
pthread_mutex_lock(&cfg_p->
taskq_mutex
);
517
pthread_mutex_unlock(&cfg_p->
taskq_mutex
);
isns_util.c
108
if (pthread_mutex_init(&cfg_p->
taskq_mutex
, &mutexattr) != 0) {
118
pthread_mutex_destroy(&cfg_p->
taskq_mutex
);
167
pthread_mutex_destroy(&cfg_p->
taskq_mutex
);
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025