X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9c9ae73e2c241bfb6216affb974232dc726eba6b..972791c2823bfc1694d827b1e943eb725847e2d8:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index 469b171782..43299df5f8 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -46,8 +46,6 @@ # ./include/simgrid/simix.h (otherwise you will get a warning at the # compilation time) -Proc H host_off (void) (host, void*, sg_host_t) - Proc H vm_suspend (void) (ind_vm, void*, sg_host_t) Proc H vm_resume (void) (ind_vm, void*, sg_host_t) Proc H vm_shutdown (void) (ind_vm, void*, sg_host_t) @@ -64,17 +62,17 @@ Proc H process_set_host (void) (process, void*, smx_process_t) (dest, void*, sg_ Func - process_is_suspended (int) (process, void*, smx_process_t) Blck H process_join (int) (process, void*, smx_process_t) (timeout, double) Blck H process_sleep (int) (duration, double) -Func H process_execute (void*, smx_synchro_t) (name, const char*) (flops_amount, double) (priority, double) (bound, double) (affinity_mask, unsigned long) - -Func - process_parallel_execute (void*, smx_synchro_t) (name, const char*) (host_nb, int) (host_list, void*, sg_host_t*) (flops_amount, void*, double*) (bytes_amount, void*, double*) (amount, double) (rate, double) -Proc - process_execution_destroy (void) (execution, void*, smx_synchro_t) -Proc - process_execution_cancel (void) (execution, void*, smx_synchro_t) -Func - process_execution_get_remains (double) (execution, void*, smx_synchro_t) -Func - process_execution_get_state (int, e_smx_state_t) (execution, void*, smx_synchro_t) -Proc - process_execution_set_priority (void) (execution, void*, smx_synchro_t) (priority, double) -Proc - process_execution_set_bound (void) (execution, void*, smx_synchro_t) (bound, double) -Proc - process_execution_set_affinity (void) (execution, void*, smx_synchro_t) (ws, void*, sg_host_t) (mask, unsigned long) -Blck H process_execution_wait (int) (execution, void*, smx_synchro_t) + +Func H execution_start (void*, smx_synchro_t) (name, const char*) (flops_amount, double) (priority, double) (bound, double) (affinity_mask, unsigned long) +Func - execution_parallel_start (void*, smx_synchro_t) (name, const char*) (host_nb, int) (host_list, void*, sg_host_t*) (flops_amount, void*, double*) (bytes_amount, void*, double*) (amount, double) (rate, double) +Proc - execution_destroy (void) (execution, void*, smx_synchro_t) +Proc - execution_cancel (void) (execution, void*, smx_synchro_t) +Func - execution_get_remains (double) (execution, void*, smx_synchro_t) +Func - execution_get_state (int, e_smx_state_t) (execution, void*, smx_synchro_t) +Proc - execution_set_priority (void) (execution, void*, smx_synchro_t) (priority, double) +Proc - execution_set_bound (void) (execution, void*, smx_synchro_t) (bound, double) +Proc - execution_set_affinity (void) (execution, void*, smx_synchro_t) (ws, void*, sg_host_t) (mask, unsigned long) +Blck H execution_wait (int) (execution, void*, smx_synchro_t) Proc - process_on_exit (void) (process, void*, smx_process_t) (fun, FPtr, int_f_pvoid_pvoid_t) (data, void*) Proc - process_auto_restart_set (void) (process, void*, smx_process_t) (auto_restart, int) @@ -105,20 +103,17 @@ Func - comm_get_src_proc (void*, smx_process_t) (comm, void*, smx_synchro_t) Func - comm_get_dst_proc (void*, smx_process_t) (comm, void*, smx_synchro_t) Func H mutex_init (void*, smx_mutex_t) -Proc - mutex_destroy (void) (mutex, void*, smx_mutex_t) Blck H mutex_lock (void) (mutex, void*, smx_mutex_t) Func H mutex_trylock (int) (mutex, void*, smx_mutex_t) Proc H mutex_unlock (void) (mutex, void*, smx_mutex_t) Func - cond_init (void*, smx_cond_t) -Proc - cond_destroy (void) (cond, void*, smx_cond_t) Proc - cond_signal (void) (cond, void*, smx_cond_t) Blck H cond_wait (void) (cond, void*, smx_cond_t) (mutex, void*, smx_mutex_t) Blck H cond_wait_timeout (void) (cond, void*, smx_cond_t) (mutex, void*, smx_mutex_t) (timeout, double) Proc - cond_broadcast (void) (cond, void*, smx_cond_t) Func - sem_init (void*, smx_sem_t) (capacity, unsigned int) -Proc - sem_destroy (void) (sem, void*, smx_sem_t) Proc H sem_release (void) (sem, void*, smx_sem_t) Func H sem_would_block (int) (sem, void*, smx_sem_t) Blck H sem_acquire (void) (sem, void*, smx_sem_t)