OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tkill
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/coregrind/
m_libcsignal.c
360
Int VG_(
tkill
)( Int lwpid, Int signo )
function
/bionic/libc/bionic/
ndk_cruft.cpp
229
int
tkill
(pid_t tid, int sig) {
function
/external/google-breakpad/src/common/linux/tests/
crash_generator.cc
73
int
tkill
(pid_t tid, int sig) {
function in namespace:__anon12821
203
//
tkill
returns '0'. Retry a couple of times if the signal doesn't get
214
if (
tkill
(*GetThreadIdPointer(crash_thread), crash_signal) == -1) {
Completed in 4172 milliseconds