Linux Audio

Check our new training course

Loading...
#ifndef _LINUX_WAIT_H
#define _LINUX_WAIT_H

#include <linux/limits.h>

#define WNOHANG		1
#define WUNTRACED	2

struct wait_queue {
	struct task_struct * task;
	struct wait_queue * next;
};

typedef struct select_table_struct {
	int nr;
	struct select_table_entry {
		struct wait_queue wait;
		struct wait_queue ** wait_address;
	} entry[NR_OPEN*3];
} select_table;

#endif
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy