搜索资源列表
thread
- linux2.6.*下的驱动实验,应用程序源码-linux2.6 .* driving under the experiment, the application source code
slice-concurrent
- test for gslice cross thread allocation/free.
FastMalloc
- A malloc that uses a per-thread cache to satisfy small malloc requests. (The time for malloc/free of a small object drops from 300 ns to 50 ns.). -A malloc that uses a per-thread cache to satisfy small malloc requests. (The time for malloc/free of
message_loop
- A lazily created thread local storage for quick access to a thread s message loop, if one exists. This should be safe and free of static constructors for Linux.
curl-7.21.6
- Libcurl为一个免费开源的,客户端url传输库,支持FTP,FTPS,TFTP,HTTP,HTTPS,GOPHER,TELNET,DICT,FILE和LDAP,跨平台,支持Windows,Unix,Linux等,线程安全,支持Ipv6。并且易于使用-Libcurl is a free open-source client libraries url transmission, supporting FTP, FTPS, TFTP, HTTP, HTTPS, GOPHER, TELNET, D
lock_free_slist
- Class that implements a non-blocking and thread-safe freelist. It is used for the lock-free node allocation engine.Statically assert layout of member is as expected by assembly code.