X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e49a7949060118737703106058657735cf3892d6..0f12caebeefc7985a0586836248238e475258079:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index e75dd4eb23..e867deba46 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -1,4 +1,4 @@ -# Copyright (c) 2014. The SimGrid Team. All rights reserved. +# Copyright (c) 2014-2016. The SimGrid Team. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. @@ -65,10 +65,7 @@ Blck H process_sleep (int) (duration, double) 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) @@ -79,9 +76,7 @@ Proc - process_auto_restart_set (void) (process, void*, smx_process_t) (auto_res Func H process_restart (void*, smx_process_t) (process, void*, smx_process_t) Func - mbox_create (void*, smx_mailbox_t) (name, const char*) -Func - mbox_get_head (void*, smx_synchro_t) (mbox, void*, smx_mailbox_t) Proc - mbox_set_receiver (void) (mbox, void*, smx_mailbox_t) (receiver, void*, smx_process_t) -Func - mbox_get_receiver (void*, smx_process_t) (mbox, void*, smx_mailbox_t) Func H comm_iprobe (void*, smx_synchro_t) (mbox, void*, smx_mailbox_t) (type, int) (src, int) (tag, int) (match_fun, FPtr, simix_match_func_t) (data, void*) Blck H comm_send (void) (sender, void*, smx_process_t) (mbox, void*, smx_mailbox_t) (task_size, double) (rate, double) (src_buff, void*) (src_buff_size, size_t) (match_fun, FPtr, simix_match_func_t) (copy_data_fun, FPtr, simix_copy_data_func_t) (data, void*) (timeout, double) @@ -92,11 +87,6 @@ Blck H comm_waitany (int) (comms, void*, xbt_dynar_t) Blck H comm_wait (void) (comm, void*, smx_synchro_t) (timeout, double) Blck H comm_test (int) (comm, void*, smx_synchro_t) Blck H comm_testany (int) (comms, void*, xbt_dynar_t) -Func - comm_get_remains (double) (comm, void*, smx_synchro_t) -Func - comm_get_src_data (void*) (comm, void*, smx_synchro_t) -Func - comm_get_dst_data (void*) (comm, void*, smx_synchro_t) -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) Blck H mutex_lock (void) (mutex, void*, smx_mutex_t)