Home
last modified time | relevance | path

Searched refs:THREAD_ID (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTypesLengths.java58 public static final byte THREAD_ID = 12; field in TypesLengths
170 case THREAD_ID: { in getTypeLength()
261 case THREAD_ID: { in setTypeLength()
DVmMirror.java600 TypesLengths.setTypeLength(TypesLengths.THREAD_ID, TypesLengths in adjustTypeLength()
/external/curl/docs/examples/
Dopensslthreadlock.c42 #define THREAD_ID pthread_self() macro
65 return ((unsigned long)THREAD_ID); in id_function()
/external/webrtc/webrtc/base/
Dopenssladapter.cc53 #define THREAD_ID GetCurrentThreadId() macro
60 #define THREAD_ID pthread_self() macro
197 return (unsigned long)THREAD_ID; // NOLINT in id_function()
/external/strace/
DChangeLog36212 if one would run "strace -f -p THREAD_ID" and THREAD_ID is *not*
36214 and will think that THREAD_ID is the leader! Which is a bug, but