|
| file | atomic_operations.h [code] |
| | Defines the atomic operations API, mostly atomic increments and addition operations.
|
| |
| file | likely.h [code] |
| |
| file | lock.h [code] |
| | Defines the locking interface used by the library. The user of the library MUST provide an implementation for his/her platform.
|
| |
| file | memory.h [code] |
| | Defines the memory management interface used by the library. The user of the library MUST provide an implementation for his/her platform.
|
| |
| file | packet.h [code] |
| | Defines the interface for packet mangling. The user of the library MUST provide an implementation for his/her platform.
|
| |
| file | timing.h [code] |
| | Defines the timing interface used by the library. The user of the library MUST provide an implementation for his/her platform.
|
| |