摘要: 一、简介 使用线程函数库,需要引入头文件<pthread.h> 链接这些线程函数库时要使用编译命令的“ -lpthread” 选项 二、函数介绍 1、创建一个新的线程 原型 int pthread_create(pthread_t *thread, const pthread_attr_t *att 阅读全文
posted @ 2017-11-05 23:36 Malphite 阅读(256) 评论(0) 推荐(0) 编辑
摘要: ipc.h ipc.c shmfifo.h shmfifo.c shmfifo_send.c shmfifo_recv.c shmfifo_free.c Makefile 阅读全文
posted @ 2017-11-05 10:14 Malphite 阅读(424) 评论(0) 推荐(0) 编辑