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

  /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";
221 * Add an SMS to the given URI with thread_id specified.
231 * @param threadId the thread_id of the message
250 values.put(THREAD_ID, threadId);
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp 411 #define THREAD_ID pthread_self()
427 return ((unsigned long)THREAD_ID);
    [all...]

Completed in 230 milliseconds