Home
last modified time | relevance | path

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

/cts/hostsidetests/security/securityPatch/CVE-2017-0403/
Dpoc.c124 int group_fd[PAIR_FD],child_fd[PAIR_FD]; variable
145 group_fd[0] = syscall(__NR_perf_event_open, &attr, 0x0ul, -1, in thr()
148 if(group_fd[0]<0){ in thr()
158 child_fd[0] = syscall(__NR_perf_event_open, &attr,0x0ul, 0x6ul, group_fd[0], 0x0ul, 0); in thr()
160 if(group_fd[0]<0){ in thr()
173 close(group_fd[0]); in thr()