搜索资源列表
Mobile_Digital_Television
- 2006年大学生嵌入式系统专题竞赛 移动数字电视-2006 Embedded Systems feature race Mobile Digital TV
omx_il_app_note_1_1_2.pdf
- This document outlines implementation guidelines for OpenMAX-IL component and client developers. These guidelines avoid unexpected and unwilling behavior (also known as race-conditions) during component interactions in transitional states. This
spinlock
- A attached code shows spinlock implementation in the linux kernel. It helps to understand how to avoid race condition in multicore. This code is written based on BSD to help other community members