/external/linux-tools-perf/src/tools/perf/util/ |
D | thread.h | 9 struct thread { struct 20 bool dead; /* if set thread has exited */ argument 29 struct thread *thread__new(pid_t pid, pid_t tid); argument 31 static inline void thread__exited(struct thread *thread) in thread__exited() 56 static inline void *thread__priv(struct thread *thread) in thread__priv() 61 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv()
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | SocketHandlerTest.java | 170 ServerThread thread = new ServerThread(); in testConstructor_NoProperties() local 204 ServerThread thread = new ServerThread(); in testConstructor_NoBasicProperties() local 241 ServerThread thread = new ServerThread(); in testConstructor_ValidProperties() local 285 ServerThread thread = new ServerThread(); in testConstructor_InvalidBasicProperties() local 420 ServerThread thread = new ServerThread(); in testClose_SufficientPrivilege_NormalClose() local 448 ServerThread thread = new ServerThread(); in testClose_SufficientPrivilege_DirectClose() local 473 ServerThread thread = new ServerThread(); in testPublish_NoFilter() local 512 ServerThread thread = new ServerThread(); in testPublish_WithFilter() local 542 ServerThread thread = new ServerThread(); in testPublish_Null() local 569 ServerThread thread = new ServerThread(); in testPublish_EmptyMsg() local [all …]
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | POSIXStopInfo.h | 30 POSIXStopInfo(lldb_private::Thread &thread, uint32_t status) in POSIXStopInfo() 43 POSIXLimboStopInfo(POSIXThread &thread) in POSIXLimboStopInfo() 71 POSIXCrashStopInfo(POSIXThread &thread, uint32_t status, in POSIXCrashStopInfo() 101 POSIXNewThreadStopInfo (POSIXThread &thread) in POSIXNewThreadStopInfo()
|
/external/deqp/framework/delibs/destream/ |
D | deStreamCpyThread.c | 30 deStreamCpyThread* thread = (deStreamCpyThread*)arg; in cpyStream() local 62 deStreamCpyThread* thread = malloc(sizeof(deStreamCpyThread)); in deStreamCpyThread_create() local 76 void deStreamCpyThread_destroy (deStreamCpyThread* thread) in deStreamCpyThread_destroy() 83 void deStreamCpyThread_join (deStreamCpyThread* thread) in deStreamCpyThread_join()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | ThreadFactoryBuilderTest.java | 58 Thread thread = threadFactory.newThread(monitoredRunnable); in testThreadFactoryBuilder_defaults() local 92 private static void checkThreadPoolName(Thread thread, int threadId) { in checkThreadPoolName() 116 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_false() local 122 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_true() local 129 Thread thread = factory.newThread(monitoredRunnable); in testPriority_custom() local 193 Thread thread = builder.setThreadFactory(backingThreadFactory).build() in testThreadFactory() local
|
/external/lldb/source/Symbol/ |
D | FuncUnwinders.cpp | 99 FuncUnwinders::GetUnwindPlanAtNonCallSite (Thread& thread) in GetUnwindPlanAtNonCallSite() 125 FuncUnwinders::GetUnwindPlanFastUnwind (Thread& thread) in GetUnwindPlanFastUnwind() 151 FuncUnwinders::GetUnwindPlanArchitectureDefault (Thread& thread) in GetUnwindPlanArchitectureDefault() 187 FuncUnwinders::GetUnwindPlanArchitectureDefaultAtFunctionEntry (Thread& thread) in GetUnwindPlanArchitectureDefaultAtFunctionEntry() 240 FuncUnwinders::InvalidateNonCallSiteUnwindPlan (lldb_private::Thread& thread) in InvalidateNonCallSiteUnwindPlan()
|
/external/junit/src/org/junit/internal/runners/statements/ |
D | FailOnTimeout.java | 20 StatementThread thread= evaluateStatement(); in evaluate() local 26 StatementThread thread= new StatementThread(fOriginalStatement); in evaluateStatement() local 33 private void throwExceptionForUnfinishedThread(StatementThread thread) in throwExceptionForUnfinishedThread() 41 private void throwTimeoutException(StatementThread thread) throws Exception { in throwTimeoutException()
|
/external/elfutils/src/libdwfl/ |
D | dwfl_frame.c | 73 Dwfl_Thread *thread = state->thread; in state_free() local 80 thread_free_all_states (Dwfl_Thread *thread) in thread_free_all_states() 87 state_alloc (Dwfl_Thread *thread) in state_alloc() 268 Dwfl_Thread thread; in INTDEF() local 312 get_one_thread_cb (Dwfl_Thread *thread, void *arg) in get_one_thread_cb() 328 getthread (Dwfl *dwfl, pid_t tid, in getthread() 347 Dwfl_Thread thread; in getthread() local 389 get_one_thread_frames_cb (Dwfl_Thread *thread, void *arg) in get_one_thread_frames_cb()
|
/external/deqp/framework/delibs/dethread/unix/ |
D | deThreadUnix.c | 51 pthread_t thread; member 60 Thread* thread = (Thread*)entryPtr; in startThread() local 73 Thread* thread = (Thread*)deCalloc(sizeof(Thread)); in deThread_create() local 112 Thread* thread = (Thread*)threadptr; in deThread_join() local 130 Thread* thread = (Thread*)threadptr; in deThread_destroy() local
|
/external/lldb/source/Target/ |
D | StopInfo.cpp | 37 StopInfo::StopInfo (Thread &thread, uint64_t value) : in StopInfo() 112 StopInfoBreakpoint (Thread &thread, break_id_t break_id) : in StopInfoBreakpoint() 125 StopInfoBreakpoint (Thread &thread, break_id_t break_id, bool should_stop) : in StopInfoBreakpoint() 560 StopInfoWatchpoint (Thread &thread, break_id_t watch_id) : in StopInfoWatchpoint() 822 StopInfoUnixSignal (Thread &thread, int signo) : in StopInfoUnixSignal() 919 StopInfoTrace (Thread &thread) : in StopInfoTrace() 953 StopInfoException (Thread &thread, const char *description) : in StopInfoException() 1044 StopInfoExec (Thread &thread) : in StopInfoExec() 1086 StopInfo::CreateStopReasonWithBreakpointSiteID (Thread &thread, break_id_t break_id) in CreateStopReasonWithBreakpointSiteID() 1092 StopInfo::CreateStopReasonWithBreakpointSiteID (Thread &thread, break_id_t break_id, bool should_st… in CreateStopReasonWithBreakpointSiteID() [all …]
|
D | ThreadPlanTracer.cpp | 38 ThreadPlanTracer::ThreadPlanTracer (Thread &thread, lldb::StreamSP &stream_sp) : in ThreadPlanTracer() 46 ThreadPlanTracer::ThreadPlanTracer (Thread &thread) : in ThreadPlanTracer() 103 ThreadPlanAssemblyTracer::ThreadPlanAssemblyTracer (Thread &thread, lldb::StreamSP &stream_sp) : in ThreadPlanAssemblyTracer() 111 ThreadPlanAssemblyTracer::ThreadPlanAssemblyTracer (Thread &thread) : in ThreadPlanAssemblyTracer()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | inferiors.c | 122 struct thread_info *thread = get_thread (inf); in thread_id_to_gdb_id() local 131 unsigned int thread_to_gdb_id (struct thread_info *thread) in thread_to_gdb_id() 141 struct thread_info *thread = get_thread (inf); in gdb_id_to_thread() local 152 struct thread_info *thread = gdb_id_to_thread (gdb_id); in gdb_id_to_thread_id() local 160 struct thread_info *thread = get_thread (inf); in free_one_thread() local 165 void remove_thread (struct thread_info *thread) in remove_thread()
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLSocketImplTest.java | 80 Thread thread = new Thread() { in testSSLSocketImpl1() local 144 Thread thread = new Thread() { in testSSLSocketImpl2() local 211 Thread thread = new Thread() { in testSSLSocketImpl3() local 277 Thread thread = new Thread() { in testSSLSocketImpl4() local 344 Thread thread = new Thread() { in testSSLSocketImpl5() local 808 Thread thread = new Thread() { in testGetSession() local 923 Thread thread = new Thread() { in testStartHandshake() local 984 Thread thread = new Thread() { in testGetInputStream() local 1046 Thread thread = new Thread() { in testGetOutputStream() local
|
/external/lldb/source/API/ |
D | SBHostOS.cpp | 68 SBHostOS::ThreadCancel (lldb::thread_t thread, SBError *error_ptr) in ThreadCancel() 74 SBHostOS::ThreadDetach (lldb::thread_t thread, SBError *error_ptr) in ThreadDetach() 80 SBHostOS::ThreadJoin (lldb::thread_t thread, void **result, SBError *error_ptr) in ThreadJoin()
|
D | SBThread.cpp | 202 Thread *thread = exe_ctx.GetThreadPtr(); in GetStopReasonDataAtIndex() local 522 Thread *thread = exe_ctx.GetThreadPtr(); in ResumeNewPlan() local 567 Thread *thread = exe_ctx.GetThreadPtr(); in StepOver() local 619 Thread *thread = exe_ctx.GetThreadPtr(); in StepInto() local 663 Thread *thread = exe_ctx.GetThreadPtr(); in StepOut() local 698 Thread *thread = exe_ctx.GetThreadPtr(); in StepOutOfFrame() local 728 Thread *thread = exe_ctx.GetThreadPtr(); in StepInstruction() local 755 Thread *thread = exe_ctx.GetThreadPtr(); in RunToAddress() local 793 Thread *thread = exe_ctx.GetThreadPtr(); in StepOverUntil() local 928 Thread *thread = exe_ctx.GetThreadPtr(); in ReturnFromFrame() local [all …]
|
/external/deqp/framework/delibs/dethread/ |
D | deThreadTest.c | 96 deThread thread = deThread_create(threadTestThr1, &val, DE_NULL); in deThread_selfTest() local 107 deThread thread = deThread_create(threadTestThr2, DE_NULL, DE_NULL); in deThread_selfTest() local 120 deThread thread; in deThread_selfTest() local 141 deThread thread; in deThread_selfTest() local 158 deThread thread; in deThread_selfTest() local 277 deThread thread; in deMutex_selfTest() local 337 deThread thread; in deMutex_selfTest() local 564 deThread thread = deThread_create(singletonTestThread, &initTimeMs, DE_NULL); in runSingletonThreadedTest() local 576 deThread thread = deThreadArray_get(threads, threadNdx); in runSingletonThreadedTest() local
|
/external/compiler-rt/test/tsan/ |
D | signal_recursive.cc | 61 static void StopWorld(pthread_t thread) { in StopWorld() 71 static void StartWorld(pthread_t thread) { in StartWorld() 81 static void CollectGarbage(pthread_t thread) { in CollectGarbage()
|
/external/boringssl/src/crypto/ |
D | thread_test.c | 49 static int wait_for_thread(thread_t thread) { in wait_for_thread() 70 static int wait_for_thread(thread_t thread) { in wait_for_thread() 94 thread_t thread; in test_once() local 153 thread_t thread; in test_thread_local() local
|
/external/lldb/test/ |
D | lldbutil.py | 562 def get_caller_symbol(thread): argument 576 def get_function_names(thread): argument 586 def get_symbol_names(thread): argument 596 def get_pc_addresses(thread): argument 606 def get_filenames(thread): argument 616 def get_line_numbers(thread): argument 626 def get_module_names(thread): argument 636 def get_stack_frames(thread): argument 646 def print_stacktrace(thread, string_buffer = False): argument
|
/external/lldb/examples/python/ |
D | performance.py | 70 def ThreadStopped (self, thread): argument 76 def ThreadStopped (self, thread): argument 115 def ThreadStopped (self, thread): argument 291 def BreakpointHit (self, thread): argument 297 def PlanComplete (self, thread): argument
|
/external/nist-sip/java/gov/nist/core/ |
D | ThreadAuditor.java | 36 private Thread thread; field in ThreadAuditor.ThreadHandle 113 public synchronized void removeThread(Thread thread) { in removeThread() 142 Thread thread = threadHandle.getThread(); in auditThreads() local
|
/external/valgrind/drd/tests/ |
D | pth_detached_sem.c | 64 pthread_t thread; in main() local 73 pthread_t thread; in main() local
|
D | pth_detached.c | 57 pthread_t thread; in main() local 66 pthread_t thread; in main() local
|
/external/sfntly/cpp/src/test/ |
D | lock_test.cc | 63 BasicLockTestThread thread(&lock); in BasicLockTest() local 131 TryLockTestThread thread(&lock); in TryLockTest() local 145 TryLockTestThread thread(&lock); in TryLockTest() local 193 MutexLockTestThread thread(&lock, &value); in MutexTwoThreads() local
|
/external/libvpx/libvpx/vp8/common/ |
D | threading.h | 32 #define pthread_join(thread, result) ((WaitForSingleObject((thread),INFINITE)!=WAIT_OBJECT_0) || !C… argument 33 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) argument 35 #define pthread_cancel(thread) terminate_thread(thread,0) argument
|