Home
last modified time | relevance | path

Searched defs:num_readers (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/thread/v2/
Dshared_mutex.hpp354 count_t num_readers = (state_ & n_readers_) + 1; in lock_shared() local
366 count_t num_readers = (state_ & n_readers_) + 1; in try_lock_shared() local
383 count_t num_readers = (state_ & n_readers_) + 1; in try_lock_shared_until() local
400 count_t num_readers = (state_ & n_readers_) + 1; in timed_lock_shared() local
411 count_t num_readers = (state_ & n_readers_) - 1; in unlock_shared() local
733 count_t num_readers = (state_ & n_readers_) + 1; in lock_shared() local
745 count_t num_readers = (state_ & n_readers_) + 1; in try_lock_shared() local
762 count_t num_readers = (state_ & n_readers_) + 1; in try_lock_shared_until() local
779 count_t num_readers = (state_ & n_readers_) + 1; in timed_lock_shared() local
790 count_t num_readers = (state_ & n_readers_) - 1; in unlock_shared() local
[all …]
/third_party/mindspore/tests/ut/python/dataset/
Dtest_save_op.py30 num_readers = 1 variable
/third_party/gstreamer/gstreamer/gst/
Dgstatomicqueue.c108 gint num_readers; member