thread.h 199 B

12345678910
  1. #ifndef __UM_THREAD_H
  2. #define __UM_THREAD_H
  3. #include <kern_constants.h>
  4. #ifdef UML_CONFIG_MODE_TT
  5. #define TASK_EXTERN_PID(task) *((int *) &(((char *) (task))[HOST_TASK_EXTERN_PID]))
  6. #endif
  7. #endif