Home
last modified time | relevance | path

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

/bionic/tests/
Dtime_test.cpp232 static void timer_create_SIGEV_SIGNAL_signal_handler(int signal_number) { in timer_create_SIGEV_SIGNAL_signal_handler() function
247 ScopedSignalHandler ssh(SIGUSR1, timer_create_SIGEV_SIGNAL_signal_handler); in TEST()