搜索资源列表
hello_world_multi
- 多处理器编程。 存在多个核,每个核之间的调度与互斥。-multi-processor programming. The existence of many nuclear, each between the nuclear Scheduling and mutex.
mutex.rar
- 使用互斥信号量解决ucosii中的优先级反转,The use of mutex semaphores to solve the ucosii Priority Inversion
mutex
- Attached code provides the implementation of mutexex in linux. Mutex is used to protect shared resources in C/C++ appllications. This code is written based on BSD to help other community members
mymutex
- Attached code provides the implementation of mutexex in linux. Mutex is used to protect shared resources in C/C++ appllications. This code is written based on BSD to help other community members
sixth_dev_mutex
- 6410板载嵌入式Linux平台的互斥驱动测试程序的硬件与新手写的测试程序-6410 onboard embedded Linux platform, the mutex drive test program the hardware with new handwriting test program
linux_multi_thread
- 创建了一个linux多线程程序,通过俩个互斥量来实现线程同步,顺序打印出从1到100的数字。-Create a linux multi-threaded program, both mutex to synchronize threads, the order to print out the number from 1-100.
queue
- 静态数组循环队列操作,并有多线程访问互斥机制。-Static array circular queue operation, and multiple threads to access the mutex mechanism.
www
- 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.
Multitasking-kernel
- C语言写的多任务内核 一个ARM的多任务调度内核,有调度和时间服务功能,也有简单的互斥。-C language to write multitasking kernel A multi-task scheduling ARM cores, have scheduling and time services, there are also simple mutex.
