Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0c56119 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Sep 29, 2024
1 parent a237573 commit c7ae891
Show file tree
Hide file tree
Showing 19 changed files with 134 additions and 65 deletions.
2 changes: 1 addition & 1 deletion d1/d1c/rti__remote_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<div class="ttc" id="alf__arduino__support_8h_html_a7439fbd7bc7c609b5662aa94dc389e70"><div class="ttname"><a href="../../d3/d79/lf__arduino__support_8h.html#a7439fbd7bc7c609b5662aa94dc389e70">lf_thread_t</a></div><div class="ttdeci">void * lf_thread_t</div><div class="ttdef"><b>Definition</b> lf_arduino_support.h:120</div></div>
<div class="ttc" id="alf__types_8h_html"><div class="ttname"><a href="../../d6/d1d/lf__types_8h.html">lf_types.h</a></div><div class="ttdoc">Type definitions that are widely used across different parts of the runtime.</div></div>
<div class="ttc" id="apqueue__tag_8h_html"><div class="ttname"><a href="../../db/dd7/pqueue__tag_8h.html">pqueue_tag.h</a></div><div class="ttdoc">Priority queue that uses tags for sorting.</div></div>
<div class="ttc" id="areactor__common_8c_html_a80aaf4eeed3e2902f8fe9de80b45777d"><div class="ttname"><a href="../../dd/d37/reactor__common_8c.html#a80aaf4eeed3e2902f8fe9de80b45777d">process_args</a></div><div class="ttdeci">int process_args(int argc, const char *argv[])</div><div class="ttdef"><b>Definition</b> reactor_common.c:899</div></div>
<div class="ttc" id="areactor__common_8c_html_a80aaf4eeed3e2902f8fe9de80b45777d"><div class="ttname"><a href="../../dd/d37/reactor__common_8c.html#a80aaf4eeed3e2902f8fe9de80b45777d">process_args</a></div><div class="ttdeci">int process_args(int argc, const char *argv[])</div><div class="ttdef"><b>Definition</b> reactor_common.c:906</div></div>
<div class="ttc" id="areactor__threaded_8c_html_ae0fda178667bc6cd94890a13316c285c"><div class="ttname"><a href="../../d5/dbc/reactor__threaded_8c.html#ae0fda178667bc6cd94890a13316c285c">lf_critical_section_enter</a></div><div class="ttdeci">int lf_critical_section_enter(environment_t *env)</div><div class="ttdoc">Enter critical section by locking the global mutex.</div><div class="ttdef"><b>Definition</b> reactor_threaded.c:1147</div></div>
<div class="ttc" id="areactor__threaded_8c_html_aed2c25495b50b46780c6288e4370541e"><div class="ttname"><a href="../../d5/dbc/reactor__threaded_8c.html#aed2c25495b50b46780c6288e4370541e">lf_critical_section_exit</a></div><div class="ttdeci">int lf_critical_section_exit(environment_t *env)</div><div class="ttdoc">Leave a critical section by unlocking the global mutex.</div><div class="ttdef"><b>Definition</b> reactor_threaded.c:1159</div></div>
<div class="ttc" id="arti__common_8h_html"><div class="ttname"><a href="../../dc/da9/rti__common_8h.html">rti_common.h</a></div><div class="ttdoc">Common declarations for runtime infrastructure (RTI) for scheduling enclaves and distributed Lingua F...</div></div>
Expand Down
2 changes: 1 addition & 1 deletion d7/d0e/reactor__common_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a9d2634d70492498740984f32
<p>If there is an event found at the requested tag, the payload is replaced and 0 is returned.</p>
<p>Note that this function is an internal API that must be called with a tag that is in the future relative to the current tag (or the environment has not started executing). Also, it must be called with tags that are in order for a given trigger. This means that the following order is illegal: </p><div class="fragment"><div class="line"><a class="code hl_function" href="../../dd/d37/reactor__common_8c.html#a9d2634d70492498740984f320dffe8f0">_lf_schedule_at_tag</a>(trigger1, bigger_tag, ...);</div>
<div class="line"><a class="code hl_function" href="../../dd/d37/reactor__common_8c.html#a9d2634d70492498740984f320dffe8f0">_lf_schedule_at_tag</a>(trigger1, smaller_tag, ...);</div>
<div class="ttc" id="areactor__common_8c_html_a9d2634d70492498740984f320dffe8f0"><div class="ttname"><a href="../../dd/d37/reactor__common_8c.html#a9d2634d70492498740984f320dffe8f0">_lf_schedule_at_tag</a></div><div class="ttdeci">trigger_handle_t _lf_schedule_at_tag(environment_t *env, trigger_t *trigger, tag_t tag, lf_token_t *token)</div><div class="ttdoc">Schedule an event at a specific tag (time, microstep).</div><div class="ttdef"><b>Definition</b> reactor_common.c:475</div></div>
<div class="ttc" id="areactor__common_8c_html_a9d2634d70492498740984f320dffe8f0"><div class="ttname"><a href="../../dd/d37/reactor__common_8c.html#a9d2634d70492498740984f320dffe8f0">_lf_schedule_at_tag</a></div><div class="ttdeci">trigger_handle_t _lf_schedule_at_tag(environment_t *env, trigger_t *trigger, tag_t tag, lf_token_t *token)</div><div class="ttdoc">Schedule an event at a specific tag (time, microstep).</div><div class="ttdef"><b>Definition</b> reactor_common.c:478</div></div>
</div><!-- fragment --><p> where <code>bigger_tag &gt; smaller_tag</code>. This function is primarily used for network communication (which is assumed to be in order).</p>
<p>This function assumes the caller holds the mutex lock.</p>
<dl class="params"><dt>Parameters</dt><dd>
Expand Down
Loading

0 comments on commit c7ae891

Please sign in to comment.