Xenomai API
2.6.5
|
This file is part of the Xenomai project. More...
Go to the source code of this file.
Functions | |
int | xnregistry_enter (const char *key, void *objaddr, xnhandle_t *phandle, struct xnpnode *pnode) |
Register a real-time object. More... | |
int | xnregistry_bind (const char *key, xnticks_t timeout, int timeout_mode, xnhandle_t *phandle) |
Bind to a real-time object. More... | |
int | xnregistry_remove (xnhandle_t handle) |
Forcibly unregister a real-time object. More... | |
int | xnregistry_remove_safe (xnhandle_t handle, xnticks_t timeout) |
Unregister an idle real-time object. More... | |
void * | xnregistry_get (xnhandle_t handle) |
Find and lock a real-time object into the registry. More... | |
void * | xnregistry_fetch (xnhandle_t handle) |
Find a real-time object into the registry. More... | |
u_long | xnregistry_put (xnhandle_t handle) |
Unlock a real-time object from the registry. More... | |
This file is part of the Xenomai project.
This program 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.
This program 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 this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.