HomeSort by: relevance | last modified time | path
    Searched refs:isns_thread_destroy (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libisns/
isns_util.h 64 void isns_thread_destroy(struct isns_config_s *);
isns.c 236 isns_thread_destroy(cfg_p);
isns_util.c 222 * isns_thread_destroy()
225 isns_thread_destroy(struct isns_config_s *cfg_p) function in typeref:typename:void
230 DBG("isns_thread_destroy: entered\n");
235 DBG("isns_thread_destroy: about to wait (join) on thread\n");
238 DBG("isns_thread_destroy: error on pthread_thread_join\n");
242 DBG("isns_thread_destroy: done waiting on thread\n");

Completed in 24 milliseconds