Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dlock_profile.h50 void lock_profile_thread_exit(struct thread *td);
67 #define lock_profile_thread_exit(td) (void)0 macro
/freebsd/sys/kern/
H A Dkern_thread.c828 lock_profile_thread_exit(td); in thread_free_batched()
1051 lock_profile_thread_exit(td); in thread_wait()
H A Dsubr_lock.c630 lock_profile_thread_exit(struct thread *td) in lock_profile_thread_exit() function