HomeSort by relevance Sort by last modified time
    Searched full:threadinfo (Results 1 - 25 of 48) sorted by null

1 2

  /sdk/emulator/opengl/host/libs/Translator/EGL/
ThreadInfo.cpp 18 #include "ThreadInfo.h"
27 void ThreadInfo::updateInfo(ContextPtr eglCtx,
48 ThreadInfo *ti = (ThreadInfo *)ptr;
53 ThreadInfo *getThreadInfo()
55 ThreadInfo *ti = (ThreadInfo *)thread_store_get(&s_tls);
57 ti = new ThreadInfo();
ThreadInfo.h 24 struct ThreadInfo {
25 ThreadInfo():eglDisplay(NULL),glesContext(NULL),objManager(NULL){}
40 ThreadInfo* getThreadInfo();
ClientAPIExts.cpp 20 #include "ThreadInfo.h"
96 ThreadInfo* thread = getThreadInfo(); \
110 ThreadInfo* thread = getThreadInfo(); \
Android.mk 26 ThreadInfo.cpp \
EglImp.cpp 25 #include "ThreadInfo.h"
141 ThreadInfo* thread = getThreadInfo();
678 ThreadInfo* thread = getThreadInfo();
778 ThreadInfo* thread = getThreadInfo();
797 ThreadInfo* thread = getThreadInfo();
812 ThreadInfo* thread = getThreadInfo();
830 ThreadInfo* thread = getThreadInfo();
854 ThreadInfo* thread = getThreadInfo();
868 ThreadInfo* thread = getThreadInfo();
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
Android.mk 9 ThreadInfo.cpp
ThreadInfo.cpp 16 #include "ThreadInfo.h"
EGLClientIface.h 20 struct EGLThreadInfo; // defined in ThreadInfo.h
HostConnection.cpp 19 #include "ThreadInfo.h"
  /system/core/libutils/
ProcessCallStack.cpp 168 ssize_t idx = mThreadMap.add(tid, ThreadInfo());
170 ALOGE("%s: Failed to add new ThreadInfo (errno = %zd, '%s')",
175 ThreadInfo& threadInfo = mThreadMap.editValueAt(static_cast<size_t>(idx));
184 CallStack& cs = threadInfo.callStack;
188 threadInfo.threadName = getThreadName(tid);
223 const ThreadInfo& threadInfo = mThreadMap.valueAt(i);
224 const CallStack& cs = threadInfo.callStack;
225 const String8& threadName = threadInfo.threadName
    [all...]
  /external/valgrind/main/drd/tests/
pth_barrier.c 25 struct threadinfo struct
47 static void* threadfunc(struct threadinfo* p)
71 struct threadinfo* t;
75 t = malloc(nthread * sizeof(struct threadinfo));
annotate_barrier.c 40 struct threadinfo struct
105 static void* threadfunc(struct threadinfo* p)
129 struct threadinfo* t;
133 t = malloc(nthread * sizeof(struct threadinfo));
  /external/llvm/lib/Support/
Threading.cpp 69 struct ThreadInfo {
74 ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg);
81 ThreadInfo Info = { Fn, UserData };
109 struct ThreadInfo {
115 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param);
123 struct ThreadInfo param = { Fn, UserData };
  /system/core/include/utils/
ProcessCallStack.h 66 struct ThreadInfo {
71 // tid -> ThreadInfo
72 KeyedVector<pid_t, ThreadInfo> mThreadMap;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.cpp 16 #include "ThreadInfo.h"
Android.mk 41 ThreadInfo.cpp
ServerConnection.cpp 22 #include "ThreadInfo.h"
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.cpp 17 #include "ThreadInfo.h"
Android.mk 32 ThreadInfo.cpp \
  /bionic/libc/bionic/
pthread_debug.cpp 253 typedef struct ThreadInfo {
256 } ThreadInfo;
258 static void initThreadInfo(ThreadInfo* object, pid_t pid) {
614 return ((ThreadInfo const *)data)->pid == *(pid_t *)key;
617 static ThreadInfo* get_thread_info(pid_t pid)
625 ThreadInfo* thread_info = DbgAllocLocked<ThreadInfo>();
632 return (ThreadInfo *)entry->data;
636 ThreadInfo* tinfo = get_thread_info(gettid());
643 ThreadInfo* tinfo = get_thread_info(gettid())
    [all...]
  /external/chromium/chrome/common/deprecated/
event_sys_unittest.cc 157 struct ThreadInfo {
171 ThreadInfo info;
233 std::vector<ThreadInfo> threads_;
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 170 // struct threadInfo Holds information specific to an individual thread.
176 struct ThreadInfo
182 ThreadInfo() {
197 ThreadInfo *gThreadInfo;
316 ThreadInfo *thInfo = (ThreadInfo *)param;
407 gThreadInfo = new ThreadInfo[gRunInfo.numThreads];
  /external/icu4c/test/threadtest/
threadtest.cpp 171 // struct threadInfo Holds information specific to an individual thread.
177 struct ThreadInfo
183 ThreadInfo() {
198 ThreadInfo *gThreadInfo;
317 ThreadInfo *thInfo = (ThreadInfo *)param;
408 gThreadInfo = new ThreadInfo[gRunInfo.numThreads];
  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 24 #include "ThreadInfo.h"
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 24 #include "ThreadInfo.h"

Completed in 1798 milliseconds

1 2