搜索资源列表
pthread
- Pthread本来是一套用户级线程库, 但在Linux上实现时, 却使用了内核级线程 来完成, 这样的好处是, 可以充分的提高程序的并发性, 线程也可以象以前一样调用 read这样的函数, 而不必担心会由于阻赛影响其它的线程的运行. -Pthread have is a set of user-level thread library, but in Linux to achieve, they use a kernel-level thread to complete, so the adva
dsp_win_r318
- 防御站比赛是一座塔便携式目标防御的PSP。它也运行在窗户和Linux提供容易水平的发展。 -Race is a tower defense targets defense portable PSP. It also runs on Windows and Linux to provide easier level development.
Linux-driver-development7
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第7章、Linux设备驱动中的并发控制。Linux设备驱动中必须解决的一个问题是多个进程对共享资源的并发访问,并发访问会导致竞态。Linux提供了多种解决竞态问题的方式,这些方式适合不同的应用场景。7.1节描述了并发和竞态的概念及发生场合。7.2~7.5节分别讲解了中断屏蔽、原子操作、自旋锁和信号量等并发控制机制。7.6节讲解增加并发控制后的globalmem的设备驱动。-Author: HuaQing v
sleep
- sleep函数的完整实现 1. 实验要求: 1、使用alarm函数实现定时。 2、必须正确处理mysleep函数中的闹钟与调用者可能设置的闹钟之间的关系。例如,如何解决不同的信号处理函数的保存和恢复?如何处理调用者设置的闹钟比mysleep函数中的闹钟早响的问题?如何处理调用进程屏蔽SIGALRM信号? 3、不允许出现任何竟态条件(时间窗口)。 4、总之,mysleep的实现细节应当对调用者透明,也就是说,不论在实现mysleep函数时是否使用了alarm函数,对调用者是否以
2511.tar
- 科大仿真2D校内赛的球队,由WrightEagle现主力队员制作,基于UVA底层-USTC Simulation 2D school race team, and now the main players from WrightEagle production-based UVA underlying
rmd128
- RIPEMD-128 - RACE Integrity Primitives Evaluation Message Digest.
rmd160
- RIPEMD-160 - RACE Integrity Primitives Evaluation Message Digest.
rmd320
- RIPEMD-320 - RACE Integrity Primitives Evaluation Message Digest.
rmd256
- RIPEMD-256 - RACE Integrity Primitives Evaluation Message Digest.
nv_accel
- There is a HW race condition with videoram command buffers for Linux.
nouveau_dma
- There s a hw race condition where you can t jump to your PUT offset, to avoid this we jump to offset + SKIPS and fill the difference with NOPs.
exitcode
- If read and write race, the read will still atomically read a valid value.
hp680_ts_input
- ignoreirq creates a race condition. It needs to be fixed.
namespaces
- Close the race of the process dying before we return the dentry.
MAGICPANELR2.RAR
- caller should make sure no race with other threads.
nv40
- instead of allocation a new one, reuse command for request sense after check condition and reset - fixes race in is_complete.
tcp_fastopen
- tcp_fastopen_reset_cipher publishes the new context atomically, so we allow this race happening here.
clk-utmi
- atomic_set needs to be take the lock to protect atomic_add_unless a possible race, as it reads the counter twice:. -atomic_set needs to be take the lock to protect atomic_add_unless a possible race, as it reads the counter twice:.
rmd256
- RIPEMD-256 - RACE Integrity Primitives Evaluation Message Digest.
putuser
- Called with mtd_table_mutex held no race with add remove. -Called with mtd_table_mutex held no race with add remove.