Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp30 BitVector *AffinityMask);
38 BitVector *AffinityMask) { in ExecuteAndWait() argument
42 AffinityMask)) { in ExecuteAndWait()
61 bool *ExecutionFailed, BitVector *AffinityMask) { in ExecuteNoWait() argument
67 AffinityMask)) in ExecuteNoWait()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DProgram.h139 BitVector *AffinityMask = nullptr ///< CPUs or processors the new
154 BitVector *AffinityMask = nullptr);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc176 BitVector *AffinityMask) {
283 if (AffinityMask)
339 if (AffinityMask) {
341 (DWORD_PTR)AffinityMask->getData().front());
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc178 BitVector *AffinityMask) {
186 assert(!AffinityMask && "Starting a process with an affinity mask is "