Home
last modified time | relevance | path

Searched defs:ThreadAttributes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/threads/
H A Dthread.h81 struct alignas(STACK_ALIGNMENT) ThreadAttributes { struct
113 constexpr ThreadAttributes() in ThreadAttributes() argument
/aosp_15_r20/external/webrtc/rtc_base/
H A Dplatform_thread.h30 struct ThreadAttributes { struct
32 ThreadAttributes& SetPriority(ThreadPriority priority_param) { in SetPriority() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dexec_windows.go248ThreadAttributes *SecurityAttributes // if set, applies these security attributes as the… member