Home
last modified time | relevance | path

Searched refs:gchild (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D15-1.c106 pthread_t gchild; in threaded() local
116 ret = pthread_create(&gchild, NULL, teststack, &child_stack); in threaded()
122 ret = pthread_join(gchild, NULL); in threaded()
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dvfork.c202 int trace_grandchild(pid_t gchild) in trace_grandchild() argument
207 if (ptrace(PTRACE_GETSIGINFO, gchild, NULL, &info) == -1) { in trace_grandchild()
211 /*dump_siginfo(gchild, &info); */ in trace_grandchild()
215 tst_resm(TINFO, "Grandchild spawn's pid=%d", gchild); in trace_grandchild()
216 fprintf(fp, "\t%d\n", gchild); in trace_grandchild()
222 if (ptrace(PTRACE_DETACH, gchild, NULL, NULL) == -1) in trace_grandchild()
224 return -1; /* don't wait for gchild */ in trace_grandchild()

Completed in 2 milliseconds