Searched
refs:threads (Results
476 -
500 of
768) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
cpumask.h | 16 #include <linux/threads.h>
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
GLSharedGroup.h | 36 #include <utils/threads.h>
|
/system/core/libcutils/ |
Android.mk | 50 threads.c \
|
/device/lge/mako/camera/ |
QCameraStream.h | 22 #include <utils/threads.h> 26 #include <utils/threads.h>
|
QCameraHWI_Record_7x27A.cpp | 23 #include <utils/threads.h>
|
QCameraStream.cpp | 24 #include <utils/threads.h>
|
/external/openssl/crypto/threads/ |
netware.bat | 39 echo IMPORT @%IMPORTS%\threads.imp >> mttest.def
|
/external/webkit/Source/WebCore/workers/ |
WorkerContext.idl | 27 module threads {
|
/frameworks/base/services/input/ |
EventHub.h | 28 #include <utils/threads.h> 30 #include <utils/threads.h>
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
HttpCookieTest.java | [all...] |
/external/valgrind/main/coregrind/m_coredump/ |
coredump-elf.c | 577 if (VG_(threads)[i].status == VgTs_Empty) 584 fill_xfpu(&VG_(threads)[i], &xfpu); 590 fill_fpu(&VG_(threads)[i], &fpu); 595 fill_prstatus(&VG_(threads)[i], &prstatus, si); 601 fill_prpsinfo(&VG_(threads)[tid], &prpsinfo);
|
/external/valgrind/main/coregrind/ |
m_stacktrace.c | 463 Word hsp = VG_(threads)[tid_if_known].arch.vex.guest_REDIR_SP; 466 lr = VG_(threads)[tid_if_known] 540 Word hsp = VG_(threads)[tid_if_known] 545 ip = VG_(threads)[tid_if_known] [all...] |
/external/qemu/memcheck/ |
memcheck_proc_management.c | 49 /* List of running threads. */ 59 * threads, as well as thread list in the process descriptor of the process 82 QLIST_INSERT_HEAD(&proc->threads, new_thread, proc_entry); 106 QLIST_INIT(&new_proc->threads); 168 * threads. 601 if (!QLIST_EMPTY(&proc->threads)) {
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-x86-linux.c | 330 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid], 552 ldt = (Char*)(VG_(threads)[tid].arch.vex.guest_LDT); 586 ldt = (VexGuestX86SegDescr*)VG_(threads)[tid].arch.vex.guest_LDT; 607 VG_(threads)[tid].arch.vex.guest_LDT = (HWord)ldt; 656 gdt = (VexGuestX86SegDescr*)VG_(threads)[tid].arch.vex.guest_GDT; 661 VG_(threads)[tid].arch.vex.guest_GDT = (HWord)gdt; 713 gdt = (VexGuestX86SegDescr*)VG_(threads)[tid].arch.vex.guest_GDT; 718 VG_(threads)[tid].arch.vex.guest_GDT = (HWord)gdt; [all...] |
/external/webkit/Source/JavaScriptCore/heap/ |
MachineStackMarker.cpp | 291 #error Need a way to suspend threads on this platform 304 #error Need a way to resume threads on this platform 474 // threads, so a malloc during gather would risk a deadlock with a
|
/bionic/libc/kernel/arch-x86/asm/ |
pgtable_32.h | 25 #include <linux/threads.h>
|
processor_32.h | 34 #include <linux/threads.h>
|
/bionic/libc/kernel/common/linux/ |
nodemask.h | 22 #include <linux/threads.h>
|
/build/tools/releasetools/ |
common.py | 938 # start worker threads; wait for them all to finish. 939 threads = [threading.Thread(target=worker) 941 for th in threads: 943 while threads: 944 threads.pop().join()
|
/development/ndk/platforms/android-3/include/linux/ |
nodemask.h | 16 #include <linux/threads.h>
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
pgtable_32.h | 25 #include <linux/threads.h>
|
processor_32.h | 34 #include <linux/threads.h>
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraStream.cpp | 23 #include <utils/threads.h>
|
/external/icu4c/test/intltest/ |
simplethread.cpp | 232 // OS indicates that all threads have terminated, rather than waiting 236 // main() programs are supposed to have to wait for their threads. 269 // cooperative threading, threads are a no-op. We have no yield() calls 305 // On Windows, the main thread must verify that other threads have finished 387 //threads created with this attr to be in 453 #error No implementation for threads! Cannot test.
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
LayerAndroid.h | 36 #include <utils/threads.h>
|
Completed in 5128 milliseconds
<<11121314151617181920>>