HomeSort by relevance Sort by last modified time
    Searched refs:notify_timeout (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/kill/
kill02.c 185 void notify_timeout(); /*Signal handler that the parent enters if it times out */
299 if (signal(SIGALRM, notify_timeout) == SIG_ERR) {
523 if (signal(SIGALRM, notify_timeout) == SIG_ERR) {
800 void notify_timeout(void) function
804 } /*End of notify_timeout */
  /system/core/init/
perfboot.py 142 def notify_timeout(): function in function:WatchdogTimer.__init__
144 self._timer = threading.Timer(timeout, notify_timeout)

Completed in 289 milliseconds