Home
last modified time | relevance | path

Searched refs:all_locks (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc47 if (identity->per_thread_synch.all_locks != nullptr) { in ReclaimThreadIdentity()
48 base_internal::LowLevelAlloc::Free(identity->per_thread_synch.all_locks); in ReclaimThreadIdentity()
89 pts->all_locks = nullptr; in ResetThreadIdentity()
/external/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc47 if (identity->per_thread_synch.all_locks != nullptr) { in ReclaimThreadIdentity()
48 base_internal::LowLevelAlloc::Free(identity->per_thread_synch.all_locks); in ReclaimThreadIdentity()
89 pts->all_locks = nullptr; in ResetThreadIdentity()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc47 if (identity->per_thread_synch.all_locks != nullptr) { in ReclaimThreadIdentity()
48 base_internal::LowLevelAlloc::Free(identity->per_thread_synch.all_locks); in ReclaimThreadIdentity()
89 pts->all_locks = nullptr; in ResetThreadIdentity()
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dcreate_thread_identity.cc47 if (identity->per_thread_synch.all_locks != nullptr) { in ReclaimThreadIdentity()
48 base_internal::LowLevelAlloc::Free(identity->per_thread_synch.all_locks); in ReclaimThreadIdentity()
89 pts->all_locks = nullptr; in ResetThreadIdentity()
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dcreate_thread_identity.cc47 if (identity->per_thread_synch.all_locks != nullptr) { in ReclaimThreadIdentity()
48 base_internal::LowLevelAlloc::Free(identity->per_thread_synch.all_locks); in ReclaimThreadIdentity()
89 pts->all_locks = nullptr; in ResetThreadIdentity()
/external/abseil-cpp/absl/base/internal/
Dthread_identity.h135 SynchLocksHeld *all_locks; member
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dthread_identity.h135 SynchLocksHeld *all_locks; member
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dthread_identity.h135 SynchLocksHeld *all_locks; member
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dthread_identity.h135 SynchLocksHeld *all_locks; member
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dthread_identity.h132 SynchLocksHeld *all_locks; member
/external/abseil-cpp/absl/synchronization/
Dmutex.cc542 if (s->all_locks == nullptr) { in Synch_GetAllLocks()
543 s->all_locks = LocksHeldAlloc(); // Freed by ReclaimThreadIdentity. in Synch_GetAllLocks()
545 return s->all_locks; in Synch_GetAllLocks()
1318 SynchLocksHeld *all_locks = Synch_GetAllLocks(); in DeadlockCheck() local
1323 if (all_locks->n == 0) { in DeadlockCheck()
1335 deadlock_graph->UpdateStackTrace(mu_id, all_locks->n + 1, GetStack); in DeadlockCheck()
1338 for (int i = 0; i != all_locks->n; i++) { in DeadlockCheck()
1339 const GraphId other_node_id = all_locks->locks[i].id; in DeadlockCheck()
1358 for (int j = 0; j != all_locks->n; j++) { in DeadlockCheck()
1359 void* pr = deadlock_graph->Ptr(all_locks->locks[j].id); in DeadlockCheck()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc544 if (s->all_locks == nullptr) { in Synch_GetAllLocks()
545 s->all_locks = LocksHeldAlloc(); // Freed by ReclaimThreadIdentity. in Synch_GetAllLocks()
547 return s->all_locks; in Synch_GetAllLocks()
1321 SynchLocksHeld *all_locks = Synch_GetAllLocks(); in DeadlockCheck() local
1326 if (all_locks->n == 0) { in DeadlockCheck()
1338 deadlock_graph->UpdateStackTrace(mu_id, all_locks->n + 1, GetStack); in DeadlockCheck()
1341 for (int i = 0; i != all_locks->n; i++) { in DeadlockCheck()
1342 const GraphId other_node_id = all_locks->locks[i].id; in DeadlockCheck()
1361 for (int j = 0; j != all_locks->n; j++) { in DeadlockCheck()
1362 void* pr = deadlock_graph->Ptr(all_locks->locks[j].id); in DeadlockCheck()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.cc544 if (s->all_locks == nullptr) { in Synch_GetAllLocks()
545 s->all_locks = LocksHeldAlloc(); // Freed by ReclaimThreadIdentity. in Synch_GetAllLocks()
547 return s->all_locks; in Synch_GetAllLocks()
1321 SynchLocksHeld *all_locks = Synch_GetAllLocks(); in DeadlockCheck() local
1326 if (all_locks->n == 0) { in DeadlockCheck()
1338 deadlock_graph->UpdateStackTrace(mu_id, all_locks->n + 1, GetStack); in DeadlockCheck()
1341 for (int i = 0; i != all_locks->n; i++) { in DeadlockCheck()
1342 const GraphId other_node_id = all_locks->locks[i].id; in DeadlockCheck()
1361 for (int j = 0; j != all_locks->n; j++) { in DeadlockCheck()
1362 void* pr = deadlock_graph->Ptr(all_locks->locks[j].id); in DeadlockCheck()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc542 if (s->all_locks == nullptr) { in Synch_GetAllLocks()
543 s->all_locks = LocksHeldAlloc(); // Freed by ReclaimThreadIdentity. in Synch_GetAllLocks()
545 return s->all_locks; in Synch_GetAllLocks()
1318 SynchLocksHeld *all_locks = Synch_GetAllLocks(); in DeadlockCheck() local
1323 if (all_locks->n == 0) { in DeadlockCheck()
1335 deadlock_graph->UpdateStackTrace(mu_id, all_locks->n + 1, GetStack); in DeadlockCheck()
1338 for (int i = 0; i != all_locks->n; i++) { in DeadlockCheck()
1339 const GraphId other_node_id = all_locks->locks[i].id; in DeadlockCheck()
1358 for (int j = 0; j != all_locks->n; j++) { in DeadlockCheck()
1359 void* pr = deadlock_graph->Ptr(all_locks->locks[j].id); in DeadlockCheck()
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.cc544 if (s->all_locks == nullptr) { in Synch_GetAllLocks()
545 s->all_locks = LocksHeldAlloc(); // Freed by ReclaimThreadIdentity. in Synch_GetAllLocks()
547 return s->all_locks; in Synch_GetAllLocks()
1321 SynchLocksHeld *all_locks = Synch_GetAllLocks(); in DeadlockCheck() local
1326 if (all_locks->n == 0) { in DeadlockCheck()
1338 deadlock_graph->UpdateStackTrace(mu_id, all_locks->n + 1, GetStack); in DeadlockCheck()
1341 for (int i = 0; i != all_locks->n; i++) { in DeadlockCheck()
1342 const GraphId other_node_id = all_locks->locks[i].id; in DeadlockCheck()
1361 for (int j = 0; j != all_locks->n; j++) { in DeadlockCheck()
1362 void* pr = deadlock_graph->Ptr(all_locks->locks[j].id); in DeadlockCheck()