MyOS Kernel
|
Data Fields | |
pid_t | waiting_pid |
The PID of the thread that is waiting for RPC init. | |
pid_t | waiting_tid |
The TID of the thread that is waiting for RPC init. | |
pid_t | process_waiting_on |
The process being waited on. | |
struct rpc_waiting_thread * | next |
The next entry in the linked list. | |
Represents a thread waiting for a process to finish RPC init