Home
last modified time | relevance | path

Searched refs:HPX_HAVE_MORE_THAN_64_THREADS (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/cmake/templates/
H A Dconfig_defines.hpp.in20 !defined(HPX_HAVE_MORE_THAN_64_THREADS)
21 #define HPX_HAVE_MORE_THAN_64_THREADS macro
/dports/devel/hpx/hpx-1.2.1/hpx/
H A Dconfig.hpp428 #if defined(__MIC__) && !defined(HPX_HAVE_MORE_THAN_64_THREADS)
429 # define HPX_HAVE_MORE_THAN_64_THREADS macro
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/
H A Dcpu_mask.hpp21 #if defined(HPX_HAVE_MORE_THAN_64_THREADS) || (defined(HPX_HAVE_MAX_CPU_COUNT) \
33 #if !defined(HPX_HAVE_MORE_THAN_64_THREADS) || (defined(HPX_HAVE_MAX_CPU_COUNT) \
/dports/devel/hpx/hpx-1.2.1/src/compute/host/
H A Dget_host_targets.cpp25 #if defined(HPX_HAVE_MORE_THAN_64_THREADS) || (defined(HPX_HAVE_MAX_CPU_COUNT) \
H A Dhost_target.cpp16 #if defined(HPX_HAVE_MORE_THAN_64_THREADS)
/dports/devel/hpx/hpx-1.2.1/src/compute/cuda/
H A Dcuda_target.cpp19 #if !defined(HPX_COMPUTE_DEVICE_CODE) && defined(HPX_HAVE_MORE_THAN_64_THREADS)
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/policies/
H A Dlocal_queue_scheduler.hpp123 #if !defined(HPX_HAVE_MORE_THAN_64_THREADS) || defined(HPX_HAVE_MAX_CPU_COUNT) in local_queue_scheduler()