| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_stackdepot.cpp | 120 void *thread_ SANITIZER_GUARDED_BY(mutex_) = nullptr; 134 CHECK_EQ(nullptr, thread_); 135 thread_ = internal_start_thread( 141 state_ = thread_ ? State::Started : State::Failed; 164 CHECK_NE(nullptr, thread_); 165 t = thread_; 166 thread_ = nullptr; 177 CHECK_NE(nullptr, thread_); 181 internal_join_thread(thread_); 184 thread_ = nullptr [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| inline-frame.c | 41 inline_state (thread_info *thread_, int skipped_frames_, CORE_ADDR saved_pc_, 43 : thread (thread_), skipped_frames (skipped_frames_), saved_pc (saved_pc_),
|
| breakpoint.c | 377 int thread_) 385 gdb_assert (thread_ > 0); 391 thread = thread_; 8756 int thread_, int task_, int inferior_, 8786 thread = thread_;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| inline-frame.c | 41 inline_state (thread_info *thread_, int skipped_frames_, CORE_ADDR saved_pc_, 43 : thread (thread_), skipped_frames (skipped_frames_), saved_pc (saved_pc_),
|
| breakpoint.c | 383 int thread_) 391 gdb_assert (thread_ > 0); 397 thread = thread_; 8785 int thread_, int task_, int inferior_, 8815 thread = thread_;
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
| gtest-port.h | 1311 // The thread can be created only after all fields except thread_ 1314 pthread_create(&thread_, nullptr, &ThreadFuncWithCLinkage, base)); 1320 GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, nullptr)); 1338 pthread_t thread_; // The native thread object. member in class:testing::internal::ThreadWithParam 1487 AutoHandle thread_; member in class:testing::internal::ThreadWithParamBase
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-port.cc | 516 : thread_(ThreadWithParamSupport::CreateThread(runnable, 525 GTEST_CHECK_(::WaitForSingleObject(thread_.Get(), INFINITE) == WAIT_OBJECT_0)
|
| /src/external/bsd/libevent/dist/test/ |
| regress_thread.c | 576 { #name, thread_##name, TT_FORK|TT_NEED_THREADS|TT_NEED_BASE|(f), \
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_thread.c | 570 { #name, thread_##name, TT_FORK|TT_NEED_THREADS|TT_NEED_BASE|(f), \
|