资源列表
producer_consumer
- 在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-In the same address space of a process implemented within the two threads. Th
c
- use these functions to change ur mouse pointer,using different values in the mask array lets u design ur own pointer.changing cursor mask in the mask array u can desig ur own mouse pointer.plz send feedback.
getsectsize
- get the sector size of a device.
ofb_done
- OFB implementation, finish chain.
Test_d2l
- Test d2l extends DxTestCase Source Code for Linux.
hipz_fns_core
- IBM eServer eHCA Infiniband device driver for Linux on POWER.
pa7300lc
- this returns the HPA of the CPU it was called on.
time-test
- cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent.
qparentnodeaxis
- Parent Node Axis Source Code for Linux.
cpuinfo
- linux C程序实现查看CPU及内存信息。-linux view the CPU information
DSAParameterSpecTest
- Tests for DSAParameterSpec.
Test_f2i
- Test f2i extends DxTestCase Source Code for Linux.