Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DProgram.h140 BitVector *AffinityMask = nullptr ///< CPUs or processors the new
155 BitVector *AffinityMask = nullptr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc178 BitVector *AffinityMask) {
285 if (AffinityMask)
341 if (AffinityMask) {
343 (DWORD_PTR)AffinityMask->getData().front());
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc179 BitVector *AffinityMask) {
187 assert(!AffinityMask && "Starting a process with an affinity mask is "