Home
last modified time | relevance | path

Searched refs:interrupt_counter (Results 1 – 14 of 14) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_heap_misc.c59 new_thr->interrupt_counter = 0; in duk_heap_switch_thread()
70 new_thr->interrupt_counter = curr_thr->interrupt_counter; in duk_heap_switch_thread()
Dduk_js_call.c86 thr->interrupt_init = thr->interrupt_init - thr->interrupt_counter; in duk__interrupt_fixup()
1718 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
1719 thr->interrupt_init -= thr->interrupt_counter;
1720 thr->interrupt_counter = 0;
1851 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
1852 thr->interrupt_init -= thr->interrupt_counter;
1853 thr->interrupt_counter = 0;
Dduk_js_executor.c1668 (long) thr->interrupt_counter, (long) thr->interrupt_init,
1697 thr->interrupt_counter = ctr - 1;
1725 thr->interrupt_counter = 0;
1759 thr->interrupt_counter = ctr - 1;
1895 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
1896 thr->interrupt_init = thr->interrupt_init - thr->interrupt_counter;
1897 thr->interrupt_counter = 0;
2276 int_ctr = thr->interrupt_counter;
2278 thr->interrupt_counter = int_ctr - 1;
Dduk_api_debug.c203 thr->interrupt_counter = 0; in duk_debugger_pause()
Dduk_hthread.h323 duk_int_t interrupt_counter; /* countdown state */ member
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_heap_misc.c59 new_thr->interrupt_counter = 0; in duk_heap_switch_thread()
70 new_thr->interrupt_counter = curr_thr->interrupt_counter; in duk_heap_switch_thread()
Dduk_js_call.c86 thr->interrupt_init = thr->interrupt_init - thr->interrupt_counter; in duk__interrupt_fixup()
1714 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
1715 thr->interrupt_init -= thr->interrupt_counter;
1716 thr->interrupt_counter = 0;
1847 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
1848 thr->interrupt_init -= thr->interrupt_counter;
1849 thr->interrupt_counter = 0;
Dduk_js_executor.c1668 (long) thr->interrupt_counter, (long) thr->interrupt_init,
1697 thr->interrupt_counter = ctr - 1;
1725 thr->interrupt_counter = 0;
1759 thr->interrupt_counter = ctr - 1;
1895 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
1896 thr->interrupt_init = thr->interrupt_init - thr->interrupt_counter;
1897 thr->interrupt_counter = 0;
2276 int_ctr = thr->interrupt_counter;
2278 thr->interrupt_counter = int_ctr - 1;
Dduk_api_debug.c203 thr->interrupt_counter = 0; in duk_debugger_pause()
Dduk_hthread.h323 duk_int_t interrupt_counter; /* countdown state */ member
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c6267 duk_int_t interrupt_counter; /* countdown state */ member
13931 thr->interrupt_counter = 0; in duk_debugger_pause()
43742 new_thr->interrupt_counter = 0;
43753 new_thr->interrupt_counter = curr_thr->interrupt_counter;
54730 thr->interrupt_init = thr->interrupt_init - thr->interrupt_counter;
56358 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
56359 thr->interrupt_init -= thr->interrupt_counter;
56360 thr->interrupt_counter = 0;
56491 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
56492 thr->interrupt_init -= thr->interrupt_counter;
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c6294 duk_int_t interrupt_counter; /* countdown state */ member
13997 thr->interrupt_counter = 0; in duk_debugger_pause()
44077 new_thr->interrupt_counter = 0;
44088 new_thr->interrupt_counter = curr_thr->interrupt_counter;
55085 thr->interrupt_init = thr->interrupt_init - thr->interrupt_counter;
56717 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
56718 thr->interrupt_init -= thr->interrupt_counter;
56719 thr->interrupt_counter = 0;
56850 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
56851 thr->interrupt_init -= thr->interrupt_counter;
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c6289 duk_int_t interrupt_counter; /* countdown state */ member
13981 thr->interrupt_counter = 0; in duk_debugger_pause()
43836 new_thr->interrupt_counter = 0;
43847 new_thr->interrupt_counter = curr_thr->interrupt_counter;
54839 thr->interrupt_init = thr->interrupt_init - thr->interrupt_counter;
56467 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
56468 thr->interrupt_init -= thr->interrupt_counter;
56469 thr->interrupt_counter = 0;
56600 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
56601 thr->interrupt_init -= thr->interrupt_counter;
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c6272 duk_int_t interrupt_counter; /* countdown state */ member
13947 thr->interrupt_counter = 0; in duk_debugger_pause()
43983 new_thr->interrupt_counter = 0;
43994 new_thr->interrupt_counter = curr_thr->interrupt_counter;
54976 thr->interrupt_init = thr->interrupt_init - thr->interrupt_counter;
56608 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
56609 thr->interrupt_init -= thr->interrupt_counter;
56610 thr->interrupt_counter = 0;
56741 DUK_ASSERT(thr->interrupt_counter <= thr->interrupt_init);
56742 thr->interrupt_init -= thr->interrupt_counter;
[all …]