HomeSort by relevance Sort by last modified time
    Searched refs:CURRENT_THREAD (Results 1 - 6 of 6) sorted by null

  /system/core/include/utils/
CallStack.h 38 CURRENT_THREAD = -1,
69 void update(int32_t ignoreDepth=1, int32_t maxDepth=MAX_DEPTH, pid_t tid=CURRENT_THREAD);
  /system/core/libutils/
CallStack.cpp 32 this->update(ignoreDepth+1, maxDepth, CURRENT_THREAD);
102 } else if (tid == CURRENT_THREAD) {
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 89 #define CURRENT_THREAD() do {} while (0);
92 CURRENT_THREAD() \
146 CURRENT_THREAD();
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c     [all...]
  /external/chromium_org/sandbox/win/src/
nt_internals.h 33 #define CURRENT_THREAD ((HANDLE) -2)
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]

Completed in 730 milliseconds