Home
last modified time | relevance | path

Searched refs:mattr (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSemaphoreExternalLinux.hpp50 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/
D1-2.c170 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/
DBPFCallingConv.td28 // 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/
DCommandFlags.inc39 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/
DMipsRegisterInfo.td391 // 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/
DIceClFlags.def252 X(TargetInstructionSet, Ice::TargetInstructionSet, dev_opt_flag, "mattr", \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td1482 // 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/
Dvmlinux.h27488 struct module_attribute mattr; member
27499 struct module_attribute mattr; member