Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill03.c20 static pid_t child_tid; variable
27 child_tid = sys_gettid(); in child_thread_func()
82 { "Defunct tgid", &defunct_tid, &child_tid, SIGUSR1, ESRCH },
83 { "Valid tgkill call", &parent_tgid, &child_tid, SIGUSR1, 0 },
/external/ltp/testcases/kernel/sched/nptl/
Dnptl01.c188 pthread_t child_tid; in create_child_thread() local
206 if ((ret = pthread_create(&child_tid, &attr, run, NULL)) != 0) { in create_child_thread()
/external/ltp/lib/
Dcloner.c50 pid_t *parent_tid, void *tls, pid_t *child_tid);