Home
last modified time | relevance | path

Searched refs:__system_property_wait_any (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/include/sys/
D_system_properties.h156 unsigned int __system_property_wait_any(unsigned int serial);
/bionic/tests/
Dsystem_properties_test.cpp367 serial = __system_property_wait_any(0); in TEST()
371 serial = __system_property_wait_any(serial); in TEST()
375 serial = __system_property_wait_any(serial); in TEST()
/bionic/libc/
Dlibc.mips64.map147 __system_property_wait_any;
Dlibc.x86_64.map147 __system_property_wait_any;
Dlibc.arm64.map147 __system_property_wait_any;
Dlibc.x86.brillo.map200 __system_property_wait_any;
Dlibc.mips.brillo.map200 __system_property_wait_any;
Dlibc.arm.brillo.map203 __system_property_wait_any;
Dlibc.mips.map200 __system_property_wait_any;
Dlibc.x86.map200 __system_property_wait_any;
Dlibc.arm.map203 __system_property_wait_any;
Dlibc.map.txt204 __system_property_wait_any;
/bionic/libc/bionic/
Dsystem_properties.cpp1249 unsigned int __system_property_wait_any(unsigned int serial) in __system_property_wait_any() function