Am 11.03.2011 09:51, schrieb Gilles Chanteperdrix:
Johann Obermayr wrote:
void task_waiter_do(void *data)
{
      rt_printf("task_waiter_do started\n");
      while(task_waiter_flag == 0)
          ; // rt_task_sleep( DELAYMS(1) );
      rt_printf("task_waiter_do finished\n");
}
What happens if you uncomment the rt_task_sleep here ?
it work correct, if rt_task_sleep is uncommented.

Could you please give us some more information:
http://www.xenomai.org/index.php/Request_for_information

Do you have priority coupling enabled?
Yes.

  Jimmy

--
Mit freundlichen Grüßen, best regards
    Johann Obermayr

Software Entwicklung
________________________________________________
SIGMATEK GmbH&  Co KG
Sigmatekstraße 1
5112 Lamprechtshausen
Österreich / Austria

Tel.  :  +43 / 6274/ 43 21-0   (Durchwahl leider nicht möglich)
Fax   :  +43 / 6274/ 43 21-18  (bzw 300 im Werk 2 )
E-Mail: johann.oberm...@sigmatek.at
http://www.sigmatek-automation.com
****************************Please note:********************************
 This email and all attachments are confidential and intended solely for
 the person or entity to whom it is addressed. If you are not the named
 addressee you must not make this email and all attachments accessible
 to any other person. If you have received this email in error please
 delete it together with all attachments.
************************************************************************


_______________________________________________
Xenomai-help mailing list
Xenomai-help@gna.org
https://mail.gna.org/listinfo/xenomai-help

Reply via email to