Searched defs:sops (Results 1 – 7 of 7) sorted by relevance
/external/perfetto/src/base/ |
D | getopt_compat_unittest.cc | 101 const char* sops = ""; in TYPED_TEST() local 228 const char* sops = ""; in TYPED_TEST() local 239 const char* sops = ""; in TYPED_TEST() local 252 const char* sops = ""; in TYPED_TEST() local 271 const char* sops = ""; in TYPED_TEST() local 290 const char* sops = ""; in TYPED_TEST() local 307 const char* sops = ""; in TYPED_TEST() local 329 const char* sops = ""; in TYPED_TEST() local 350 const char* sops = "123"; in TYPED_TEST() local
|
/external/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop01.c | 65 struct sembuf sops[PSEMS]; variable
|
/external/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl01.c | 79 static struct sembuf sops; variable
|
/external/tensorflow/tensorflow/core/common_runtime/device/ |
D | device_event_mgr_test.cc | 147 SessionOptions sops; in GPUDeviceTestHelper() local
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1312 #define __sanitizer_syscall_pre_semop(semid, sops, nsops) \ argument 1314 #define __sanitizer_syscall_post_semop(res, semid, sops, nsops) \ argument 1323 #define __sanitizer_syscall_pre_semtimedop(semid, sops, nsops, timeout) \ argument 1326 #define __sanitizer_syscall_post_semtimedop(res, semid, sops, nsops, timeout) \ argument
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1311 #define __sanitizer_syscall_pre_semop(semid, sops, nsops) \ argument 1313 #define __sanitizer_syscall_post_semop(res, semid, sops, nsops) \ argument 1322 #define __sanitizer_syscall_pre_semtimedop(semid, sops, nsops, timeout) \ argument 1325 #define __sanitizer_syscall_post_semtimedop(res, semid, sops, nsops, timeout) \ argument
|
D | netbsd_syscall_hooks.h | 1159 #define __sanitizer_syscall_pre_semop(semid, sops, nsops) \ argument 1162 #define __sanitizer_syscall_post_semop(res, semid, sops, nsops) \ argument
|