OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tpool
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/lib/libzfs/
thread_pool.c
38
delete_pool(tpool_t *
tpool
)
45
for (job =
tpool
->tp_head; job != NULL; job =
tpool
->tp_head) {
46
tpool
->tp_head = job->tpj_next;
49
(void) pthread_attr_destroy(&
tpool
->tp_attr);
50
free(
tpool
);
59
tpool_t *
tpool
= arg;
local
61
if (--
tpool
->tp_current == 0 &&
62
(
tpool
->tp_flags & (TP_DESTROY | TP_ABANDON))) {
63
if (
tpool
->tp_flags & TP_ABANDON)
89
tpool
_t *
tpool
= arg;
local
110
tpool
_t *
tpool
= (
tpool
_t *)arg;
local
226
tpool
_t *
tpool
;
local
[
all
...]
thread_pool_impl.h
69
struct
tpool
{
struct
Completed in 69 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026