> This patch uses a read-write lock to prevent rules from being evicted
> while they're used by child threads.  It also changes the prototypes
> of the various rule lookup functions so that the thread safety
> analysis can be used to ensure that the locking is handled properly.

destroying a rwlock which is currently held is an undefined behaviour.
on NetBSD, pthread_rwlock_destroy fails in that case.

YAMAMOTO Takashi
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to