Query: task
OS: osf1
Section: 9s
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
task(9s) task(9s)NAMEtask - General: Contains task-specific informationSYNOPSISThe task data structure is an opaque data structure; that is, all of its associated members are referenced and manipulated by the operating system and not by the user of kernel threads. Therefore, this reference page omits a description of the task data structure's associated members.DESCRIPTIONThe task data structure contains task-related information.NOTESThe header file <task.h> shows a typedef statement that assigns the alternate name task_t for a pointer to the task data structure. Some of the kernel threads-related routines require that you pass a pointer to the task data structure.FILESSEE ALSORoutines: kernel_thread_w_arg(9r) task(9s)