Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/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,
/freebsd/contrib/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());
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc180 BitVector *AffinityMask, bool DetachProcess) {
188 assert(!AffinityMask && "Starting a process with an affinity mask is "