Home
last modified time | relevance | path

Searched refs:have_longpoll (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/cpuminer/cpuminer-2.5.0/
H A Dcpu-miner.c118 bool have_longpoll = false; variable
647 if (!have_longpoll) { in gbt_work_decode()
651 have_longpoll = true; in gbt_work_decode()
1156 int min_scantime = have_longpoll ? LP_SCANTIME : opt_scantime; in miner_thread()
1189 max64 = g_work_time + (have_longpoll ? LP_SCANTIME : opt_scantime) in miner_thread()
1353 have_longpoll = false; in longpoll_thread()
H A Dminer.h178 extern bool have_longpoll;
H A Dutil.c446 if (!have_longpoll && want_longpoll && hi.lp_path && !have_gbt &&
448 have_longpoll = true;