Xenomai API
2.5.6.1
|
Real-time shadow services. More...
Functions | |
int | xnshadow_mark_sig (xnthread_t *thread, unsigned muxid) |
Mark the per-thread per-skin signal condition for the skin whose muxid is muxid. | |
void | xnshadow_clear_sig (xnthread_t *thread, unsigned muxid) |
Clear the per-thrad per-skin signal condition. | |
int | xnshadow_harden (void) |
Migrate a Linux task to the Xenomai domain. | |
void | xnshadow_relax (int notify, int reason) |
Switch a shadow thread back to the Linux domain. | |
int | xnshadow_map (xnthread_t *thread, xncompletion_t __user *u_completion, unsigned long __user *u_mode) |
Create a shadow thread context. | |
xnshadow_ppd_t * | xnshadow_ppd_get (unsigned muxid) |
Return the per-process data attached to the calling process. |
Real-time shadow services.
Copyright (C) 2001-2008 Philippe Gerum <[email protected]>. Copyright (C) 2004 The RTAI project <http://www.rtai.org> Copyright (C) 2004 The HYADES project <http://www.hyades-itea.org> Copyright (C) 2005 The Xenomai project <http://www.xenomai.org> Copyright (C) 2006 Gilles Chanteperdrix <[email protected]>
Xenomai is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Xenomai is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Xenomai; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.