HomeSort by relevance Sort by last modified time
    Searched refs:semtimedop (Results 1 - 25 of 34) sorted by null

1 2

  /external/strace/tests/
semop.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (semop -a32 -e trace=semop,semtimedop); do not edit.
4 run_strace_match_diff -a32 -e trace=semop,semtimedop
semop.c 83 rc = semtimedop(bogus_semid, NULL, bogus_nsops, NULL);
84 printf("semtimedop(%d, NULL, %u, NULL) = %s\n",
87 rc = semtimedop(id, sem_b + 1, 1, ts + 1);
88 printf("semtimedop(%d, %p, 1, %p) = %s\n",
93 rc = semtimedop(bogus_semid, sem_b2, 2, ts);
94 printf("semtimedop(%d, [{%hu, %hd, %s%s%#hx}, %p], %u"
105 if (semtimedop(id, sem_b, 1, NULL))
106 perror_msg_and_skip("semtimedop, 1");
107 printf("semtimedop(%d, [{0, 1, SEM_UNDO}], 1, NULL) = 0\n", id);
110 if (semtimedop(id, sem_b, 1, ts)
    [all...]
  /external/strace/tests-m32/
semop.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (semop -a32 -e trace=semop,semtimedop); do not edit.
4 run_strace_match_diff -a32 -e trace=semop,semtimedop
semop.c 83 rc = semtimedop(bogus_semid, NULL, bogus_nsops, NULL);
84 printf("semtimedop(%d, NULL, %u, NULL) = %s\n",
87 rc = semtimedop(id, sem_b + 1, 1, ts + 1);
88 printf("semtimedop(%d, %p, 1, %p) = %s\n",
93 rc = semtimedop(bogus_semid, sem_b2, 2, ts);
94 printf("semtimedop(%d, [{%hu, %hd, %s%s%#hx}, %p], %u"
105 if (semtimedop(id, sem_b, 1, NULL))
106 perror_msg_and_skip("semtimedop, 1");
107 printf("semtimedop(%d, [{0, 1, SEM_UNDO}], 1, NULL) = 0\n", id);
110 if (semtimedop(id, sem_b, 1, ts)
    [all...]
  /external/strace/tests-mx32/
semop.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (semop -a32 -e trace=semop,semtimedop); do not edit.
4 run_strace_match_diff -a32 -e trace=semop,semtimedop
semop.c 83 rc = semtimedop(bogus_semid, NULL, bogus_nsops, NULL);
84 printf("semtimedop(%d, NULL, %u, NULL) = %s\n",
87 rc = semtimedop(id, sem_b + 1, 1, ts + 1);
88 printf("semtimedop(%d, %p, 1, %p) = %s\n",
93 rc = semtimedop(bogus_semid, sem_b2, 2, ts);
94 printf("semtimedop(%d, [{%hu, %hd, %s%s%#hx}, %p], %u"
105 if (semtimedop(id, sem_b, 1, NULL))
106 perror_msg_and_skip("semtimedop, 1");
107 printf("semtimedop(%d, [{0, 1, SEM_UNDO}], 1, NULL) = 0\n", id);
110 if (semtimedop(id, sem_b, 1, ts)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
sem.h 63 extern int semtimedop (int __semid, struct sembuf *__sops, size_t __nsops,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
sem.h 63 extern int semtimedop (int __semid, struct sembuf *__sops, size_t __nsops,
  /bionic/libc/bionic/
sys_sem.cpp 61 return semtimedop(id, ops, op_count, nullptr);
64 int semtimedop(int id, sembuf* ops, size_t op_count, const timespec* ts) { function
68 return syscall(SYS_ipc, SEMTIMEDOP, id, op_count, 0, ops, ts);
  /external/linux-kselftest/tools/testing/selftests/powerpc/syscalls/
ipc.h 15 DO_TEST(semtimedop, __NR_semtimedop)
  /external/valgrind/none/tests/
sem.c 50 /* The next call to semtimedop causes the program to hang on
61 if (semtimedop(semid, &sop, 1, &ts) < 0 && errno != EAGAIN)
63 perror("semtimedop");
88 if (semtimedop(semid, &sop, 1, &ts) < 0)
90 perror("semtimedop");
  /bionic/libc/include/sys/
sem.h 59 int semtimedop(int __sem_id, struct sembuf* __ops, size_t __op_count, const struct timespec* __timeout) __INTRODUCED_IN(26);
  /bionic/tests/
sys_sem_test.cpp 65 ASSERT_EQ(-1, semtimedop(id, ops, 1, &ts));
98 ASSERT_EQ(-1, semtimedop(-1, nullptr, 0, nullptr));
  /external/strace/
ipc_sem.c 85 SYS_FUNC(semtimedop)
sys_func.h 237 extern SYS_FUNC(semtimedop);
  /external/strace/linux/
subcall.h 62 [SYS_ipc_subcall + 4] = { 5, IS|TI, SEN(semtimedop), "semtimedop" },
  /external/strace/linux/32/
syscallent.h 200 [192] = { 4, TI, SEN(semtimedop), "semtimedop" },
  /external/strace/linux/64/
syscallent.h 193 [192] = { 4, TI, SEN(semtimedop), "semtimedop" },
  /external/strace/linux/avr32/
syscallent.h 302 [273] = { 4, TI, SEN(semtimedop), "semtimedop" },
  /external/strace/linux/hppa/
syscallent.h 234 [228] = { 4, TI, SEN(semtimedop), "semtimedop" },
  /external/strace/linux/x86_64/
syscallent.h 221 [220] = { 4, TI, SEN(semtimedop), "semtimedop" },
  /external/strace/linux/xtensa/
syscallent.h 156 [161] = { 4, TI, SEN(semtimedop), "semtimedop" },
  /external/strace/linux/arm/
syscallent.h 340 [312] = { 4, TI, SEN(semtimedop), "semtimedop" },
  /external/strace/linux/ia64/
syscallent.h 268 [1247] = { 4, TI, SEN(semtimedop), "semtimedop" },
  /external/strace/linux/mips/
syscallent-n32.h 218 [6215] = { 4, TI, SEN(semtimedop), "semtimedop" },

Completed in 288 milliseconds

1 2