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

  /src/lib/libisns/
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 13 milliseconds