OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tp_refcnt
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
kern_threadpool.c
195
uint64_t
tp_refcnt
;
member in struct:threadpool
396
pool->
tp_refcnt
= 1; /* dispatcher's reference */
428
KASSERT(pool->
tp_refcnt
== 0);
454
while (0 < pool->
tp_refcnt
) {
456
pool, pool->
tp_refcnt
);
464
KASSERT(pool->
tp_refcnt
== 0);
477
pool->
tp_refcnt
++;
478
KASSERT(pool->
tp_refcnt
!= 0);
486
KASSERT(0 < pool->
tp_refcnt
);
487
if (--pool->
tp_refcnt
== 0
[
all
...]
Completed in 101 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025