/hardware/bsp/intel/peripheral/libmraa/src/iio/ |
iio.c | 345 if (dev->thread_id != 0) { 356 pthread_create(&dev->thread_id, NULL, mraa_iio_trigger_handler, (void*) dev); 498 if (dev->thread_id != 0) { 516 pthread_create(&dev->thread_id, NULL, mraa_iio_event_handler, (void*) dev);
|
/external/libmicrohttpd/src/platform/ |
w32functions.c | 673 * @param thread_id ID of thread, -1 for current thread 676 void W32_SetThreadName(const DWORD thread_id, const char *thread_name) 694 thread_info.ID = thread_id;
|
/external/v8/src/ |
isolate.h | 450 PerIsolateThreadData(Isolate* isolate, ThreadId thread_id) 452 thread_id_(thread_id), 462 ThreadId thread_id() const { return thread_id_; } function in class:v8::internal::Isolate::PerIsolateThreadData 471 bool Matches(Isolate* isolate, ThreadId thread_id) const { 472 return isolate_ == isolate && thread_id_.Equals(thread_id); 548 PerIsolateThreadData* FindPerThreadDataForThread(ThreadId thread_id); 581 THREAD_LOCAL_TOP_ACCESSOR(ThreadId, thread_id) [all...] |
v8threads.cc | 353 void ThreadManager::TerminateExecution(ThreadId thread_id) { 357 if (thread_id.Equals(state->id())) {
|
isolate.cc | 56 int thread_id = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_); local 57 if (thread_id == 0) { 58 thread_id = AllocateThreadId(); 59 base::Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id); 61 return thread_id; 124 ThreadId thread_id = ThreadId::Current(); local 128 per_thread = thread_data_table_->Lookup(this, thread_id); 130 per_thread = new PerIsolateThreadData(this, thread_id); 133 DCHECK(thread_data_table_->Lookup(this, thread_id) == per_thread); 142 ThreadId thread_id = ThreadId(thread_id_int) local 156 ThreadId thread_id = ThreadId::Current(); local [all...] |
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_winpcap.c | 205 DWORD thread_id; local 245 &thread_id);
|
/external/ceres-solver/internal/ceres/ |
schur_eliminator_impl.h | 225 int thread_id = omp_get_thread_num(); local 227 int thread_id = 0; 229 double* buffer = buffer_.get() + thread_id * buffer_size_; 512 int thread_id = omp_get_thread_num(); local 514 int thread_id = 0; local 517 chunk_outer_product_buffer_.get() + thread_id * buffer_size_;
|
/external/google-breakpad/src/processor/ |
minidump_processor.cc | 173 uint32_t thread_id; local 174 if (!thread->GetThreadID(&thread_id)) { 179 thread_string += " id " + HexString(thread_id); 186 if (has_dump_thread && thread_id == dump_thread_id) { 192 if (has_requesting_thread && thread_id == requesting_thread_id) { [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_parallelism_framework.py | 348 usage_dict = {} # (process_id, thread_id): number of tasks performed 349 for (process_id, thread_id) in results: 350 usage_dict[(process_id, thread_id)] = ( 351 usage_dict.get((process_id, thread_id), 0) + 1)
|
/external/libxml2/ |
threads.c | 111 thread_id tid; 132 thread_id tid; 168 thread_id mainthread = 0;
|
/external/google-breakpad/src/client/windows/crash_generation/ |
crash_generation_server.cc | 83 msg.thread_id != NULL && 430 msg_.thread_id, [all...] |
minidump_generator.cc | 255 const DWORD thread_id, 266 thread_id_(thread_id),
|
/external/google-breakpad/src/google_breakpad/common/ |
minidump_format.h | 359 uint32_t thread_id; member in struct:__anon11431 540 uint32_t thread_id; /* Thread in which the exception member in struct:__anon11442 542 * (MDRawThread).thread_id. */ [all...] |
/external/skia/src/core/ |
SkTraceEvent.h | 207 category_group, name, id, thread_id, flags, ...) \ 217 thread_id, base::TimeTicks::FromInternalValue(timestamp), \
|
/external/webrtc/webrtc/system_wrappers/source/ |
trace_impl.cc | 80 uint32_t thread_id = rtc::CurrentThreadId(); local 82 return sprintf(trace_message, "%10u; ", thread_id);
|
/art/runtime/ |
thread.cc | 2824 const uint32_t thread_id = GetThreadId(); local [all...] |
stack.h | 474 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) 475 : RootInfo(kRootJavaFrame, thread_id), stack_visitor_(stack_visitor), vreg_(vreg) {
|
/external/chromium-trace/catapult/devil/devil/android/ |
logcat_monitor_test.py | 55 self.assertEqual(actual.group('thread_id'), expected[1]) 175 r'\S* logcat monitor test message \d', thread_id=2109)
|
/external/google-breakpad/src/client/solaris/handler/ |
minidump_generator.cc | 237 lwp->thread_id = lsp->pr_lwpid; 289 // should be the thread_id 290 lwp->thread_id = lsp->pr_lwpid; 304 // should be the thread_id 305 lwp->thread_id = lsp->pr_lwpid; 589 exception.get()->thread_id = writer_args->crashed_lwpid;
|
/external/valgrind/coregrind/m_gdbserver/ |
server.h | 252 void add_thread (unsigned long thread_id, void *target_data, unsigned int);
|
/external/ImageMagick/www/api/ |
image-view.php | 110 const int thread_id,void *context) 281 const ssize_t y,const int thread_id,void *context) 479 const ssize_t y,const int thread_id,void *context) 525 ImageView *destination,const ssize_t y,const int thread_id, 576 const ssize_t y,const int thread_id,void *context)
|
wand-view.php | 110 const int thread_id,void *context) 214 const ssize_t y,const int thread_id,void *context) 401 const ssize_t y,const int thread_id,void *context) 447 WandView *destination,const ssize_t y,const int thread_id, 498 const int thread_id,void *context)
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
minidump_writer.cc | 274 dumper_->CopyFromProcess(*stack_copy, thread->thread_id, stack, 320 thread.thread_id = dumper_->threads()[i]; 326 if (static_cast<pid_t>(thread.thread_id) == GetCrashThread() && 369 thread.thread_id, 624 exc.get()->thread_id = GetCrashThread(); [all...] |
/external/google-breakpad/src/client/mac/handler/ |
minidump_generator.cc | 945 bool MinidumpGenerator::WriteThreadStream(mach_port_t thread_id, 951 if (GetThreadState(thread_id, state, &state_count)) { 960 thread->thread_id = thread_id; [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux_libcdep.cc | 112 bool SuspendThread(SuspendedThreadID thread_id);
|