Lines Matching refs:nullptr

153   Thread::DumpState(os, nullptr, tid);
156 DumpNativeStack(os, tid, nullptr, " native: ");
169 while ((e = readdir(d)) != nullptr) {
196 backtrace_map_(dump_native_stack ? BacktraceMap::Create(getpid()) : nullptr),
203 CHECK(self != nullptr);
246 if (self != nullptr) {
326 bool updated = thread->ModifySuspendCount(self, +1, nullptr, false);
335 if (callback != nullptr) {
369 bool updated = thread->ModifySuspendCount(self, -1, nullptr, false);
475 /*backtrace_map*/ nullptr,
537 SuspendAllInternal(self, self, nullptr);
570 bool updated = thread->ModifySuspendCount(self, -1, nullptr, false);
588 if (flip_func != nullptr) {
594 if (flip_func != nullptr) {
604 bool updated = thread->ModifySuspendCount(self, -1, nullptr, false);
616 if (self != nullptr) {
661 if (self != nullptr) {
679 if (kDebugLocking && self != nullptr) {
694 if (ignore1 != nullptr) {
697 if (ignore2 != nullptr && ignore1 != ignore2) {
740 if (futex(pending_threads.Address(), FUTEX_WAIT, cur_val, &wait_timeout, nullptr, 0) != 0) {
766 if (self != nullptr) {
794 bool updated = thread->ModifySuspendCount(self, -1, nullptr, false);
800 if (self != nullptr) {
808 if (self != nullptr) {
837 bool updated = thread->ModifySuspendCount(self, -1, nullptr, for_debugger);
859 if (scoped_name_chars.c_str() == nullptr) {
875 Thread* suspended_thread = nullptr;
888 if (thread == nullptr) {
889 if (suspended_thread != nullptr) {
896 nullptr,
904 return nullptr;
907 CHECK(suspended_thread == nullptr);
910 return nullptr;
922 CHECK(suspended_thread == nullptr);
924 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, debug_suspension);
955 if (suspended_thread != nullptr) {
959 nullptr,
964 return nullptr;
994 Thread* suspended_thread = nullptr;
1007 Thread* thread = nullptr;
1014 if (thread == nullptr) {
1015 CHECK(suspended_thread == nullptr) << "Suspended thread " << suspended_thread
1021 return nullptr;
1027 if (suspended_thread == nullptr) {
1034 bool updated = thread->ModifySuspendCount(self, +1, nullptr, debug_suspension);
1065 if (suspended_thread != nullptr) {
1066 bool updated = thread->ModifySuspendCount(soa.Self(), -1, nullptr, debug_suspension);
1070 return nullptr;
1092 return nullptr;
1138 const bool skip_thread_suspension = (pReq != nullptr && !Dbg::IsDebuggerActive());
1144 bool updated = self->ModifySuspendCount(self, +1, nullptr, true);
1158 if (pReq != nullptr) {
1161 pReq = nullptr; // object has been deleted, clear it for safety.
1229 bool updated = thread->ModifySuspendCount(self, -1, nullptr, true);
1261 nullptr,
1320 bool updated = thread->ModifySuspendCount(self, +1, nullptr, false);
1380 bool updated = self->ModifySuspendCount(self, +1, nullptr, true);
1384 bool updated = self->ModifySuspendCount(self, +1, nullptr, false);
1432 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr);
1449 ReleaseThreadId(nullptr, thin_lock_id);
1454 __get_tls()[TLS_SLOT_ART_THREAD_SELF] = nullptr;
1456 CHECK_PTHREAD_CALL(pthread_setspecific, (Thread::pthread_key_self_, nullptr), "detach self");
1460 MutexLock mu(nullptr, *Locks::thread_list_lock_);
1462 Locks::thread_exit_cond_->Broadcast(nullptr);
1480 bool suspended = thread->ModifySuspendCount(self, +1, nullptr, false);
1485 bool resumed = thread->ModifySuspendCount(self, -1, nullptr, false);
1501 bool updated = thread->ModifySuspendCount(self, -1, nullptr, false);