Home
last modified time | relevance | path

Searched refs:_resume (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/dports/devel/libunwind/libunwind-1.5.0/doc/
H A Dunw_resume.tex8 \begin{Name}{3}{unw\_resume}{David Mosberger-Tang}{Programming Library}{unw\_resume}unw\_resume -- …
15 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*}\Var{cp});\\
19 The \Func{unw\_resume}() routine resumes execution at the stack frame
23 For local unwinding, \Func{unw\_resume}() restores the machine state
25 \Func{unw\_resume}() does not return in this case. Restoring the
29 \Var{cp} was interrupted by a signal, then \Func{unw\_resume}() will
31 \Func{unw\_resume}() on a cursor which identifies the stack frame of
35 For remote unwinding, \Func{unw\_resume}() installs the machine state
39 \Func{unw\_resume} routine then returns normally (that is, unlikely
53 Note that \Func{unw\_resume}() does \emph{not} invoke any unwind
[all …]
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/rb/
H A DCoroutine.py41 def _resume (self):
57 self._resume ()
61 self._resume ()
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/debug_rom/
H A Ddebug_rom.S18 jal zero, _resume
41 bnez s0, _resume
63 _resume: label
/dports/games/tycho/species/
H A Dspecies.cpp265 _resume = 0; in CSpecies()
287 if(0 != _resume) in ~CSpecies()
288 delete _resume; in ~CSpecies()
529 if(0 != _resume) in ready()
530 delete _resume; in ready()
535 _resume->openForWrite(); in ready()
547 if(_resume->read(data)) { in fight()
572 _resume->write(data); in fight()
576 if(0 != _resume) { in fight()
577 _resume->flush(); in fight()
[all …]
/dports/games/species/species/
H A Dspecies.cpp265 _resume = 0; in CSpecies()
287 if(0 != _resume) in ~CSpecies()
288 delete _resume; in ~CSpecies()
529 if(0 != _resume) in ready()
530 delete _resume; in ready()
535 _resume->openForWrite(); in ready()
547 if(_resume->read(data)) { in fight()
572 _resume->write(data); in fight()
576 if(0 != _resume) { in fight()
577 _resume->flush(); in fight()
[all …]
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/pause/
H A Dpause.cpp21 void _resume(ODItem *item, int dir) in _resume() function
52 dlg->AddItem("Resume", _resume); in pause_init()
102 _resume(NULL, 0); in pause_tick()
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnslabeltext.cc116 _resume: in segmentDNSText()
227 goto _resume; in segmentDNSText()
353 _resume: in segmentDNSNameRaw()
471 goto _resume; in segmentDNSNameRaw()
625 _resume: in parseRFC1035CharString()
723 goto _resume; in parseRFC1035CharString()
822 _resume: in parseSVCBValueListFromParsedRFC1035CharString()
919 goto _resume; in parseSVCBValueListFromParsedRFC1035CharString()
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Ddnslabeltext.cc116 _resume: in segmentDNSText()
227 goto _resume; in segmentDNSText()
353 _resume: in segmentDNSNameRaw()
471 goto _resume; in segmentDNSNameRaw()
625 _resume: in parseRFC1035CharString()
723 goto _resume; in parseRFC1035CharString()
822 _resume: in parseSVCBValueListFromParsedRFC1035CharString()
919 goto _resume; in parseSVCBValueListFromParsedRFC1035CharString()
/dports/sysutils/solaar/Solaar-1.0.1/lib/solaar/
H A Dupower.py39 def _resume(): function
70 bus.add_signal_receiver(_resume, signal_name='Resuming',
/dports/math/R-cran-haven/haven/src/readstat/spss/
H A Dreadstat_sav_parse_timestamp.c94 _resume: {} in sav_parse_time()
235 goto _resume; in sav_parse_time()
419 _resume: {} in sav_parse_date()
659 goto _resume; in sav_parse_date()
/dports/www/nginx-full/memc-nginx-module-0.19/src/
H A Dngx_http_memc_response.c1146 _resume:
1256 goto _resume;
1290 _resume:
1375 goto _resume;
1409 _resume:
1494 goto _resume;
1528 _resume:
1613 goto _resume;
1647 _resume:
1744 goto _resume;
[all …]
/dports/devel/p5-POE-Component-DirWatch/POE-Component-DirWatch-0.300004/lib/POE/Component/
H A DDirWatch.pm80 _resume => '_resume',
114 sub _resume { subroutine
138 $poe_kernel->call($self->alias, _resume => $when);
/dports/www/nginx-full/xss-nginx-module-0.06/src/
H A Dngx_http_xss_util.c81 _resume: in ngx_http_xss_test_callback()
136 goto _resume; in ngx_http_xss_test_callback()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/unittests/framework/backends/
H A Dtest_json.py188 backends.json._resume(str(p))
200 test = backends.json._resume(str(tmpdir))
221 test = backends.json._resume(f)
246 test = backends.json._resume(f)
/dports/devel/py-simpy/simpy-3.0.13/src/simpy/
H A Devents.py228 self.callbacks = [process._resume]
273 self.process._target.callbacks.remove(self.process._resume)
275 self.process._resume(self)
352 def _resume(self, event): # noqa: C901 member in Process
403 event.callbacks.append(self._resume)
/dports/www/nginx-full/mod_zip-cfd0be4/
H A Dngx_http_zip_parsers.c174 _resume: in ngx_http_zip_parse_request()
309 goto _resume; in ngx_http_zip_parse_request()
432 _resume: in ngx_http_zip_parse_range()
529 goto _resume; in ngx_http_zip_parse_range()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-number-parser.hh153 _resume: in strtod_rl()
208 goto _resume; in strtod_rl()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-number-parser.hh153 _resume: in strtod_rl()
208 goto _resume; in strtod_rl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-number-parser.hh156 _resume: in strtod_rl()
211 goto _resume; in strtod_rl()
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-number-parser.hh153 _resume: in strtod_rl()
208 goto _resume; in strtod_rl()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/harfbuzz/src/
H A Dhb-number-parser.hh104 _resume: in strtod_rl()
155 goto _resume; in strtod_rl()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-number-parser.hh153 _resume: in strtod_rl()
208 goto _resume; in strtod_rl()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-number-parser.hh153 _resume: in strtod_rl()
208 goto _resume; in strtod_rl()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-number-parser.hh153 _resume: in strtod_rl()
208 goto _resume; in strtod_rl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-number-parser.hh153 _resume: in strtod_rl()
208 goto _resume; in strtod_rl()

12345678910>>...27