Home
last modified time | relevance | path

Searched refs:AffinityMask (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DProgram.cpp30 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 DProgram.h140 BitVector *AffinityMask = nullptr ///< CPUs or processors the new
154 bool *ExecutionFailed = nullptr, BitVector *AffinityMask = nullptr,
/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc179 BitVector *AffinityMask, bool DetachProcess) {
286 if (AffinityMask)
344 if (AffinityMask) {
346 (DWORD_PTR)AffinityMask->getData().front());
/llvm-project/llvm/unittests/Support/
H A DThreadPool.cpp368 // 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 DProgram.inc170 BitVector *AffinityMask, bool DetachProcess) {
178 assert(!AffinityMask && "Starting a process with an affinity mask is "