| /external/linux-tools-perf/perf-3.12.0/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/chromium_org/mojo/system/ |
| D | waiter_unittest.cc | 105 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 …]
|
| D | waiter_list_unittest.cc | 31 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/ |
| D | thread_test.cpp | 9 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/ |
| D | SDL_systhread.c | 31 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/ |
| 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/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/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/deqp/framework/delibs/dethread/unix/ |
| D | deThreadUnix.c | 40 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/ |
| D | SDL_systhread.c | 32 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/ |
| D | SDL_systhread.c | 29 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/ |
| D | ThreadFactoryBuilderTest.java | 58 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/ |
| 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/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/chromium_org/ppapi/tests/ |
| D | pp_thread.h | 68 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/ |
| D | SDL_systhread.c | 42 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/ |
| D | thread.c | 43 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/ |
| D | SDL_thread.c | 70 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/ |
| D | pthread_getw32threadhandle_np.c | 50 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/ |
| D | SDL_systhread.c | 50 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/ |
| D | SDL_systhread.c | 52 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/ |
| D | SDL_systhread.c | 62 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/ |
| D | ThreadFilter.java | 33 private String thread; field in ThreadFilter 40 public ThreadFilter(String thread) { in ThreadFilter()
|
| /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()
|
| /external/chromium_org/third_party/leveldatabase/src/db/ |
| D | db_bench.cc | 535 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 …]
|