trick/trick_source/sim_services/Executive
jmpenn 5065d96a15
Pre-increment (rather than post-increment) STL iterators in for loops… (#1692)
* Pre-increment (rather than post-increment) STL iterators in for loops. #1594

* Fix a goof. #1594
2024-04-18 11:41:35 -05:00
..
test Proposed fix for deadlock on shutdown (#1673) 2024-03-28 15:15:19 -05:00
child_handler.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_add_depends_on_job.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
Executive_add_jobs_to_queue.cpp Pre-increment (rather than post-increment) STL iterators in for loops… (#1692) 2024-04-18 11:41:35 -05:00
Executive_add_scheduled_job_class.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
Executive_add_sim_object.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
Executive_advance_sim_time.cpp Don't start or wait for disabled threads in the executive #549 2018-01-23 09:37:02 -06:00
Executive_c_intf.cpp Add a way to disable sim objects (#1364) 2022-11-15 09:16:08 -06:00
Executive_call_default_data.cpp move init_log_stream to Executive.hh, move Executive::process_sim_args from "default data" to Executive::init 2019-06-18 10:34:56 -05:00
Executive_call_initialization.cpp move init_log_stream to Executive.hh, move Executive::process_sim_args from "default data" to Executive::init 2019-06-18 10:34:56 -05:00
Executive_call_input_processor.cpp move init_log_stream to Executive.hh, move Executive::process_sim_args from "default data" to Executive::init 2019-06-18 10:34:56 -05:00
Executive_check_all_job_cycle_times.cpp Time tic precision fix and test (#1428) 2023-01-16 08:29:41 -06:00
Executive_check_all_jobs_handled.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
Executive_checkpoint.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
Executive_clear_scheduled_queues.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_create_threads.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_fpe_handler.cpp Correct path and remove Mac attaching a debugger in Executive_fpe_handler.cpp (#1495) 2023-05-04 15:29:32 -05:00
Executive_freeze_loop.cpp Standardize directory names 2015-06-09 08:44:43 -05:00
Executive_freeze.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_get_curr_job.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_get_job_cycle.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_get_job.cpp Pre-increment (rather than post-increment) STL iterators in for loops… (#1692) 2024-04-18 11:41:35 -05:00
Executive_get_process_id.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
Executive_get_sim_time.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_init_freeze_scheduled.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_init_signal_handlers.cpp disable sigchld handler by default #931 (#1182) 2021-08-27 13:48:46 -05:00
Executive_init.cpp More rusage info added to the end of the run summary output enhancement (#1645) 2024-02-29 14:52:41 -06:00
Executive_instrument_job.cpp Unintended performance issue with integ_loop at end of scheduled job classes #243 2016-08-24 10:55:27 -05:00
Executive_isThreadReadyToRun.cpp Don't start or wait for disabled threads in the executive #549 2018-01-23 09:37:02 -06:00
Executive_loop_multi_thread.cpp Remove all unused variables (style warning). 2018-10-11 22:05:50 -05:00
Executive_loop_single_thread.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
Executive_loop.cpp Remove catches for non-Trick exceptions 2016-04-15 15:01:14 -05:00
Executive_post_checkpoint.cpp Add direct STL checkpointing 2016-03-29 09:26:49 -05:00
Executive_process_sim_args.cpp Replace sprintf with snprintf in all of Trick source. #1384 (#1392) 2022-11-15 15:00:05 -06:00
Executive_register_scheduler.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_remove_jobs.cpp Pre-increment (rather than post-increment) STL iterators in for loops… (#1692) 2024-04-18 11:41:35 -05:00
Executive_remove_sim_object.cpp Pre-increment (rather than post-increment) STL iterators in for loops… (#1692) 2024-04-18 11:41:35 -05:00
Executive_restart.cpp Pre-increment (rather than post-increment) STL iterators in for loops… (#1692) 2024-04-18 11:41:35 -05:00
Executive_run.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_scheduled_thread_sync.cpp Don't start or wait for disabled threads in the executive #549 2018-01-23 09:37:02 -06:00
Executive_set_job_cycle.cpp Pre-increment (rather than post-increment) STL iterators in for loops… (#1692) 2024-04-18 11:41:35 -05:00
Executive_set_job_onoff.cpp Pre-increment (rather than post-increment) STL iterators in for loops… (#1692) 2024-04-18 11:41:35 -05:00
Executive_set_simobject_onoff.cpp Add a way to disable sim objects (#1364) 2022-11-15 09:16:08 -06:00
Executive_set_thread_amf_cycle_time.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_set_thread_async_wait.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_set_thread_cpu_affinity.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_set_thread_enabled.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_set_thread_priority.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_set_thread_process_type.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Executive_set_thread_rt_semaphore.cpp Remove catches for non-Trick exceptions 2016-04-15 15:01:14 -05:00
Executive_set_time_tic_value.cpp 1372 use temporary job pointer instead of modifying curr_job in exec_set_time_tic_value 2022-10-28 17:19:54 -05:00
Executive_shutdown.cpp Proposed fix for deadlock on shutdown (#1673) 2024-03-28 15:15:19 -05:00
Executive_signal_handler.cpp Fix Issue #1386 (#1659) 2024-02-27 15:07:48 -06:00
Executive_stop.cpp Standardize directory names 2015-06-09 08:44:43 -05:00
Executive_terminate.cpp Standardize directory names 2015-06-09 08:44:43 -05:00
Executive_thread_sync.cpp Move the loop that waits for scheduled threads to finish out of advance_sim_time #292 2016-08-30 10:56:18 -05:00
Executive_write_s_job_execution.cpp Added executive time tic value information to S_job_execution. (#1605) 2023-10-31 10:30:41 -05:00
Executive_write_s_run_summary.cpp Replace sprintf with snprintf in all of Trick source. #1384 (#1392) 2022-11-15 15:00:05 -06:00
Executive.cpp Add a way to disable sim objects (#1364) 2022-11-15 09:16:08 -06:00
ExecutiveException.cpp Standardize directory names 2015-06-09 08:44:43 -05:00
fpe_handler.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Makefile Infer TRICK_HOME in Makefiles 2019-06-21 13:15:22 -05:00
Makefile_deps Move the lock_memory function out of the Executive to RealtimeSync 2016-03-10 17:05:47 -06:00
sig_hand.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Threads_child.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
Threads_set_amf_cycle_tics.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Threads_set_async_wait.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Threads_set_process_type.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Threads.cpp Dump cycle time for all type instead of just PROCESS_TYPE_AMF_CHILD. (#1638) 2024-01-18 10:40:19 -06:00
ThreadTrigger.cpp Add additional thread synchronization mechanisms 2015-12-02 10:35:25 -06:00