Go to the source code of this file.
Enumerations | |
enum | octave_nproc_query { OCTAVE_NPROC_ALL , OCTAVE_NPROC_CURRENT , OCTAVE_NPROC_CURRENT_OVERRIDABLE } |
Functions | |
unsigned long int | octave_num_processors_wrapper (enum octave_nproc_query) |
enum octave_nproc_query |
Enumerator | |
---|---|
OCTAVE_NPROC_ALL | |
OCTAVE_NPROC_CURRENT | |
OCTAVE_NPROC_CURRENT_OVERRIDABLE |
Definition at line 33 of file nproc-wrapper.h.
unsigned long int octave_num_processors_wrapper | ( | enum | octave_nproc_query | ) |
Definition at line 40 of file nproc-wrapper.c.
References OCTAVE_NPROC_ALL, OCTAVE_NPROC_CURRENT, and OCTAVE_NPROC_CURRENT_OVERRIDABLE.
Referenced by octave::fftw_planner::fftw_planner(), octave::float_fftw_planner::float_fftw_planner(), and Fnproc().