linux中pid gid tgid tid的區別和聯繫

getpid : 取得process id,對於thread,就是取得線程對應進程的id;bash 對應的system call:ui  asmlinkage long sys_getpid(void) 1614 { 1615         return current->tgid; 1616 }線程 tgid = thread group idorm   ///////////////////
相關文章
相關標籤/搜索