E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
tgid
/proc/self/status讲解
8f51ff38243d6322b8998f0a.html 别人写的:[root@localhost~]#cat/proc/self/statusName:catState:R(running)SleepAVG:88%
Tgid
cnctloveyu
·
2010-02-04 14:00
多线程
c
rss
存储
library
任务
第三章字符设备驱动程序
过程中出现很多问题,现在这里总结下:1、main.c#include→#include2、access.ccurrent->uid→current->pidcurrent->euid→current->
tgid
3
TsuiLei
·
2009-12-25 09:00
linux内核设计与实现(系统调用、中断处理读书笔记)
e.g: 对getpid()的系统调用:asmlinkagelongsys_getpid(void){ returncurrent->
tgid
;}说明:asmlinkage通知编译器仅从栈中提取该函数
ast_224
·
2009-02-17 16:00
linux下 proc文件系统
unsignedintlow_ino; unsignedshortnamelen; constchar*name; mode_tmode; nlink_tnlink; uid_tuid; gid_
tgid
ast_224
·
2009-01-05 17:00
数据结构
linux
struct
Module
null
makefile
Linux中/proc/[pid]/status详细说明
[root@localhost ~]# cat /proc/self/status Name: cat State: R (running) SleepAVG: 88%
Tgid
: 5783
kiddwyl
·
2008-12-10 13:00
多线程
linux
/proc/pid/status
[root@localhost~]#cat/proc/self/statusName:catState:R(running)SleepAVG:88%
Tgid
:5783Pid:5783PPid:5742TracerPid
Repeaterbin
·
2008-10-16 16:00
多线程
c
rss
存储
任务
[Pthread] Linux上获得线程Id的方法
在linux2.4版本后,linux使用了NPTL作为自己的线程库,为了兼容POSIX标准,所以在内核task中有两个域
tgid
和tid,前者是进程id,后者是线程id。
Javadino
·
2008-09-06 14:00
thread
linux
struct
汇编
Module
Descriptor
UNIX环境高级编程读书笔记(五)—系统文件和信息 (2)
getgroupfileentry头文件:#include#include函数原形:structgroup*getgrnam(constchar*name);structgroup*getgrgid(gid_
tgid
justin12zhu
·
2008-08-19 18:00
PROC系列之---/proc/pid/status
[root@localhost~]#cat/proc/self/statusName:catState:R(running)SleepAVG:88%
Tgid
:5783Pid:5783PPid:5742TracerPid
zjl_1026_2001
·
2008-04-15 15:00
多线程
c
rss
存储
任务
linux中命令ls的实现
程序中使用了掩码的技术来实现数值到文件类型、文件权限列表字符串的转换,使用命令getpwuid(uid_tuid)将用户id转换为名子,使用getgrgid(gid_
tgid
)将组id转换为组名。
选择java 进入自由开放的国度
·
2006-03-27 08:00
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他