Re: [Xenomai-help] Thread policy and priority in secondary mode

2008-07-25 Thread roderik.wildenburg
> >> __real_pthread_setschedparam(). Note: this will propagate the > >> priority to the underlying Xenomai thread as well. > >> > > > > Does this mean that the Xenomai thread will run with the new (Linux) > > priority when it returns to primary mode ? > > Yes. However, the propagation only occur

Re: [Xenomai-help] Thread policy and priority in secondary mode

2008-07-25 Thread Philippe Gerum
[EMAIL PROTECTED] wrote: __real_pthread_setschedparam(). Note: this will propagate the priority to the underlying Xenomai thread as well. >>> Does this mean that the Xenomai thread will run with the new (Linux) >>> priority when it returns to primary mode ? >> Yes. However, the prop

Re: [Xenomai-help] nofastsem

2008-07-25 Thread Sebastian Smolorz
Rob Wheeler wrote: > I've been running revision 4007 from the Xenomai svn trunk > successfully, and I recently tried building and running a more recent > revision (4060). The kernel and user code all build fine, but when I > try to run a Xenomai application I get a message saying the userland > wa

Re: [Xenomai-help] Thread policy and priority in secondary mode

2008-07-25 Thread Wolfgang Grandegger
[EMAIL PROTECTED] wrote: __real_pthread_setschedparam(). Note: this will propagate the priority to the underlying Xenomai thread as well. >>> Does this mean that the Xenomai thread will run with the new (Linux) >>> priority when it returns to primary mode ? >> Yes. However, the prop

[Xenomai-help] V2.4.4 on blackfin

2008-07-25 Thread Filip Van Rillaer
Hello, rt_event_wait seems not to work properly if one specifies a timeout : the functioncall returns after the specified of time, but it returns 0, instead of -ETIMEDOUT. Below is an example that demonstrates the problem. In version 2.4.0 it worked fine. Probably the problem is not specific for

Re: [Xenomai-help] V2.4.4 on blackfin

2008-07-25 Thread Filip Van Rillaer
Hello, << rt_event_wait seems not to work properly if one specifies a timeout : the functioncall returns after the specified of time, but it returns 0, instead of -ETIMEDOUT. >> In the mean time I found the bug : ksrc/skins/native/syscall.c: the last line of the function __rt_event_wait

Re: [Xenomai-help] Errors while compiling the testsuite

2008-07-25 Thread Gilles Chanteperdrix
Christian Volk wrote: > Hi all, > > while building xenomai, i get an "unresolved reference error" in clocktest.c > Here are the appropriate lines from the output: > > Making all in clocktest > make[3]: Entering directory > `/home/develop/Download/xenomai-2.4.4/src/testsuite/clocktest' > /opt/pow

Re: [Xenomai-help] Problem with time-out ends

2008-07-25 Thread Gilles Chanteperdrix
BARRE Sebastien wrote: > Hi, > > I continue the work that Fabien MAHOT began about the port of the > SDELCC applications on the Xenomai POSIX skin. > > I tryed the patches you send him. First, I applied the > "ipipe-longer-atomicswitch.diff‎" patch , but the test program > "testTimer12_corrected"