[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

thread-task



what is the difference between thread and task in kernel-level,
for scheduler? while creating a process? is a thread also o task which 
share the same address space of its creator task?
i mean rtl_task_struct
and rtl_thread_struct?
thanks