HomeSort by relevance Sort by last modified time
    Searched defs:writer_tid (Results 1 - 3 of 3) sorted by null

  /external/ltp/utils/ffsb-6.0-rc2/
rwlock.h 32 int writer_tid; member in struct:rwlock
  /bionic/libc/bionic/
pthread_rwlock.cpp 159 atomic_int writer_tid; member in struct:pthread_rwlock_internal_t
291 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) == __get_thread()->tid) {
354 atomic_store_explicit(&rwlock->writer_tid, __get_thread()->tid, memory_order_relaxed);
363 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) == __get_thread()->tid) {
467 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) != __get_thread()->tid) {
470 atomic_store_explicit(&rwlock->writer_tid, 0, memory_order_relaxed);
  /bionic/tests/
pthread_test.cpp 1210 std::atomic<pid_t> writer_tid; local
1228 std::atomic<pid_t> writer_tid; local
    [all...]

Completed in 113 milliseconds