Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/arch-mips/
Dsignal.c812 static int do_kill(int id, int portable_signum, int (*fn)(int, int)) in do_kill() function
851 rv = do_kill(pgrp, portable_signum, REAL(killpg)); in WRAP()
867 rv = do_kill(pid, portable_signum, REAL(kill)); in WRAP()