Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/external/llvm/include/llvm/Support/
Dthread.h41 typedef std::thread thread; typedef
50 struct thread { struct
51 thread() {} in thread() function
52 thread(thread &&other) {} in thread() function
54 explicit thread(Function &&f, Args &&... args) { in thread() function
59 void join() {} in join()
/external/autotest/client/tests/monotonic_time/src/
Dthreads.c19 typedef struct thread { struct
20 pthread_t thread; argument
22 thread_func_t func; argument
31 * Helper function to run a thread on a specific set of CPUs. argument
35 thread_t *thread = arg; in run_thread() local
58 thread_t *thread; in create_per_cpu_threads() local
93 thread_t *thread; in create_threads() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
Dforum_test_data.json3 "thread": "Favorite chiptune band?", string
9 "thread": "Favorite chiptune band?", string
15 "thread": "Favorite chiptune band?", string
21 "thread": "Favorite chiptune band?", string
27 "thread": "Favorite chiptune band?", string
33 "thread": "Help with compression?", string
39 "thread": "Favorite chiptune band?", string
45 "thread": "Help with compression?", string
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DSocketHandlerTest.java170 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/
DPOSIXStopInfo.h30 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/
DdeStreamCpyThread.c30 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/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl_unittest.cc57 ProcessThreadImpl thread("ProcessThread"); in TEST() local
63 ProcessThreadImpl thread("ProcessThread"); in TEST() local
72 ProcessThreadImpl thread("ProcessThread"); in TEST() local
94 ProcessThreadImpl thread("ProcessThread"); in TEST() local
116 ProcessThreadImpl thread("ProcessThread"); in TEST() local
151 ProcessThreadImpl thread("ProcessThread"); in ProcessCallAfterAFewMs() local
216 ProcessThreadImpl thread("ProcessThread"); in TEST() local
249 ProcessThreadImpl thread("ProcessThread"); in TEST() local
296 ProcessThreadImpl thread("ProcessThread"); in TEST() local
/external/lldb/source/Symbol/
DFuncUnwinders.cpp99 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/
DFailOnTimeout.java20 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/guava/guava-tests/test/com/google/common/util/concurrent/
DThreadFactoryBuilderTest.java58 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/elfutils/libdwfl/
Ddwfl_frame.c73 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()
269 Dwfl_Thread thread; in INTDEF() local
313 get_one_thread_cb (Dwfl_Thread *thread, void *arg) in get_one_thread_cb()
329 getthread (Dwfl *dwfl, pid_t tid, in getthread()
348 Dwfl_Thread thread; in getthread() local
390 get_one_thread_frames_cb (Dwfl_Thread *thread, void *arg) in get_one_thread_frames_cb()
/external/deqp/framework/delibs/dethread/unix/
DdeThreadUnix.c51 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/webrtc/webrtc/base/
Dthread_unittest.cc235 Thread *thread; in TEST() local
269 Thread thread; in TEST() local
289 AutoThread thread; in TEST() local
314 AutoThread thread; in TEST() local
386 void AsyncInvokeIntCallback(AsyncInvoker* invoker, Thread* thread) { in AsyncInvokeIntCallback()
393 void SetExpectedThreadForIntCallback(Thread* thread) { in SetExpectedThreadForIntCallback()
412 Thread thread; in TEST_F() local
423 Thread thread; in TEST_F() local
435 Thread thread; in TEST_F() local
452 Thread thread; in TEST_F() local
[all …]
Dplatform_thread_unittest.cc26 rtc::PlatformThread thread(&NullRunFunction, nullptr, "PlatformThreadTest"); in TEST() local
41 rtc::PlatformThread thread(&SetFlagRunFunction, &flag, "RunFunctionIsCalled"); in TEST() local
/external/lldb/source/Target/
DStopInfo.cpp37 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 …]
DThreadPlanTracer.cpp38 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/
Dinferiors.c122 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/lldb/source/API/
DSBHostOS.cpp68 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()
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSocketImplTest.java80 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/compiler-rt/test/tsan/
Dsignal_recursive.cc63 static void StopWorld(pthread_t thread) { in StopWorld()
73 static void StartWorld(pthread_t thread) { in StartWorld()
83 static void CollectGarbage(pthread_t thread) { in CollectGarbage()
/external/boringssl/src/crypto/
Dthread_test.c49 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/libchrome/base/threading/
Dplatform_thread_unittest.cc44 TrivialThread thread; in TEST() local
54 TrivialThread thread[10]; in TEST() local
138 FunctionTestThread thread; in TEST() local
158 FunctionTestThread thread[10]; in TEST() local
262 ThreadPriorityTestThread thread; in TEST() local
/external/deqp/framework/delibs/dethread/
DdeThreadTest.c96 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
637 deThread thread = deThread_create(singletonTestThread, &initTimeMs, DE_NULL); in runSingletonThreadedTest() local
649 deThread thread = deThreadArray_get(threads, threadNdx); in runSingletonThreadedTest() local
/external/lldb/test/
Dlldbutil.py562 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/webrtc/talk/app/webrtc/java/android/org/webrtc/
DThreadUtils.java42 private Thread thread = Thread.currentThread(); field in ThreadUtils.ThreadChecker
91 public static boolean joinUninterruptibly(final Thread thread, long timeoutMs) { in joinUninterruptibly()
114 public static void joinUninterruptibly(final Thread thread) { in joinUninterruptibly()

12345678910>>...20