Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
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/
Dvfork.c202 int trace_grandchild(pid_t gchild) in trace_grandchild() argument
207 if (ptrace(PTRACE_GETSIGINFO, gchild, NULL, &info) == -1) { 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()
DTODO68 ./freezer/vfork.c:202: if (ptrace(PTRACE_GETSIGINFO, gchild, NULL, &info) == -1) {