<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">How can I run Two tasks in the same
      time? Evey task ends with delete_task so the next task starts<br>
      when the previous is finished. How can I make a second task
      running when task one is still running?<br>
      <br>
      Example:<br>
      <br>
      <small>rtems_task Init(rtems_task_argument ignored)<br>
        {<br>
            <br>
            ...<br>
            rtems_task_start(task_id1...)<br>
            rtems_task_start(task_id2...)<br>
            ...<br>
        }</small><br>
      <br>
      <br>
      I want that task 2 starts while task1 is still running? How can I
      do this?<br>
      Thank you<br>
      <br>
          Luca<br>
      <br>
      <br>
      <br>
      Il 18/09/2012 13.12, Joel Sherrill ha scritto:<br>
    </div>
    <blockquote cite="mid:50585714.5010602@oarcorp.com" type="cite">On
      09/18/2012 06:07 AM, Luca Cinquepalmi wrote:
      <br>
      <blockquote type="cite">Hi all,
        <br>
        is there on line or in rtems documentaion any exmaple (c source
        code) of
        <br>
        how testing multitasking?
        <br>
      </blockquote>
      Nearly every test is multitasking. All are if you consider there
      is
      <br>
      at least an application task/thread and an idle task.
      <br>
      <br>
      The most basic tests for a BSP are hello and ticker. Ticker has
      <br>
      3 user tasks which run at different intervals.
      <br>
      <blockquote type="cite">I'm not able to find any suggestion. Thank
        you
        <br>
        <br>
              Luca
        <br>
        _______________________________________________
        <br>
        rtems-users mailing list
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:rtems-users@rtems.org">rtems-users@rtems.org</a>
        <br>
        <a class="moz-txt-link-freetext" href="http://www.rtems.org/mailman/listinfo/rtems-users">http://www.rtems.org/mailman/listinfo/rtems-users</a>
        <br>
      </blockquote>
      <br>
      <br>
    </blockquote>
    <br>
  </body>
</html>