Searched refs:AffinityMask (Results 1 – 5 of 5) sorted by relevance
| /llvm-project/llvm/lib/Support/ |
| H A D | Program.cpp | 30 BitVector *AffinityMask, bool DetachProcess); 38 BitVector *AffinityMask) { in ExecuteAndWait() argument 42 AffinityMask, /*DetachProcess=*/false)) { in ExecuteAndWait() 61 bool *ExecutionFailed, BitVector *AffinityMask, in ExecuteNoWait() argument 68 AffinityMask, DetachProcess)) in ExecuteNoWait()
|
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | Program.h | 140 BitVector *AffinityMask = nullptr ///< CPUs or processors the new 154 bool *ExecutionFailed = nullptr, BitVector *AffinityMask = nullptr,
|
| /llvm-project/llvm/lib/Support/Windows/ |
| H A D | Program.inc | 179 BitVector *AffinityMask, bool DetachProcess) { 286 if (AffinityMask) 344 if (AffinityMask) { 346 (DWORD_PTR)AffinityMask->getData().front());
|
| /llvm-project/llvm/unittests/Support/ |
| H A D | ThreadPool.cpp | 368 // isn't implemented for Unix (need AffinityMask in Support/Unix/Program.inc). 439 TYPED_TEST(ThreadPoolTest, AffinityMask) { in TYPED_TEST() argument 460 StringRef argv[] = {Executable, "--gtest_filter=ThreadPoolTest.AffinityMask"}; in TYPED_TEST()
|
| /llvm-project/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 170 BitVector *AffinityMask, bool DetachProcess) { 178 assert(!AffinityMask && "Starting a process with an affinity mask is "
|