/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_threading_local.py | 165 current_thread().__dict__[key] = dict 171 d = current_thread().__dict__.get(key) 174 current_thread().__dict__[key] = d 251 from threading import current_thread, RLock namespace
|
threading.py | 30 'current_thread', 'enumerate', 'Event', 66 # Issue #4188: calling current_thread() can incur an infinite 300 # Return True if lock is owned by current_thread. 709 return current_thread().daemon 1163 current_thread = currentThread variable [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_threading_local.py | 165 current_thread().__dict__[key] = dict 171 d = current_thread().__dict__.get(key) 174 current_thread().__dict__[key] = d 251 from threading import current_thread, RLock namespace
|
threading.py | 30 'current_thread', 'enumerate', 'Event', 66 # Issue #4188: calling current_thread() can incur an infinite 300 # Return True if lock is owned by current_thread. 709 return current_thread().daemon 1163 current_thread = currentThread variable [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
thread.cc | 389 Thread *current_thread = Thread::Current(); local 390 ASSERT(current_thread != NULL); // AutoThread ensures this 397 smsg.thread = current_thread; 410 current_thread->ReceiveSends(); 411 current_thread->socketserver()->Wait(kForever, false); 427 current_thread->socketserver()->WakeUp();
|
/external/chromium_org/content/browser/ |
browser_thread_impl.cc | 251 BrowserThread::ID current_thread = ID_COUNT; local 253 GetCurrentThreadIdentifier(¤t_thread) && 254 current_thread >= identifier;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
thread_unittest.cc | 257 Thread* current_thread = Thread::Current(); local 258 current_thread->UnwrapCurrent(); 266 current_thread->WrapCurrent();
|
thread.cc | 395 Thread *current_thread = Thread::Current(); local 396 ASSERT(current_thread != NULL); // AutoThread ensures this 403 smsg.thread = current_thread; 417 current_thread->ReceiveSends(); 418 current_thread->socketserver()->Wait(kForever, false); 436 current_thread->socketserver()->WakeUp();
|
/external/qemu/memcheck/ |
memcheck_proc_management.c | 35 static ThreadDesc* current_thread = NULL; variable 182 if (tid == current_tid && current_thread != NULL) { 183 return current_thread; 189 current_thread = thread; 205 if (current_thread == NULL) { 213 current_thread = thread; 214 return current_thread; 218 return current_thread; 322 if (current_thread != NULL && current_thread->process->pid == pid) [all...] |
/external/chromium_org/tools/memory_watcher/ |
call_stack.cc | 252 HANDLE current_thread = GetCurrentThread(); local 263 current_thread,
|
/external/valgrind/main/exp-bbv/ |
bbv_main.c | 74 static Int current_thread=0; variable 167 if (bbv_thread[current_thread].dyn_instr > interval_size) { 172 if (bbv_thread[current_thread].bbtrace_fd < 0) { 173 bbv_thread[current_thread].bbtrace_fd=open_tracefile(current_thread); 178 VG_(write)(bbv_thread[current_thread].bbtrace_fd,"T",1); 182 if ( bb_elem->inst_counter[current_thread] != 0 ) { 185 bb_elem->inst_counter[current_thread]); 186 VG_(write)(bbv_thread[current_thread].bbtrace_fd, 188 bb_elem->inst_counter[current_thread] = 0 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_all.py | 464 from threading import Thread, current_thread namespace 465 del Thread, current_thread
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_all.py | 464 from threading import Thread, current_thread namespace 465 del Thread, current_thread
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |