Home
last modified time | relevance | path

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

12345678910>>...25

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dthread.h9 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/chromium_org/mojo/system/
Dwaiter_unittest.cc105 WaitingThread thread(10 * test::EpsilonTimeout().InMicroseconds()); in TEST() local
116 WaitingThread thread(10 * test::EpsilonTimeout().InMicroseconds()); in TEST() local
127 WaitingThread thread(10 * test::EpsilonTimeout().InMicroseconds()); in TEST() local
140 WaitingThread thread(10 * test::EpsilonTimeout().InMicroseconds()); in TEST() local
153 WaitingThread thread(2 * test::EpsilonTimeout().InMicroseconds()); in TEST() local
166 WaitingThread thread(MOJO_DEADLINE_INDEFINITE); in TEST() local
177 WaitingThread thread(MOJO_DEADLINE_INDEFINITE); in TEST() local
188 WaitingThread thread(MOJO_DEADLINE_INDEFINITE); in TEST() local
201 WaitingThread thread(MOJO_DEADLINE_INDEFINITE); in TEST() local
253 WaitingThread thread(MOJO_DEADLINE_INDEFINITE); in TEST() local
[all …]
Dwaiter_list_unittest.cc31 test::SimpleWaiterThread thread(&result, &context); in TEST() local
43 test::SimpleWaiterThread thread(&result, &context); in TEST() local
54 test::SimpleWaiterThread thread(&result, &context); in TEST() local
71 test::SimpleWaiterThread thread(&result, &context); in TEST() local
86 test::SimpleWaiterThread thread(&result, &context); in TEST() local
102 test::SimpleWaiterThread thread(&result, &context); in TEST() local
123 test::SimpleWaiterThread thread(&result, &context); in TEST() local
137 test::SimpleWaiterThread thread(&result, &context); in TEST() local
151 test::SimpleWaiterThread thread(&result, &context); in TEST() local
/external/bluetooth/bluedroid/osi/test/
Dthread_test.cpp9 thread_t *thread = thread_new("test_thread"); in TEST() local
15 thread_t *thread = thread_new("test_thread"); in TEST() local
20 thread_t *thread = thread_new("test_name"); in TEST() local
26 thread_t *thread = thread_new("0123456789abcdef"); in TEST() local
32 thread_t *thread = thread_new("0123456789abcdefg"); in TEST() local
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
DSDL_systhread.c31 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread()
47 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread()
52 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
79 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread()
130 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread()
135 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
/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/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/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/deqp/framework/delibs/dethread/unix/
DdeThreadUnix.c40 pthread_t thread; member
49 Thread* thread = (Thread*)entryPtr; in startThread() local
62 Thread* thread = (Thread*)deCalloc(sizeof(Thread)); in deThread_create() local
101 Thread* thread = (Thread*)threadptr; in deThread_join() local
119 Thread* thread = (Thread*)threadptr; in deThread_destroy() local
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
DSDL_systhread.c32 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread()
52 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread()
57 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/
DSDL_systhread.c29 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread()
45 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread()
50 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
/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()
107 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_false() local
113 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_true() local
120 Thread thread = factory.newThread(monitoredRunnable); in testPriority_custom() local
184 Thread thread = builder.setThreadFactory(backingThreadFactory).build() in testThreadFactory() local
/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/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/chromium_org/ppapi/tests/
Dpp_thread.h68 PP_INLINE bool PP_CreateThread(PP_ThreadType* thread, in PP_CreateThread()
81 PP_INLINE void PP_JoinThread(PP_ThreadType thread) { in PP_JoinThread()
89 PP_INLINE bool PP_CreateThread(PP_ThreadType* thread, in PP_CreateThread()
100 PP_INLINE void PP_JoinThread(PP_ThreadType thread) { in PP_JoinThread()
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/
DSDL_systhread.c42 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread()
72 void SDL_WaitThread(SDL_Thread *thread, int *status) in SDL_WaitThread()
81 void SDL_KillThread(SDL_Thread *thread) in SDL_KillThread()
/external/bluetooth/bluedroid/osi/src/
Dthread.c43 thread_t *thread; member
98 void thread_free(thread_t *thread) { in thread_free()
109 bool thread_post(thread_t *thread, thread_fn func, void *context) { in thread_post()
130 void thread_stop(thread_t *thread) { in thread_stop()
135 const char *thread_name(const thread_t *thread) { in thread_name()
144 thread_t *thread = start->thread; in run_thread() local
/external/qemu/distrib/sdl-1.2.15/src/thread/
DSDL_thread.c70 static void SDL_AddThread(SDL_Thread *thread) in SDL_AddThread()
106 static void SDL_DelThread(SDL_Thread *thread) in SDL_DelThread()
214 SDL_Thread *thread; in SDL_CreateThread() local
269 void SDL_WaitThread(SDL_Thread *thread, int *status) in SDL_WaitThread()
281 Uint32 SDL_GetThreadID(SDL_Thread *thread) in SDL_GetThreadID()
293 void SDL_KillThread(SDL_Thread *thread) in SDL_KillThread()
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_getw32threadhandle_np.c50 pthread_getw32threadhandle_np (pthread_t thread) in pthread_getw32threadhandle_np()
62 pthread_getw32threadid_np (pthread_t thread) in pthread_getw32threadid_np()
/external/qemu/distrib/sdl-1.2.15/src/thread/pth/
DSDL_systhread.c50 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread()
94 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread()
99 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
DSDL_systhread.c52 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread()
105 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread()
110 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
/external/qemu/distrib/sdl-1.2.15/src/thread/beos/
DSDL_systhread.c62 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread()
86 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread()
93 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
/external/smack/src/org/jivesoftware/smack/filter/
DThreadFilter.java33 private String thread; field in ThreadFilter
40 public ThreadFilter(String thread) { in ThreadFilter()
/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/chromium_org/third_party/leveldatabase/src/db/
Ddb_bench.cc535 ThreadState* thread; member
542 ThreadState* thread = arg->thread; in ThreadBody() local
608 void Crc32c(ThreadState* thread) { in Crc32c()
627 void AcquireLoad(ThreadState* thread) { in AcquireLoad()
643 void SnappyCompress(ThreadState* thread) { in SnappyCompress()
668 void SnappyUncompress(ThreadState* thread) { in SnappyUncompress()
705 void WriteSeq(ThreadState* thread) { in WriteSeq()
709 void WriteRandom(ThreadState* thread) { in WriteRandom()
713 void DoWrite(ThreadState* thread, bool seq) { in DoWrite()
743 void ReadSequential(ThreadState* thread) { in ReadSequential()
[all …]

12345678910>>...25