Changeset a2f42e5 in mainline for uspace/lib/urcu/rcu.h


Ignore:
Timestamp:
2012-11-23T19:57:38Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
29b8138
Parents:
99022de
Message:

urcu: Fixed rcu_synchronize() early exit condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/urcu/rcu.h

    r99022de ra2f42e5  
    3939#include <compiler/barrier.h>
    4040#include <libarch/barrier.h>
     41#include <bool.h>
    4142
    4243/** Use to assign a pointer to newly initialized data to a rcu reader
     
    9899extern void rcu_read_unlock(void);
    99100
     101extern bool rcu_read_locked(void);
     102
    100103extern void rcu_synchronize(void);
    101104
Note: See TracChangeset for help on using the changeset viewer.