You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set(QTHREADS_DICT_TYPE shavit CACHESTRING"Which dictionary implementation to use. Valid values are \"shavit\", \"trie\", and \"simple\".")
10
10
set(QTHREADS_TIMER_TYPE gettimeofday CACHESTRING"Which timer implementation to use. Valid values are \"clock_gettime\", \"mach\", \"gettimeofday\", and \"gethrtime\".")
11
11
set(QTHREADS_CONTEXT_SWAP_IMPL fastcontext CACHESTRING"Which context swap implementation to use. Valid values are \"system\" and \"fastcontext\".")
12
-
set(HWLOC_INSTALL_DIR /usr/local CACHEPATH"Install path for hwloc library")
13
12
set(QTHREADS_HWLOC_GET_TOPOLOGY_FUNCTION ""CACHESTRING"function to get hwloc topology (otherwise uses hwloc_topology_init and hwloc_topology_load)")
14
13
set(QTHREADS_GUARD_PAGES OFFCACHEBOOL"Whether or not to guard memory pages to help with debugging stack overflows. Default is OFF.")
15
14
set(QTHREADS_CONDWAIT_QUEUE OFFCACHEBOOL"Use a waiting queue based on pthread condition variables instead of a spin-based queue for inter-thread communication. Default is OFF.")
0 commit comments