OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadpool_thread
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
kern_threadpool.c
179
TAILQ_HEAD(thread_head,
threadpool_thread
);
181
struct
threadpool_thread
{
struct
187
TAILQ_ENTRY(
threadpool_thread
) tpt_entry;
192
struct
threadpool_thread
tp_dispatcher;
217
static void
threadpool_thread
(void *) __dead;
351
pool_cache_init(sizeof(struct
threadpool_thread
), 0, 0, 0,
443
struct
threadpool_thread
*thread;
966
struct
threadpool_thread
*const dispatcher = arg;
1003
struct
threadpool_thread
*const thread =
1017
pool->tp_cpu, &
threadpool_thread
, thread, &lwp
1102
threadpool_thread
(void *arg)
function
[
all
...]
Completed in 50 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026