/external/smack/src/org/jivesoftware/smack/ |
D | Chat.java | 43 private String threadID; field in Chat 54 Chat(ChatManager chatManager, String participant, String threadID) { in Chat() argument 57 this.threadID = threadID; in Chat() 68 return threadID; in getThreadID() 95 message.setThread(threadID); in sendMessage() 112 message.setThread(threadID); in sendMessage() 166 message.setThread(threadID); in deliver() 177 && threadID.equals(((Chat)obj).getThreadID()) in equals()
|
D | ChatManager.java | 144 String threadID; in createChat() local 146 threadID = nextID(); in createChat() 147 } while (threadChats.get(threadID) != null); in createChat() 149 return createChat(userJID, threadID, listener); in createChat() 173 private Chat createChat(String userJID, String threadID, boolean createdLocally) { in createChat() argument 174 Chat chat = new Chat(this, userJID, threadID); in createChat() 175 threadChats.put(threadID, chat); in createChat() 187 String threadID = message.getThread(); in createChat() local 188 if(threadID == null) { in createChat() 189 threadID = nextID(); in createChat() [all …]
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | ThreadingPthreads.cpp | 211 int waitForThreadCompletion(ThreadIdentifier threadID) in waitForThreadCompletion() argument 214 ASSERT(threadID); in waitForThreadCompletion() 219 pthreadHandle = pthreadHandleForIdentifierWithLockAlreadyHeld(threadID); in waitForThreadCompletion() 226 WTF_LOG_ERROR("ThreadIdentifier %u was found to be deadlocked trying to quit", threadID); in waitForThreadCompletion() 228 WTF_LOG_ERROR("ThreadIdentifier %u was unable to be joined.\n", threadID); in waitForThreadCompletion() 231 PthreadState* state = threadMap().get(threadID); in waitForThreadCompletion() 237 threadMap().remove(threadID); in waitForThreadCompletion() 245 void detachThread(ThreadIdentifier threadID) in detachThread() argument 247 ASSERT(threadID); in detachThread() 250 pthread_t pthreadHandle = pthreadHandleForIdentifierWithLockAlreadyHeld(threadID); in detachThread() [all …]
|
D | ThreadingWin.cpp | 178 static void storeThreadHandleByIdentifier(DWORD threadID, HANDLE threadHandle) in storeThreadHandleByIdentifier() argument 181 ASSERT(!threadMap().contains(threadID)); in storeThreadHandleByIdentifier() 182 threadMap().add(threadID, threadHandle); in storeThreadHandleByIdentifier() 212 ThreadIdentifier threadID = 0; in createThreadInternal() local 223 threadID = static_cast<ThreadIdentifier>(threadIdentifier); in createThreadInternal() 226 return threadID; in createThreadInternal() 229 int waitForThreadCompletion(ThreadIdentifier threadID) in waitForThreadCompletion() argument 231 ASSERT(threadID); in waitForThreadCompletion() 233 HANDLE threadHandle = threadHandleForIdentifier(threadID); in waitForThreadCompletion() 235 …_ERROR("ThreadIdentifier %u did not correspond to an active thread when trying to quit", threadID); in waitForThreadCompletion() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/ |
D | SDL_systhread.c | 46 unsigned, unsigned *threadID); 51 unsigned, unsigned *threadID); 56 unsigned, unsigned *threadID);
|
/external/webrtc/src/system_wrappers/source/ |
D | thread_win.cc | 76 bool ThreadWindows::Start(unsigned int& threadID) in Start() argument 82 &threadID); in Start() 87 _id = threadID; in Start()
|
D | thread_posix.cc | 164 bool ThreadPosix::Start(unsigned int& threadID) in Start() argument 198 threadID = static_cast<unsigned int>(_thread); in Start()
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
D | WorkerThread.cpp | 130 ThreadIdentifier threadID = m_threadID; in workerThread() local 142 detachThread(threadID); in workerThread()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_thread.h | 74 unsigned, unsigned *threadID);
|
/external/chromium/sdch/open-vcdiff/src/solaris/ |
D | libstdc++.la | 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
|
/external/chromium_org/third_party/tcmalloc/vendor/src/solaris/ |
D | libstdc++.la | 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
|
/external/open-vcdiff/src/solaris/ |
D | libstdc++.la | 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
|
/external/chromium_org/third_party/tcmalloc/chromium/src/solaris/ |
D | libstdc++.la | 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
|
/external/protobuf/src/solaris/ |
D | libstdc++.la | 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
|
/external/chromium_org/sdch/open-vcdiff/src/solaris/ |
D | libstdc++.la | 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _solaris.h | 389 uint_t threadID; /* ptr to solaris-internal thread id structures */ member
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 2198 http://boards.harrypotter.warnerbros.com/web/thread.jspa?threadID=2000014555&tstart=0 2199 http://boards.harrypotter.warnerbros.com/web/thread.jspa?threadID=2000304971&start=90&tstart=0 2200 http://boards.hbo.com/thread.jspa?threadID=600001207&messageID=600243073 2204 http://boards.historychannel.com/thread.jspa?threadID=100033295&messageID=300411425&start=45 2205 http://boards.historychannel.com/thread.jspa?threadID=100033295&start=45&tstart=0 2206 http://boards.historychannel.com/thread.jspa?threadID=300024993&tstart=0&start=-1 4155 http://dev-forums.ebay.com/thread.jspa?threadID=100002003 4156 http://dev-forums.ebay.com/thread.jspa?threadID=100002003&tstart=-1 4157 http://dev-forums.ebay.com/thread.jspa?threadID=100002003&tstart=0&mod=1117056575094 4338 http://discussion.autodesk.com/thread.jspa?threadID=372046 [all …]
|