Searched refs:control_thread_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libisns/
H A Disns_config.h63 pthread_t *control_thread_p; member in struct:isns_config_s
H A Disns_util.c125 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 104 milliseconds