HomeSort by relevance Sort by last modified time
    Searched defs:ctl (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
3-1.c 54 pid_t child, ctl; local
72 ctl = waitpid(child, &status, 0);
73 if (ctl != child) {
4-1.c 52 pid_t child, ctl; local
56 ctl = getpid();
67 if (ctl != getppid()) {
77 ctl = waitpid(child, &status, 0);
78 if (ctl != child) {
9-1.c 55 pid_t child, ctl; local
88 ctl = waitpid(child, &status, 0);
90 if (ctl != child) {
11-1.c 73 pid_t child, ctl; local
115 ctl = waitpid(child, &status, 0);
117 if (ctl != child) {
12-1.c 57 pid_t child, ctl; local
218 ctl = waitpid(child, &status, 0);
220 if (ctl != child) {
13-1.c 62 pid_t child, ctl; local
147 ctl = waitpid(child, &status, 0);
149 if (ctl != child) {
14-1.c 57 pid_t child, ctl; local
113 ctl = waitpid(child, &status, 0);
115 if (ctl != child) {
17-1.c 59 pid_t child, ctl; local
116 ctl = waitpid(child, &status, 0);
118 if (ctl != child) {
17-2.c 89 pid_t child, ctl; local
147 ctl = waitpid(child, &status, 0);
149 if (ctl != child) {
21-1.c 73 pid_t child, ctl; local
78 ctl = getpid();
89 ret = pthread_create(&th, NULL, threaded, &ctl);
118 ctl = waitpid(child, &status, 0);
120 if (ctl != child)
1-1.c 58 pid_t child, ctl; local
125 ctl = waitpid(child, &status, 0);
126 if (ctl != child)
16-1.c 64 pid_t child, ctl; local
146 ctl = waitpid(child, &status, 0);
148 if (ctl != child) {
18-1.c 67 pid_t child, ctl; local
130 ctl = waitpid(child, &status, 0);
132 if (ctl != child) {
19-1.c 58 pid_t child, ctl; local
146 ctl = waitpid(child, &status, 0);
148 if (ctl != child) {
22-1.c 52 pid_t child, ctl; local
169 ctl = waitpid(child, &status, 0);
171 if (ctl != child) {
6-1.c 78 pid_t child, ctl; local
131 ctl = waitpid(child, &status, 0);
133 if (ctl != child) {
8-1.c 59 pid_t child, ctl; local
127 ctl = waitpid(child, &status, 0);
129 if (ctl != child)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
3-2.c 92 pid_t child, ctl; local
162 ctl = waitpid(child, &status, 0);
164 if (ctl != child) {
3-3.c 92 pid_t child, ctl; local
153 ctl = waitpid(child, &status, 0);
155 if (ctl != child) {
  /hardware/qcom/audio/legacy/libalsa-intf/
amix.c 54 struct mixer_ctl *ctl; local
71 ctl = get_ctl(mixer, argv[1]);
75 if (!ctl) {
82 r = mixer_ctl_set_value(ctl, argc, argv);
84 r = mixer_ctl_select(ctl, argv[0]);
88 mixer_ctl_get(ctl, &value);
  /hardware/qcom/audio/post_proc/
bass_boost.h 30 struct mixer_ctl *ctl; member in struct:bassboost_context_s
virtualizer.h 30 struct mixer_ctl *ctl; member in struct:virtualizer_context_s
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp_timer.c 41 uint32_t ctl; member in struct:timer_context
52 uint32_t ctl = 0; local
59 set_cntp_ctl_enable(ctl);
60 write_cntps_ctl_el1(ctl);
98 pcpu_timer_context[linear_id].ctl = read_cntps_ctl_el1();
111 write_cntps_ctl_el1(pcpu_timer_context[linear_id].ctl);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
1-2.c 115 pid_t child, ctl; local
163 ctl = waitpid(child, &status, 0);
165 if (ctl != child) {
3-2.c 104 pid_t child, ctl; local
149 ctl = waitpid(child, &status, 0);
151 if (ctl != child) {

Completed in 436 milliseconds

1 2 3 4 5 6 7