HomeSort by relevance Sort by last modified time
    Searched defs:THREAD_ID (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
openssladapter.cc 29 #define THREAD_ID GetCurrentThreadId()
38 #define THREAD_ID pthread_self()
167 return THREAD_ID;
  /external/oprofile/libop/
op_xml_out.h 32 THREAD, THREAD_ID,
  /frameworks/base/core/java/android/provider/
Telephony.java 77 public static final String THREAD_ID = "thread_id";
227 * Add an SMS to the given URI with thread_id specified.
237 * @param threadId the thread_id of the message
256 values.put(THREAD_ID, threadId);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 489 #define THREAD_ID pthread_self()
505 return ((unsigned long)THREAD_ID);
    [all...]

Completed in 210 milliseconds