Home
last modified time | relevance | path

Searched defs:wait_for_flag (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dcondition_test_common.hpp14 struct wait_for_flag struct
21 wait_for_flag(): in wait_for_flag() argument
25 struct check_flag
42 void wait_without_predicate() in wait_without_predicate()
52 void wait_with_predicate() in wait_with_predicate()
62 void timed_wait_without_predicate() in timed_wait_without_predicate()
77 void timed_wait_with_predicate() in timed_wait_with_predicate()
86 void relative_timed_wait_with_predicate() in relative_timed_wait_with_predicate()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/kill/
H A Dkill05.c34 static void wait_for_flag(int value) in wait_for_flag() function