centos man page for wake_up_process

Query: wake_up_process

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

WAKE_UP_PROCESS(9)						   Driver Basics						WAKE_UP_PROCESS(9)

NAME
wake_up_process - Wake up a specific process
SYNOPSIS
int wake_up_process(struct task_struct * p);
ARGUMENTS
p The process to be woken up.
DESCRIPTION
Attempt to wake up the nominated process and move it to the set of runnable processes.
RETURN
1 if the process was woken up, 0 if it was already running. It may be assumed that this function implies a write memory barrier before changing the task state if and only if any tasks are woken up.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 WAKE_UP_PROCESS(9)
Related Man Pages
call_usermodehelper_setup(9) - centos
schedule_hrtimeout_range(9) - centos
ps(1) - minix
futex(2) - suse
sem_post(2) - hpux
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing