#include <cogent.h>
IP_Task* IP_TaskFindID(
int nid, int pid, int chid )
;
The node ID of the task to be found.
The process ID of the task to be found.
The channel ID of the task to be found.
A pointer to a cached IP_Task whose nid, pid and chid exactly match the requested values, or NULL if there is no match.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.