Searched refs:wait_for_flag (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/thread/test/ |
D | test_condition_notify_one.cpp | 21 wait_for_flag data; in do_test_condition_notify_one_wakes_from_wait() 23 boost::thread thread(bind(&wait_for_flag::wait_without_predicate, data)); in do_test_condition_notify_one_wakes_from_wait() 37 wait_for_flag data; in do_test_condition_notify_one_wakes_from_wait_with_predicate() 39 boost::thread thread(bind(&wait_for_flag::wait_with_predicate, data)); in do_test_condition_notify_one_wakes_from_wait_with_predicate() 53 wait_for_flag data; in do_test_condition_notify_one_wakes_from_timed_wait() 55 boost::thread thread(bind(&wait_for_flag::timed_wait_without_predicate, data)); in do_test_condition_notify_one_wakes_from_timed_wait() 69 wait_for_flag data; in do_test_condition_notify_one_wakes_from_timed_wait_with_predicate() 71 boost::thread thread(bind(&wait_for_flag::timed_wait_with_predicate, data)); in do_test_condition_notify_one_wakes_from_timed_wait_with_predicate() 85 wait_for_flag data; in do_test_condition_notify_one_wakes_from_relative_timed_wait_with_predicate() 87 boost::thread thread(bind(&wait_for_flag::relative_timed_wait_with_predicate, data)); in do_test_condition_notify_one_wakes_from_relative_timed_wait_with_predicate()
|
D | test_condition_notify_all.cpp | 21 wait_for_flag data; in do_test_condition_notify_all_wakes_from_wait() 29 group.create_thread(bind(&wait_for_flag::wait_without_predicate, data)); in do_test_condition_notify_all_wakes_from_wait() 50 wait_for_flag data; in do_test_condition_notify_all_wakes_from_wait_with_predicate() 58 group.create_thread(bind(&wait_for_flag::wait_with_predicate, data)); in do_test_condition_notify_all_wakes_from_wait_with_predicate() 79 wait_for_flag data; in do_test_condition_notify_all_wakes_from_timed_wait() 87 group.create_thread(bind(&wait_for_flag::timed_wait_without_predicate, data)); in do_test_condition_notify_all_wakes_from_timed_wait() 108 wait_for_flag data; in do_test_condition_notify_all_wakes_from_timed_wait_with_predicate() 116 group.create_thread(bind(&wait_for_flag::timed_wait_with_predicate, data)); in do_test_condition_notify_all_wakes_from_timed_wait_with_predicate() 137 wait_for_flag data; in do_test_condition_notify_all_wakes_from_relative_timed_wait_with_predicate() 145 group.create_thread(bind(&wait_for_flag::relative_timed_wait_with_predicate, data)); in do_test_condition_notify_all_wakes_from_relative_timed_wait_with_predicate()
|
D | condition_test_common.hpp | 14 struct wait_for_flag struct 21 wait_for_flag(): in wait_for_flag() argument
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
D | kill05.c | 34 static void wait_for_flag(int value) in wait_for_flag() function 53 wait_for_flag(2); in do_master_child() 59 wait_for_flag(1); in do_master_child()
|