_gfortran_caf_register_accessors_finish
— Finish registering accessor functions ¶void _gfortran_caf_register_accessors_finish ()
Called to finalize registering of accessor functions. This function is expected
to prepare a lookup table that has fast lookup time for the hash supplied to
_gfortran_caf_get_remote_function_index
and constant access time for
indexing operations.
No arguments.
This function may be called multiple times with and without new hash-accessors- pairs being added. The post-condition after each call has to be that hashes can be looked up quickly and indexing on the lookup table of hash-accessor-pairs is a constant time operation.