Pro-YY / eventfd_examplesLinks
Linux eventfd explained
☆16Updated 7 years ago
Alternatives and similar repositories for eventfd_examples
Users that are interested in eventfd_examples are comparing it to the libraries listed below
Sorting:
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆82Updated last year
- A small thread-safe queue written in C☆107Updated 6 years ago
- crc16/crc32/crc64☆186Updated last year
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆145Updated 8 years ago
- Mirror of memwatch : a memory leak detection tool.☆24Updated 11 years ago
- shared memory☆21Updated 9 years ago
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆40Updated 5 years ago
- ☆14Updated 9 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆164Updated 4 years ago
- Simple memory leak finder.☆54Updated 12 years ago
- Call Stack Logger uses function instrumentation to facilitate logging of every function call. Each nesting adds an ident, whereas returni…☆106Updated 2 years ago
- A set of simple C libraries that simplify the use of Linux message queues, semaphores, shared memory, sockets, timers, and even serial po…☆81Updated 9 years ago
- A lightweight C, C++ logging library developed for Linux, It is designed with high performance, asynchronized, thread-safe and process-sa…☆243Updated 3 months ago
- Map for C, used rbtree to implement, sort by key☆93Updated 5 years ago
- Provide some easy-to-use API for TLV encode and decode☆197Updated 3 years ago
- send and recv event between processes with very few lines of code☆47Updated 11 years ago
- A simple UDP clock service, using libevent☆34Updated 16 years ago
- 纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.☆210Updated 5 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Updated 9 years ago
- C++ unit test stub(not mock) and awesome.Surpported ISA x86,x86-64,arm64,arm32,arm thumb,mips64,riscv,loongarch64.☆325Updated 2 months ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language☆252Updated 7 years ago
- Protocol Buffers C RPC implementation☆207Updated 5 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆149Updated 5 years ago
- Port linux kernel list.h to userspace☆32Updated 10 years ago
- base64 c implementation☆264Updated 5 years ago
- http request/response parser for c☆39Updated 8 years ago
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆172Updated last month
- a simple C object implementation with reflection, allow objects convert to/from json strings automatically.☆12Updated 11 years ago
- SPDataPickle is a library use to serialize and deserialize C structures to and from XML/JSON/ProtoBuf☆11Updated 10 years ago
- 多种无锁队列☆43Updated 8 years ago