/external/mesa3d/src/gallium/tests/unit/ |
pipe_barrier_test.c | 52 int thread_id = *((int *) thread_data); local 54 printf("thread %d starting\n", thread_id); 55 os_time_sleep(thread_id * 1000 * 1000); 56 printf("thread %d before barrier\n", thread_id); 58 printf("thread %d exiting\n", thread_id);
|
/external/valgrind/helgrind/tests/ |
tc03_re_excl.c | 25 pthread_t thread_id; local 30 pthread_create(&thread_id, 0, worker_thread, (void*)x); 36 pthread_join(thread_id, 0);
|
/external/compiler-rt/test/asan/TestCases/ |
debug_stacks.cc | 27 int thread_id; local 28 num_frames = __asan_get_alloc_stack(mem, trace, num_frames, &thread_id); 33 fprintf(stderr, "thread id = %d\n", thread_id); 41 num_frames = __asan_get_free_stack(mem, trace, num_frames, &thread_id); 46 fprintf(stderr, "thread id = %d\n", thread_id);
|
/external/compiler-rt/test/lsan/TestCases/ |
cleanup_in_tsd_destructor.cc | 37 pthread_t thread_id; local 38 res = pthread_create(&thread_id, 0, thread_func, 0); 40 res = pthread_join(thread_id, 0);
|
disabler_in_tsd_destructor.cc | 32 pthread_t thread_id; local 33 res = pthread_create(&thread_id, 0, thread_func, 0); 35 res = pthread_join(thread_id, 0);
|
leak_check_before_thread_started.cc | 17 pthread_t thread_id; local 25 int res = pthread_create(&thread_id, &attr, func, arg);
|
use_stacks_threaded.cc | 27 pthread_t thread_id; local 28 int res = pthread_create(&thread_id, 0, stacks_thread_func, &sync);
|
use_registers.cc | 42 pthread_t thread_id; local 43 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld.h | 37 bool Contains(SuspendedThreadID thread_id) const { 39 if (thread_ids_[i] == thread_id) 44 void Append(SuspendedThreadID thread_id) { 45 thread_ids_.push_back(thread_id);
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_stoptheworld_testlib.cc | 48 pthread_t thread_id; local 49 pthread_create(&thread_id, NULL, SuspenderThread, NULL);
|
/external/compiler-rt/lib/asan/ |
asan_debugging.cc | 84 static uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, 93 if (thread_id) *thread_id = chunk.AllocTid(); 97 if (thread_id) *thread_id = chunk.FreeTid(); 126 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { 127 return AsanGetStack(addr, trace, size, thread_id, /* alloc_stack */ true); 131 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { 132 return AsanGetStack(addr, trace, size, thread_id, /* alloc_stack */ false);
|
/external/google-breakpad/src/client/ios/handler/ |
ios_exception_minidump_generator.h | 49 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
|
/external/google-breakpad/src/client/windows/crash_generation/ |
client_info.h | 52 DWORD* thread_id, 64 DWORD* thread_id() const { return thread_id_; } function in class:google_breakpad::ClientInfo 92 bool GetClientThreadId(DWORD* thread_id) const;
|
client_info.cc | 41 DWORD* thread_id, 51 thread_id_(thread_id), 149 bool ClientInfo::GetClientThreadId(DWORD* thread_id) const { 153 thread_id, 154 sizeof(*thread_id), 159 return bytes_count == sizeof(*thread_id);
|
/external/lldb/include/lldb/Target/ |
ThreadSpec.h | 85 TIDMatches (lldb::tid_t thread_id) const 87 if (m_tid == LLDB_INVALID_THREAD_ID || thread_id == LLDB_INVALID_THREAD_ID) 90 return thread_id == m_tid;
|
/external/google-breakpad/src/client/windows/common/ |
ipc_protocol.h | 108 thread_id(0), 131 thread_id(arg_thread_id), 151 DWORD* thread_id; member in struct:google_breakpad::ProtocolMessage
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
httpserver.py | 656 if not hasattr(worker, 'thread_id'): 659 time_started, info = self.worker_tracker.get(worker.thread_id, 697 if not hasattr(worker, 'thread_id'): 701 time_started, info = self.worker_tracker.get(worker.thread_id, 710 for thread_id, (time_killed, worker) in self.dying_threads.items(): 711 if not self.thread_exists(thread_id): 714 thread_id) 716 del self.dying_threads[thread_id] 726 def kill_worker(self, thread_id): 728 Removes the worker with the given thread_id from the pool, an [all...] |
/bionic/libc/bionic/ |
pthread_internal.cpp | 82 pthread_internal_t* __pthread_internal_find(pthread_t thread_id) { 83 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(thread_id);
|
/external/compiler-rt/include/sanitizer/ |
asan_interface.h | 95 int *thread_id); 101 int *thread_id);
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
linux_dumper_unittest_helper.cc | 60 volatile pid_t thread_id = syscall(__NR_gettid); local 67 register volatile pid_t *thread_id_ptr asm(TID_PTR_REGISTER) = &thread_id;
|
/external/lldb/include/lldb/Breakpoint/ |
WatchpointOptions.h | 52 /// @param[in] thread_id 53 /// Only stop if \a thread_id hits the watchpoint. 57 lldb::tid_t thread_id = LLDB_INVALID_THREAD_ID); 171 SetThreadID(lldb::tid_t thread_id);
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/ |
asan_interface.h | 95 int *thread_id); 101 int *thread_id);
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/ |
watchthreads.py | 83 <tr {{if thread.thread_id == this_thread_id}}class="this_thread"{{endif}}> 86 {{if thread.thread_id == this_thread_id}} 90 <b>{{thread.thread_id}} 94 <input type="hidden" name="thread_id" value="{{thread.thread_id}}"> 116 var el = document.getElementById('environ-{{thread.thread_id}}'); 127 <div id="environ-{{thread.thread_id}}" style="display: none"> 146 var el = document.getElementById('traceback-{{thread.thread_id}}'); 157 <div id="traceback-{{thread.thread_id}}" style="display: none"> 212 for thread_id, (time_started, worker_environ) in workers [all...] |
/art/runtime/jdwp/ |
jdwp_event.cc | 786 ObjectId thread_id) 794 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name); 798 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name; 892 ObjectId thread_id = Dbg::GetThreadId(basket.thread); local 897 LogMatchingEventsAndThread(match_list, thread_id); 909 expandBufAddObjectId(pReq, thread_id); 923 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); 954 ObjectId thread_id = Dbg::GetThreadId(basket.thread); local 963 LogMatchingEventsAndThread(match_list, thread_id); 1047 ObjectId thread_id = Dbg::GetThreadId(basket.thread); local 1137 ObjectId thread_id = Dbg::GetThreadId(basket.thread); local 1210 ObjectId thread_id = Dbg::GetThreadId(basket.thread); local [all...] |
/external/libavc/common/ |
ithread.h | 67 WORD32 ithread_join(void *thread_id, void ** val_ptr);
|