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
TIDP
线程
gcc filename -lpthread创建线程 intpthread_create(pthread_t*
tidp
,constpthread_attr_t*attr,void*(*start_rtn
lin772662623
·
2012-07-28 19:00
pthread_create函数的详细讲解(包括向线程函数传递参数详解)
constpthread_attr_t*restrict_attr,void*(*start_rtn)(void*),void*restrictarg);返回值若成功则返回0,否则返回出错编号返回成功时,由
tidp
liangxanhai
·
2012-07-20 14:00
thread
linux
gcc
null
include
编译器
linux多线程 pthread用法
#include int pthread_create(pthread_t *restrict
tidp
,const pthread_attr_t *restrict attr, void *(*start_rtn
xpp02
·
2012-03-16 13:00
pthread
pthread_create用法 c线程
#include <pthread.h> int pthread_create(pthread_t *restrict
tidp
, &
anson_xu
·
2011-09-08 09:00
pthread
Linux下的pthread多线程编程
#include <pthread.h> int pthread_create(pthread_t *restrict
tidp
, const
疯狂的草儿
·
2011-08-20 01:00
pthread
Linux下的pthread多线程编程
#include <pthread.h> int pthread_create(pthread_t *restrict
tidp
, const
疯狂的草儿
·
2011-08-20 01:00
pthread
pthread库学习-2:基本函数
一般线程的入口函数定义: void*thread_fun(void*arg);2.如何启动普通线程:#includeintpthread_create(pthread_t*restrict_
tidp
zhh_steven
·
2011-07-12 09:00
JOIN
thread
多线程
null
fun
destructor
多线程参数传递
Linux多线程编程的基本的函数 1线程创建 函数原型: #include int pthread_create(pthread_t *restrict
tidp
zhangwenjianqin
·
2011-05-12 22:00
JOIN
thread
多线程
数据结构
linux
null
线程基本概念
#include <pthread.h>int pthread_create(pthread_t *restrict
tidp
, const pthread_attr_t *restrict
jandroid
·
2011-05-05 23:00
线程
线程基本概念
#include <pthread.h>int pthread_create(pthread_t *restrict
tidp
, const pthread_attr_t *restrict
wapysun
·
2011-05-05 23:00
thread
多线程
数据结构
linux
gcc
linux 线程常用函数
函数原型: #include int pthread_create(pthread_t *restrict
tidp
,const pthread_attr_t *restrict
newnewman80
·
2011-03-30 10:00
JOIN
thread
数据结构
linux
测试
null
2010年12月24号---Linux学习之线程相关程序
关于 pthread_create: UNIX环境创建线程函数,具体格式: int pthread_create( pthread_t * restrict
tidp
,
AquariusM
·
2010-12-24 16:00
多线程
thread
c
linux
unix
pthread_create、readlink、getpid等函数的学习与总结
constpthread_attr_t*restrictattr,void*(*start_rtn)(void*),void*restrictarg);返回值:若成功则返回0,否则返回出错编号返回成功时,由
tidp
sunboy_2050
·
2010-10-01 16:00
多线程
linux
String
Path
character
symlink
pthread_create、readlink、getpid等函数的学习与总结
pthread_create是UNIX环境创建线程函数 具体格式: #include<pthread.h> int pthread_create(pthread_t *restrict
tidp
snake_hand
·
2010-10-01 16:00
pthread
pthread_create、readlink、getpid等函数的学习与总结
pthread_create是UNIX环境创建线程函数 具体格式: #include<pthread.h> int pthread_create(pthread_t *restrict
tidp
webcenterol
·
2010-10-01 16:00
pthread
pthread_create、readlink、getpid等函数的学习与总结
pthread_create是UNIX环境创建线程函数 具体格式: #include<pthread.h> int pthread_create(pthread_t *restrict
tidp
king_tt
·
2010-10-01 16:00
pthread
linux 学习- 编程基础之多线程编程(创建多线程)
#include intpthread_create(*
tidp
,constpthread_attr_t*attr,void*(*start_rtn)(void),void*arg)
tidp
: 线程ID
newnewman80
·
2010-06-23 16:00
JOIN
thread
多线程
编程
linux
null
pthread_create
constpthread_attr_t*restrictattr,void*(*start_rtn)(void*),void*restrictarg);返回值:若成功则返回0,否则返回出错编号返回成功时,由
tidp
liqihacker
·
2010-04-11 13:00
unix
Linux多线程编程的基本的函数
函数原型: #include int pthread_create(pthread_t *restrict
tidp
,const pthread_attr_t *restrict
yyyzlf
·
2010-02-01 16:00
TIDP
and TMS 视频介绍
ThreatInformationDistributionProtocol(
TIDP
)andTMS这是一个Cisco最新推出的安全设备联动技术,如下是我的视频介绍和配置备份。
Yeslab教主
·
2010-02-01 09:14
职场
休闲
TMS
视频介绍
TIDP
linux多线程的总结(pthread用法)
#include int pthread_create(pthread_t *restrict
tidp
,const pthread_attr_t *restrict attr, void *(*start_rtn
sunguanxing
·
2009-11-30 16:00
多线程
thread
PHP
linux
gcc
线程--线程基本操作
1.创建线程#includeintpthread_create(pthread_t *
tidp
,constpthread_attr_t*attr,void* (*start_rtn)(void*),void
ubuntulover
·
2009-08-11 18:00
pthread_create用法
#include <pthread.h>int pthread_create(pthread_t *restrict
tidp
, const pthread_attr_t *restrict
andylin02
·
2009-07-13 14:00
多线程
thread
c
linux
gcc
linux多线程编程──基本函数
线程编程的基本的函数 1线程创建 函数原型: #include int pthread_create(pthread_t *restrict
tidp
,const pthread_attr_t
My_emdebed
·
2007-05-08 23:00
上一页
1
2
下一页
按字母分类:
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
其他