Home
last modified time | relevance | path

Searched refs:_cpu_count (Results 1 – 25 of 32) sorted by relevance

12

/dports/x11/xfce4-taskmanager/xfce4-taskmanager-1.4.2/src/
H A Dtask-manager-linux.c21 static gushort _cpu_count = 0; variable
90 if (_cpu_count == 0) in get_cpu_usage()
96 _cpu_count += 1; in get_cpu_usage()
98 if (_cpu_count == 0) in get_cpu_usage()
99 _cpu_count = 1; in get_cpu_usage()
119 *cpu_count = _cpu_count; in get_cpu_usage()
190 if (_cpu_count > 0 && jiffies_total_delta > 0) in get_cpu_percent()
H A Dtask-manager-solaris.c27 static gushort _cpu_count = 0; variable
113 if (_cpu_count > 0 && ticks_total_delta > 0) in get_cpu_percent()
135 _cpu_count = 0; in get_cpu_usage()
145 _cpu_count += 1; in get_cpu_usage()
166 *cpu_count = _cpu_count; in get_cpu_usage()
/dports/devel/py-oci/oci-2.53.1/src/oci/database_management/models/
H A Dawr_db_cpu_usage_collection.py91 self._cpu_count = None
130 return self._cpu_count
142 self._cpu_count = cpu_count
H A Ddatabase_time_aggregate_metrics.py58 self._cpu_count = None
72 return self._cpu_count
82 self._cpu_count = cpu_count
H A Dactivity_time_series_metrics.py68 self._cpu_count = None
163 return self._cpu_count
173 self._cpu_count = cpu_count
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_cpu.c200 static int _cpu_count = -1; variable
313 return _cpu_count; in eina_cpu_count()
319 _cpu_count = atoi(getenv("EINA_CPU_FAKE")); in eina_cpu_count_internal()
321 _cpu_count = _eina_cpu_count_internal(); in eina_cpu_count_internal()
/dports/science/py-scipy/scipy-1.7.1/scipy/fft/_pocketfft/
H A Dhelper.py12 _cpu_count = os.cpu_count() variable
166 if workers >= -_cpu_count:
167 workers += 1 + _cpu_count
170 " less than {}".format(workers, -_cpu_count))
/dports/sysutils/conan/conan-1.44.0/conan/tools/build/
H A Dcpu.py14 return _cpu_count()
17 def _cpu_count(): function
/dports/devel/py-oci/oci-2.53.1/src/oci/opsi/models/
H A Ddb_external_instance.py118 self._cpu_count = None
188 return self._cpu_count
200 self._cpu_count = cpu_count
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/segments/common/
H A Dsys.py6 from multiprocessing import cpu_count as _cpu_count unknown
48 cpu_num = cpu_count = _cpu_count() if cpu_count is None or track_cpu_count else cpu_count
/dports/math/py-pymc3/pymc-3.11.4/pymc3/smc/
H A Dsample_smc.py26 from pymc3.parallel_sampling import _cpu_count
150 cores = _cpu_count()
/dports/x11-fonts/py-cu2qu/cu2qu-1.6.5/Lib/cu2qu/
H A Dcli.py18 def _cpu_count(): function
88 const=_cpu_count(),
/dports/math/py-pyFFTW/pyFFTW-0.13.0/pyfftw/interfaces/
H A Dscipy_fft.py82 _cpu_count = os.cpu_count() variable
109 if workers >= -_cpu_count:
110 workers += 1 + _cpu_count
113 " less than {}".format(workers, -_cpu_count))
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/cu2qu/
H A Dcli.py25 def _cpu_count(): function
104 const=_cpu_count(),
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-utils/
H A Dcpu_accel.c445 static int _cpu_count() in _cpu_count() function
494 cpu_count = _cpu_count(); in xine_cpu_count()
/dports/devel/pylint/pylint-2.12.1/pylint/lint/
H A Drun.py21 def _cpu_count() -> int: function
379 linter.config.jobs = _cpu_count()
/dports/devel/p5-System-Info/System-Info-0.058/lib/System/Info/
H A DBase.pm150 return $self->_cpu_count;
/dports/devel/py-numba/numba-0.51.2/numba/misc/
H A Dnumba_sysinfo.py37 _cpu_name, _cpu_count = 'CPU Name', 'CPU Count' variable
289 _cpu_count: multiprocessing.cpu_count(),
556 ("CPU Count", info.get(_cpu_count, '?')),
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_cli.py61 nsi._cpu_count,
H A Dtest_sysinfo.py21 nsi._cpu_count,
/dports/math/py-pymc3/pymc-3.11.4/pymc3/
H A Dparallel_sampling.py515 def _cpu_count(): function
H A Dsampling.py45 from pymc3.parallel_sampling import Draw, _cpu_count
438 cores = min(4, _cpu_count())
/dports/archivers/py-zstandard/zstandard-0.16.0/zstandard/
H A Dbackend_cffi.py162 def _cpu_count(): function
439 threads = _cpu_count()
1798 threads = _cpu_count()
2835 threads = _cpu_count()
/dports/devel/mercurial/mercurial-6.0/contrib/python-zstandard/zstandard/
H A Dcffi.py161 def _cpu_count(): function
287 threads = _cpu_count()
1238 threads = _cpu_count()
1808 threads = _cpu_count()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/linux/
H A Dos_linux.cpp4623 static int _cpu_count(const cpu_set_t* cpus) { in _cpu_count() function
4634 #define CPU_COUNT(cpus) _cpu_count(cpus)

12