The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 85983
Line 9... Line 9...
9
\title{Get or Set CPU Affinity Mask of the Current Process}
9
\title{Get or Set CPU Affinity Mask of the Current Process}
10
\description{
10
\description{
11
  \code{mcaffinity} retrieves or sets the CPU affinity mask of the
11
  \code{mcaffinity} retrieves or sets the CPU affinity mask of the
12
  current process, i.e., the set of CPUs the process is allowed to be
12
  current process, i.e., the set of CPUs the process is allowed to be
13
  run on. (CPU here means logical CPU which can be CPU, core or
13
  run on. (CPU here means logical CPU which can be CPU, core or
14
  hyperthread unit.)
14
  \I{hyperthread} unit.)
15
}
15
}
16
\usage{
16
\usage{
17
mcaffinity(affinity = NULL)
17
mcaffinity(affinity = NULL)
18
}
18
}
19
\arguments{
19
\arguments{