Home
last modified time | relevance | path

Searched refs:ThreadStackSize (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp100 const unsigned ThreadStackSize = 8 << 20; in onBodySynthesis() local
104 ThreadStackSize); in onBodySynthesis()
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1043 const unsigned ThreadStackSize = 8 << 20; in compileModuleImpl() local
1046 ThreadStackSize); in compileModuleImpl()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Drpcdce.h244 RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtSetServerStackSize(unsigned __LONG32 ThreadStackSize);
/aosp_15_r20/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
H A Djdk6-flags.txt605 intx ThreadStackSize = 320 {pd product}
H A Djdk7-flags.txt647 intx ThreadStackSize = 320 {pd product}
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs123652 pub fn RpcMgmtSetServerStackSize(ThreadStackSize: ::std::os::raw::c_ulong) -> RPC_STATUS; in RpcMgmtSetServerStackSize()