Searched refs:Wait (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/system_properties/include/system_properties/ |
D | system_properties.h | 70 bool Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr,
|
/bionic/libc/bionic/ |
D | system_property_api.cpp | 120 return system_properties.Wait(pi, old_serial, new_serial_ptr, relative_timeout); in __system_property_wait()
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 314 Wait(nullptr, old_serial, &new_serial, nullptr); in WaitAny() 318 bool SystemProperties::Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in Wait() function in SystemProperties
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
|
/bionic/tests/ |
D | system_properties_test.cpp | 402 system_properties.Wait(pi, serial, &new_serial, nullptr); in TEST()
|