Home
last modified time | relevance | path

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

/include/linux/
Dtracehook.h161 if (!test_and_set_tsk_thread_flag(task, TIF_NOTIFY_RESUME)) in set_notify_resume()
219 if (!test_and_set_tsk_thread_flag(task, TIF_NOTIFY_SIGNAL) && in set_notify_signal()
Dsched.h1869 static inline int test_and_set_tsk_thread_flag(struct task_struct *tsk, int flag) in test_and_set_tsk_thread_flag() function