全部博文(22)
分类: LINUX
2010-03-06 18:34:34
Process | Thread |
Descreiption |
fork | pthread_create |
create |
exit | pthread_exit | exit |
waitpid |
pthread_join | get quit status |
atexit | pthread_cancel_push | register to exit |
getpid | pthread_self | get id |
abort | pthread_cancel | exit improperly |