OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:control_thread_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libisns/
isns_config.h
63
pthread_t *
control_thread_p
;
member in struct:isns_config_s
isns_util.c
125
cfg_p->
control_thread_p
= (pthread_t *)isns_malloc(sizeof(pthread_t));
126
if (cfg_p->
control_thread_p
== NULL) {
148
if (cfg_p->
control_thread_p
!= NULL)
149
isns_free(cfg_p->
control_thread_p
);
208
error = pthread_create(cfg_p->
control_thread_p
,
232
if ((cfg_p == NULL) || (cfg_p->
control_thread_p
== NULL))
236
error = pthread_join(*cfg_p->
control_thread_p
, &rv);
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025