Searched refs:mattr (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkSemaphoreExternalLinux.hpp | 50 pthread_mutexattr_t mattr; in SharedSemaphore() local 51 pthread_mutexattr_init(&mattr); in SharedSemaphore() 52 pthread_mutexattr_setpshared(&mattr, PTHREAD_PROCESS_SHARED); in SharedSemaphore() 53 pthread_mutex_init(&mutex, &mattr); in SharedSemaphore() 54 pthread_mutexattr_destroy(&mattr); in SharedSemaphore()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
D | 1-2.c | 170 pthread_mutexattr_t mattr; in main() local 192 if ((ret = pthread_mutexattr_init(&mattr))) { in main() 195 if ((ret = pthread_mutex_init(&mtx_def, &mattr))) { in main() 199 if ((ret = pthread_mutexattr_destroy(&mattr))) { in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFCallingConv.td | 28 // Return-value convention when -mattr=+alu32 enabled 34 // Calling convention when -mattr=+alu32 enabled
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 39 MAttrs("mattr", cl::CommaSeparated, 40 cl::desc("Target specific attributes (-mattr=help for details)"),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.td | 391 // Do not allocate odd registers when given -mattr=+nooddspreg. 412 // Do not allocate odd registers when given -mattr=+nooddspreg.
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceClFlags.def | 252 X(TargetInstructionSet, Ice::TargetInstructionSet, dev_opt_flag, "mattr", \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 1482 // Name - Feature name. Used by command line (-mattr=) to determine the 1495 // Desc - Feature description. Used by command line (-mattr=) to display help
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 27488 struct module_attribute mattr; member 27499 struct module_attribute mattr; member
|