Home
last modified time | relevance | path

Searched defs:check_flag (Results 1 – 7 of 7) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/test/
Dcondition_test_common.hpp25 struct check_flag struct
27 bool const& flag;
29 check_flag(bool const& flag_): in check_flag() argument
33 bool operator()() const in operator ()()
/external/ltp/testcases/kernel/syscalls/pipe/
Dpipe12.c26 int check_flag; member
/external/libopus/cmake/
DOpusFunctions.cmake44 function(check_flag NAME FLAG) function
/external/rust/crates/mio/src/sys/wasi/
Dmod.rs322 fn check_flag(got: &wasi::Eventrwflags, want: &wasi::Eventrwflags) -> bool { in debug_details() function
/external/rust/crates/mio/src/sys/unix/selector/
Dkqueue.rs478 fn check_flag(got: &Flags, want: &Flags) -> bool { in debug_details() function
/external/libnl/lib/route/link/
Dbridge.c141 static void check_flag(struct rtnl_link *link, struct nlattr *attrs[], in check_flag() function
/external/minigbm/
Dvirtgpu_virgl.c403 static inline void handle_flag(uint64_t *flag, uint64_t check_flag, uint32_t *bind, in handle_flag()