1) linux 에서 process 와 thread 의 차이점은?
2) interrupt handler 의 pid 는?
3) system call 이 호출되었을때의 pid 는?
이러한 것들을 해결해 본다.
1. kernel 에서의 pid 알기
pid = task_pid_nr(current);
current->pid
이글은 계속해서 업데이트 됩니다.
'Programming > Linux_Kernel' 카테고리의 다른 글
local_irq_disable(), local_irq_save(flags) 분석 (0) | 2013.10.31 |
---|---|
CPSR (0) | 2013.10.31 |
linux process memory usage (0) | 2013.10.22 |
linux kernel - list 사용하기 (2) | 2013.08.30 |
down() / down_interruptible() / down_trylock() (0) | 2013.08.29 |