码迷,mamicode.com
首页 >  
搜索关键字:pthreads 2.9.1    ( 112个结果
liunx常用命令详解
查看磁盘命令 df df-h 查看所有(*通配符代表所有)文件大小 du -sh * du -shk *|sort -rn(文件按大小排序) ps命令 Linux下显示系统进程的命令ps,最常用的有ps -ef 和ps aux。这两个到底有什么区别呢?两者没太大差别,讨论这个问题,要追溯到Unix系 ...
分类:其他好文   时间:2018-09-10 11:06:02    阅读次数:195
ACE在linux下的安装和实例运行详细步骤
摘自:https://blog.csdn.net/hou512504317/article/details/70224691 ace库的编译与试用 一、下载安装包 下载地址:http://download.dre.vanderbilt.edu/ 由于我只需要使用ACE,因此我只下载了ACE.tar. ...
分类:系统相关   时间:2018-08-17 13:54:02    阅读次数:225
X86-64和ARM64用户栈的结构 (3) ---_start到main
主要介绍_start到main()函数之间的栈
分类:其他好文   时间:2018-08-08 00:31:07    阅读次数:387
centos7 安装php 多线程pthreads
第一步:yum源更新 yum update 第二步:下载php7源码 wget http://124.202.164.8/files/312100000A0BB72D/cn.php.net/distributions/php-7.0.18.tar.gz 第三步:安装依赖库文件[注意dev/devel ...
分类:编程语言   时间:2018-07-23 18:05:47    阅读次数:1085
centos7源码安装php5.6并安装pthreads扩展
./configure\--prefix=/usr/local/php\--with-config-file-path=/usr/local/php/etc/\--enable-inline-optimization\--enable-shared\--enable-opcache\--enable-fpm\--with-fpm-user=php\--with-fpm-group=web\--wi
分类:Web程序   时间:2018-06-02 22:54:34    阅读次数:736
Windows/Mac跑起XDAG源码
1,下载github源码https://github.com/XDagger/xdag/archive/master.zip2,安装VS20173,安装openssl和pthreadshttp://slproweb.com/download/Win64OpenSSL-1_0_2o.exe(注:不是每个版本都可以)ftp://sourceware.org/pub/pthreads-win32/pth
分类:Windows程序   时间:2018-05-25 22:08:01    阅读次数:305
windows VS2013中使用<pthread.h>
1. 下载pthreads-w32-2-9-1-realease.zip 地址:http://www.mirrorservice.org/sites/sourceware.org/pub/pthreads-win32/2. 下载后解压,出来三个文件夹,我们只需要Pre-built.2文件夹3. 为了 ...
分类:Windows程序   时间:2018-05-18 15:43:04    阅读次数:2120
ps命令 百度+加自己的理解
ps故为process status的缩写,即为进程状态的命令, ps命令详解, 1)ps a 显示现行终端机下的所有程序,包括其他用户的程序。2)ps -A 显示所有程序。3)ps c 列出程序时,显示每个程序真正的指令名称,而不包含路径,参数或常驻服务的标示。4)ps -e 此参数的效果和指定" ...
分类:其他好文   时间:2018-05-10 00:03:18    阅读次数:167
(转载)pThreads线程(一) 基本API
pThreads线程(一) 基本API 1.创建线程 int pthread_create(pthread_t *restrict_ptid, const pthread_attr_t *restrict_attr, void *(*start_routine)(void*), void *rest ...
分类:编程语言   时间:2018-03-21 15:05:10    阅读次数:147
(转载)pThreads线程(三) 线程同步--条件变量
pThreads线程(三) 线程同步--条件变量 条件变量(Condition Variables) 参考资料:http://game-lab.org/posts/posix-thread-cn/#5.1 条件变量是什么? 条件变量为我们提供了另一种线程间同步的方法,然而,互斥量是通过控制线程访问数 ...
分类:编程语言   时间:2018-03-21 15:01:53    阅读次数:222
112条   上一页 1 2 3 4 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!