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
292 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) == __get_thread()->tid) {
355 atomic_store_explicit(&rwlock->writer_tid, __get_thread()->tid, memory_order_relaxed);
365 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) == __get_thread()->tid) {
455 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) != __get_thread()->tid) {
458 atomic_store_explicit(&rwlock->writer_tid, 0, memory_order_relaxed);
  /bionic/tests/
pthread_test.cpp 1040 std::atomic<pid_t> writer_tid; local
1058 std::atomic<pid_t> writer_tid; local
    [all...]

Completed in 602 milliseconds