mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Introducing basic RCU primitives for lock-less shared data structures
This commit is contained in:
@@ -51,4 +51,8 @@ void birdloop_unlink(struct birdloop *loop);
|
||||
void birdloop_ping(struct birdloop *loop);
|
||||
|
||||
void birdloop_init(void);
|
||||
|
||||
/* Yield for a little while. Use only in special cases. */
|
||||
void birdloop_yield(void);
|
||||
|
||||
#endif /* _BIRD_IO_LOOP_H_ */
|
||||
|
Reference in New Issue
Block a user