Searched refs:lock_profile_thread_exit (Results 1 – 3 of 3) sorted by relevance
51 void lock_profile_thread_exit(struct thread *td);69 #define lock_profile_thread_exit(td) (void)0 macro
379 lock_profile_thread_exit(td); in thread_free()521 lock_profile_thread_exit(td); in thread_wait()
574 lock_profile_thread_exit(struct thread *td) in lock_profile_thread_exit() function