rt_task_wakeup

Name

rt_task_wakeup -- allow a previously suspended realtime task to run.

Synopsis

       WARNING - 
       This is an RTLinux v1.x compatibility function.  
	For new programs, please see pthread_wakeup_np(3).

       #define MODULE
       #include <linux/module.h>
       #include <linux/kernel.h>
       #include <linux/version.h>
       #include <linux/errno.h>
       #include <linux/rtf.h>
       #include <asm/rt_irq.h>

       int rt_task_wakeup(RT_TASK *task);

WARNING

This is an RTLinux v1.x compatibility function. For new programs, please see pthread_wakeup_np(3).

DESCRIPTION

rt_task_wakeup allows realtime task task to be available to run. rt_task_wakeup might be called to wake up a task suspended by a call to rt_task_suspend or initialized by a call to rt_task_init.

RETURN VALUE

Always returns 0.

ERRORS

None.

AUTHOR

Jerry Epplin. Modified by Michael Barabanov (baraban@fsmlabs.com)

SEE ALSO

rt_get_time(3), rt_task_delete(3), rt_task_init(3), rt_task_make_periodic(3), rt_task_suspend(3), rt_task_wait(3), pthread_wakeup_np(3)

©1997 Jerry Epplin.

Modifications for RTLinux 2.x and 3.x by Michael Barabanov. ©2001 FSMLabs Inc.

All rights reserved.