Home
last modified time | relevance | path

Searched refs:app_finished (Results 1 – 18 of 18) sorted by relevance

/dports/databases/db18/db-18.1.40/examples/c/ex_rep/base/
H A Drep_msg.c84 if (app->shared_data.app_finished) {
297 if (app->shared_data.app_finished)
387 if (app->shared_data.app_finished)
499 if (app->shared_data.app_finished)
507 DB_REP_MASTER)) != 0 && !app->shared_data.app_finished)
/dports/databases/db5/db-5.3.28/examples/stl/repquote/
H A DStlRepQuoteExample.cpp90 bool app_finished; member
198 app_data.app_finished = 0; in RepQuoteExample()
395 app_data.app_finished = 1; in doloop()
691 if (app->app_finished == 1) in checkpoint_thread()
738 if (app->app_finished == 1) in log_archive_thread()
/dports/databases/db18/db-18.1.40/examples/stl/repquote/
H A DStlRepQuoteExample.cpp90 bool app_finished; member
198 app_data.app_finished = 0; in RepQuoteExample()
395 app_data.app_finished = 1; in doloop()
705 if (app->app_finished == 1) in checkpoint_thread()
752 if (app->app_finished == 1) in log_archive_thread()
/dports/databases/db5/db-5.3.28/examples/cxx/excxx_repquote/
H A DRepQuoteExample.cpp92 bool app_finished; member
251 app_data.app_finished = 0; in RepQuoteExample()
450 app_data.app_finished = 1; in doloop()
750 if (app->app_finished == 1) in checkpoint_thread()
797 if (app->app_finished == 1) in log_archive_thread()
/dports/databases/db18/db-18.1.40/examples/cxx/excxx_repquote/
H A DRepQuoteExample.cpp92 bool app_finished; member
251 app_data.app_finished = 0; in RepQuoteExample()
450 app_data.app_finished = 1; in doloop()
772 if (app->app_finished == 1) in checkpoint_thread()
819 if (app->app_finished == 1) in log_archive_thread()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dcs_apps.cpp73 app_finished(*atp); in handle_finished_apps()
100 int CLIENT_STATE::app_finished(ACTIVE_TASK& at) { in app_finished() function in CLIENT_STATE
H A Dclient_state.h368 int app_finished(ACTIVE_TASK&);
/dports/databases/db5/db-5.3.28/examples/c/ex_rep/common/
H A Drep_common.c378 shared_data->app_finished = 1;
593 if (shared->app_finished == 1)
647 if (shared->app_finished == 1)
H A Drep_common.h34 int app_finished; member
/dports/databases/db18/db-18.1.40/examples/c/ex_rep/common/
H A Drep_common.c425 shared_data->app_finished = 1;
674 if (shared->app_finished == 1) {
742 if (shared->app_finished == 1)
H A Drep_common.h34 int app_finished; member
/dports/databases/db5/db-5.3.28/examples/c/ex_rep_chan/
H A Drep_chan.h110 int app_finished; member
H A Drep_chan_util.c485 if (global->app_finished == 1)
537 if (global->app_finished == 1)
H A Drep_chan.c163 global->app_finished = 1;
/dports/databases/db18/db-18.1.40/examples/c/ex_rep_chan/
H A Drep_chan.h110 int app_finished; member
H A Drep_chan_util.c508 if (global->app_finished == 1)
560 if (global->app_finished == 1)
H A Drep_chan.c163 global->app_finished = 1;
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/
H A Dcheckin_notes_20051105 - CLIENT_STATE::app_finished():