<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Stop and Start task preemption using _int_disable..._int_enable functions in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Stop-and-Start-task-preemption-using-int-disable-int-enable/m-p/409897#M13703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to stop the task preemption and mask the ISR simultaneously. Do the function call _int_disable() is enough for this?&lt;/P&gt;&lt;P&gt;Or do I need to call&amp;nbsp; _int_disable()&amp;nbsp; for masking the ISR and task_stop_preemption() for stopping the task preemption as follows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;_int_disable();&lt;/P&gt;&lt;P&gt;_task_stop_preemption();&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;_task_start_preemption();&lt;/P&gt;&lt;P&gt;_int_enable();&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OS: MQX 4.0.2&lt;/P&gt;&lt;P&gt;Note: FIFO scheduling is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Akhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2015 13:08:01 GMT</pubDate>
    <dc:creator>akhil</dc:creator>
    <dc:date>2015-07-14T13:08:01Z</dc:date>
    <item>
      <title>Stop and Start task preemption using _int_disable..._int_enable functions</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Stop-and-Start-task-preemption-using-int-disable-int-enable/m-p/409897#M13703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to stop the task preemption and mask the ISR simultaneously. Do the function call _int_disable() is enough for this?&lt;/P&gt;&lt;P&gt;Or do I need to call&amp;nbsp; _int_disable()&amp;nbsp; for masking the ISR and task_stop_preemption() for stopping the task preemption as follows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;_int_disable();&lt;/P&gt;&lt;P&gt;_task_stop_preemption();&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;_task_start_preemption();&lt;/P&gt;&lt;P&gt;_int_enable();&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OS: MQX 4.0.2&lt;/P&gt;&lt;P&gt;Note: FIFO scheduling is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Akhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 13:08:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Stop-and-Start-task-preemption-using-int-disable-int-enable/m-p/409897#M13703</guid>
      <dc:creator>akhil</dc:creator>
      <dc:date>2015-07-14T13:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and Start task preemption using _int_disable..._int_enable functions</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Stop-and-Start-task-preemption-using-int-disable-int-enable/m-p/409898#M13704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to call&amp;nbsp; _int_disable()&amp;nbsp; for masking the ISR and task_stop_preemption() for stopping the task preemption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 19:33:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Stop-and-Start-task-preemption-using-int-disable-int-enable/m-p/409898#M13704</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-07-14T19:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and Start task preemption using _int_disable..._int_enable functions</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Stop-and-Start-task-preemption-using-int-disable-int-enable/m-p/409899#M13705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sol,&lt;/P&gt;&lt;P&gt;Thank you very much for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Akhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 04:18:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Stop-and-Start-task-preemption-using-int-disable-int-enable/m-p/409899#M13705</guid>
      <dc:creator>akhil</dc:creator>
      <dc:date>2015-07-15T04:18:41Z</dc:date>
    </item>
  </channel>
</rss>

