HomeSort by relevance Sort by last modified time
    Searched refs:sembuf (Results 126 - 150 of 163) sorted by null

1 2 3 4 56 7

  /external/ltp/testcases/kernel/containers/sysvipc/
semtest_2ns.c 59 static struct sembuf semop_lock[2] = {
65 static struct sembuf semop_unlock[1] = {
  /external/strace/tests/
semop.c 50 struct sembuf *const sem_b = tail_alloc(sizeof(*sem_b));
51 struct sembuf *const sem_b2 = tail_alloc(sizeof(*sem_b2));
  /external/strace/tests-m32/
semop.c 50 struct sembuf *const sem_b = tail_alloc(sizeof(*sem_b));
51 struct sembuf *const sem_b2 = tail_alloc(sizeof(*sem_b2));
  /external/strace/tests-mx32/
semop.c 50 struct sembuf *const sem_b = tail_alloc(sizeof(*sem_b));
51 struct sembuf *const sem_b2 = tail_alloc(sizeof(*sem_b2));
  /external/ltp/testcases/kernel/syscalls/ipc/semop/
semop04.c 60 struct sembuf s_buf;
semop01.c 65 struct sembuf sops[PSEMS];
semop05.c 73 struct sembuf s_buf;
  /external/valgrind/none/tests/
sem.c 14 struct sembuf sop;
  /external/ltp/testcases/kernel/mem/mtest07/
mallocstress.c 255 struct sembuf sop[1];
299 struct sembuf sop[1];
  /bionic/tests/
sys_sem_test.cpp 57 sembuf ops[] = {{ .sem_num = 0, .sem_op = 1, .sem_flg = 0 }};
  /external/ltp/testcases/kernel/syscalls/cma/
process_vm.h 65 struct sembuf sem_op;
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 510 struct sembuf sem_op;
529 sem_op = (struct sembuf) {
589 sem_op = (struct sembuf) {
625 struct sembuf sem_op;
639 sem_op = (struct sembuf) {
646 sem_op = (struct sembuf) {
  /external/autotest/client/tests/synctest/src/
synctest.c 35 struct sembuf op;
  /external/ltp/testcases/kernel/ipc/ipc_stress/
shmem_test_03.c 404 struct sembuf buf;
423 struct sembuf buf;
semaphore_test_02.c 215 struct sembuf sops;
semaphore_test_03.c 242 struct sembuf semoparray[MAX_SEMAPHORES];
    [all...]
  /external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl06.c 77 static struct sembuf semops[NSEMS];
semctl01.c 78 static struct sembuf sops;
  /external/valgrind/coregrind/m_syswrap/
syswrap-tilegx-linux.c 929 int, semid, struct sembuf *, sops, unsigned, nsoops);
938 int, semid, struct sembuf *, sops, unsigned, nsoops,
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_openbsd_386.go 179 SYS_SEMOP = 290 // { int sys_semop(int semid, struct sembuf *sops, \
zsysnum_openbsd_amd64.go 179 SYS_SEMOP = 290 // { int sys_semop(int semid, struct sembuf *sops, \
zsysnum_openbsd_arm.go 185 SYS_SEMOP = 290 // { int sys_semop(int semid, struct sembuf *sops, \
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_openbsd_386.go 179 SYS_SEMOP = 290 // { int sys_semop(int semid, struct sembuf *sops, \
zsysnum_openbsd_amd64.go 179 SYS_SEMOP = 290 // { int sys_semop(int semid, struct sembuf *sops, \
zsysnum_openbsd_arm.go 185 SYS_SEMOP = 290 // { int sys_semop(int semid, struct sembuf *sops, \

Completed in 1189 milliseconds

1 2 3 4 56 7