Home
last modified time | relevance | path

Searched refs:KCOV_STATE_DYING (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_kcov.c113 KCOV_STATE_DYING, /* The fd was closed */ enumerator
283 atomic_store_int(&info->state, KCOV_STATE_DYING); in kcov_mmap_cleanup()
530 if (info->state != KCOV_STATE_DYING) { in kcov_thread_dtor()