/third_party/musl/libc-test/src/functionalext/supplement/ipc/ |
H A D | semtimedop.c | 55 struct sembuf ops[] = {{.sem_num = 0, .sem_op = 1, .sem_flg = 0}}; in semtimedop_0100() 63 ops[0].sem_flg = 0; in semtimedop_0100() 80 ops[0].sem_flg = 0; in semtimedop_0100()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
H A D | sem_comm.c | 42 .sem_flg = IPC_NOWAIT, in chld1_sem() 67 .sem_flg = IPC_NOWAIT, in chld2_sem()
|
H A D | semtest_2ns.c | 49 .sem_flg = SEM_UNDO, in check_sem1() 73 .sem_flg = IPC_NOWAIT | SEM_UNDO, in check_sem2()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
H A D | semop04.c | 36 semops.sem_flg = SEM_UNDO; in semup() 47 semops.sem_flg = SEM_UNDO; in semdown()
|
H A D | semop02.c | 48 short sem_flg; member 116 .sem_flg = tc[i].sem_flg, in run()
|
H A D | semop01.c | 87 sops[i].sem_flg = SEM_UNDO; in setup()
|
H A D | semop03.c | 41 .sem_flg = tc[i].flg, in do_child()
|
/third_party/ltp/testcases/kernel/ipc/semaphore/ |
H A D | sem01.c | 54 semops.sem_flg = SEM_UNDO; in semup() 68 semops.sem_flg = SEM_UNDO; in semdown()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl01.c | 81 sops.sem_flg = 0; in child_cnt() 98 sops.sem_flg = 0; in cnt_setup() 131 sops.sem_flg = 0; in child_pid()
|
H A D | semctl06.c | 183 semops[i].sem_flg = SEM_UNDO; in dotest() 265 semops[j].sem_flg = SEM_UNDO; in dosemas()
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_sem.c | 74 sops.sem_flg = 0; in inc() 98 sops.sem_flg = 0; in dec()
|
/third_party/ltp/testcases/kernel/ipc/pipeio/ |
H A D | pipeio.c | 526 .sem_num = 0, .sem_op = 1, .sem_flg = 0}; in do_child() 586 .sem_num = 1, .sem_op = -1, .sem_flg = 0}; in do_child() 636 .sem_num = 1, .sem_op = num_writers, .sem_flg = 0}; in do_parent() 643 .sem_num = 0, .sem_op = -num_writers, .sem_flg = 0}; in do_parent()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | thugetlb.c | 81 sembuffer->sem_flg = SEM_UNDO; in get_semaphore() 89 sembuffer->sem_flg = SEM_UNDO; in put_semaphore()
|
H A D | tinjpage.c | 615 sembuffer->sem_flg = SEM_UNDO; in get_semaphore() 623 sembuffer->sem_flg = SEM_UNDO; in put_semaphore()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | thugetlb.c | 81 sembuffer->sem_flg = SEM_UNDO; in get_semaphore() 89 sembuffer->sem_flg = SEM_UNDO; in put_semaphore()
|
H A D | tinjpage.c | 615 sembuffer->sem_flg = SEM_UNDO; in get_semaphore() 623 sembuffer->sem_flg = SEM_UNDO; in put_semaphore()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | sem.h | 52 short sem_flg; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | sem.h | 52 short sem_flg; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | sem.h | 52 short sem_flg; member
|
/third_party/musl/include/sys/ |
H A D | sem.h | 52 short sem_flg; member
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_sem.c | 29 F(short, sem_flg) in f()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
H A D | page-poisoning.c | 532 sb.sem_flg = 0; in request_sem() 542 sb.sem_flg = 0; in waiton_sem() 556 sb.sem_flg = 0; in release_sem()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 168 pub sem_flg: ::c_short,
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 426 pub sem_flg: ::c_short,
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 301 pub sem_flg: ::c_short,
|