All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] xeno3_rc3_alchemy What is the effect of rt_task_delete on a RT_SEM?
@ 2015-03-13 15:57 Niels Wellens
  2015-03-13 18:30 ` Jan Kiszka
  0 siblings, 1 reply; 3+ messages in thread
From: Niels Wellens @ 2015-03-13 15:57 UTC (permalink / raw)
  To: xenomai@xenomai.org

Hi,

While porting our code to xeno3 I noticed that one of our tasks blocked
on a semaphore during exit (code worked on xeno 2.6.4 Native, some small
changes where needed for Alchemy but nothing fundamental). It seems that
deletion of a task that is waiting on a RT_SEM doesn't decrement the
nwaiters field of the semaphore. Afterwards, when I raise the semaphore,
the nwaiters decrement without releasing an existing task. Are there
some changes here in Xeno3? I looked in the migration guide but the only
remark about semaphores is for posix.

Please find in attachment a small working example with some comments in
the exit part of the code.

Thanks in advance!
Kind regards,
Niels
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: text/x-makefile
Size: 2140 bytes
Desc: not available
URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20150313/83310ade/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sem_test.c
Type: text/x-csrc
Size: 3443 bytes
Desc: not available
URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20150313/83310ade/attachment.c>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-15 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 15:57 [Xenomai] xeno3_rc3_alchemy What is the effect of rt_task_delete on a RT_SEM? Niels Wellens
2015-03-13 18:30 ` Jan Kiszka
2015-03-15 16:22   ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.