/third_party/boost/libs/coroutine2/ |
D | README.md | 5 suspending and resuming execution at certain locations. It preserves the local state of execution a…
|
/third_party/boost/libs/coroutine/ |
D | README.md | 5 suspending and resuming execution at certain locations. It preserves the local state of execution a…
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.transform_feedback.txt | 35 + Pausing and resuming transform feedback
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | internal.h | 871 int resuming; member 1161 int resuming; member
|
D | daemon.c | 1708 connection->resuming = MHD_YES; in MHD_resume_connection() 1709 daemon->resuming = MHD_YES; in MHD_resume_connection() 1742 if (MHD_YES == daemon->resuming) in resume_suspended_connections() 1748 if (MHD_NO == pos->resuming) in resume_suspended_connections() 1780 pos->resuming = MHD_NO; in resume_suspended_connections() 1782 daemon->resuming = MHD_NO; in resume_suspended_connections()
|
/third_party/boost/libs/coroutine/doc/ |
D | overview.qbk | 11 suspending and resuming execution at certain locations.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_peap.c | 55 int resuming; /* starting a resumed session */ member 1014 !data->resuming) { in eap_peap_process() 1119 if (sm->workaround && data->resuming) { in eap_peap_process() 1137 data->resuming = 0; in eap_peap_process() 1205 data->resuming = 1; in eap_peap_init_for_reauth()
|
D | eap_ttls.c | 55 int resuming; /* starting a resumed session */ member 1523 if (data->resuming) { in eap_ttls_process_handshake() 1541 data->resuming = 0; in eap_ttls_process_handshake() 1639 !data->resuming) { in eap_ttls_process() 1701 data->resuming = 1; in eap_ttls_init_for_reauth()
|
D | eap_fast.c | 45 int resuming; /* starting a resumed session */ member 1496 if (data->resuming && data->current_pac) { in eap_fast_process_start() 1559 !data->resuming) { in eap_fast_process() 1638 data->resuming = 0; in eap_fast_process() 1709 data->resuming = 1;
|
D | eap_teap.c | 44 int resuming; /* starting a resumed session */ member 1626 if (data->resuming && data->current_pac) { in eap_teap_process_start() 1760 !data->resuming) { in eap_teap_process() 1846 data->resuming = 0; in eap_teap_process() 1919 data->resuming = 1;
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/coroutines/ |
D | awaitables.md | 23 function to be immediately suspended as soon as execution begins. Only resuming
|
/third_party/boost/libs/coroutine2/doc/ |
D | overview.qbk | 11 suspending and resuming execution at certain locations.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_peap.c | 55 int resuming; /* starting a resumed session */ member 1034 !data->resuming) { in eap_peap_process() 1152 if (sm->workaround && data->resuming) { in eap_peap_process() 1170 data->resuming = 0; in eap_peap_process() 1238 data->resuming = 1; in eap_peap_init_for_reauth()
|
D | eap_ttls.c | 55 int resuming; /* starting a resumed session */ member 1567 if (data->resuming) { in eap_ttls_process_handshake() 1585 data->resuming = 0; in eap_ttls_process_handshake() 1683 !data->resuming) { in eap_ttls_process() 1745 data->resuming = 1; in eap_ttls_init_for_reauth()
|
D | eap_fast.c | 45 int resuming; /* starting a resumed session */ member 1516 if (data->resuming && data->current_pac) { in eap_fast_process_start() 1579 !data->resuming) { in eap_fast_process() 1658 data->resuming = 0; in eap_fast_process() 1729 data->resuming = 1;
|
D | eap_teap.c | 45 int resuming; /* starting a resumed session */ member 1738 if (data->resuming && data->current_pac) { in eap_teap_process_start() 1872 !data->resuming) { in eap_teap_process() 1958 data->resuming = 0; in eap_teap_process() 2032 data->resuming = 1;
|
/third_party/flutter/flutter/dev/devicelab/bin/tasks/ |
D | flutter_gallery__back_button_memory.dart | 5 /// Measure application memory usage after pausing and resuming the app
|
/third_party/curl/tests/data/ |
D | test320 | 22 <h5>If your browser supports session resuming, then you should see the same session ID, when you pr…
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | TODO | 1 - rtmp2sink: Should look into reconnecting and resuming stream without
|
/third_party/flutter/skia/site/user/special/ |
D | vulkan.md | 50 resuming Skia rendering.
|
/third_party/skia/site/docs/user/special/ |
D | vulkan.md | 55 resuming Skia rendering.
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.2.8.rst | 91 - r600g,radeonsi: make sure there's enough CS space before resuming
|
/third_party/pulseaudio/src/pulsecore/ |
D | source.c | 366 bool resuming; in source_set_state() local 380 resuming = s->state == PA_SOURCE_SUSPENDED && PA_SOURCE_IS_OPENED(state); in source_set_state() 383 pa_assert(!resuming || !suspend_cause); in source_set_state() 396 pa_assert(resuming); in source_set_state() 404 resuming = false; in source_set_state() 418 pa_assert(resuming); in source_set_state() 429 resuming = false; in source_set_state() 461 if (suspending || resuming || suspend_cause_changed) { in source_set_state()
|
D | sink.c | 413 bool resuming; in sink_set_state() local 427 resuming = s->state == PA_SINK_SUSPENDED && PA_SINK_IS_OPENED(state); in sink_set_state() 430 pa_assert(!resuming || !suspend_cause); in sink_set_state() 443 pa_assert(resuming); in sink_set_state() 451 resuming = false; in sink_set_state() 465 pa_assert(resuming); in sink_set_state() 476 resuming = false; in sink_set_state() 508 if (suspending || resuming || suspend_cause_changed) { in sink_set_state() 522 …if ((suspending || resuming || suspend_cause_changed) && s->monitor_source && state != PA_SINK_UNL… in sink_set_state()
|
/third_party/flutter/skia/third_party/externals/angle2/infra/ |
D | ANGLEWrangling.md | 75 …hing**: You are responsible for pausing the roller 24h before branch days, and resuming afterwards.
|