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

  /src/external/cddl/osnet/lib/libzfs/
thread_pool.c 295 * Assumes: by the time tpool_destroy() is called no one will use this
297 * Calling tpool_destroy() from a job in the pool will cause deadlock.
300 tpool_destroy(tpool_t *tpool) function
331 * Like tpool_destroy(), but don't cancel workers or wait for them to finish.

Completed in 16 milliseconds