Searched refs:THREAD_ID (Results 1 – 6 of 6) sorted by relevance
58 public static final byte THREAD_ID = 12; field in TypesLengths170 case THREAD_ID: { in getTypeLength()261 case THREAD_ID: { in setTypeLength()
612 TypesLengths.setTypeLength(TypesLengths.THREAD_ID, TypesLengths in adjustTypeLength()
42 #define THREAD_ID pthread_self() macro65 return ((unsigned long)THREAD_ID); in id_function()
53 #define THREAD_ID GetCurrentThreadId() macro60 #define THREAD_ID pthread_self() macro197 return (unsigned long)THREAD_ID; // NOLINT in id_function()
393 // CHECK-DAG: [[THREAD_ID:[0-9]+]]: task_begin394 // CHECK-DAG: [[THREAD_ID]]: task_end396 // CHECK-DAG: [[THREAD_ID:[0-9]+]]: task_begin397 // CHECK-DAG: [[THREAD_ID]]: task_end
50856 if one would run "strace -f -p THREAD_ID" and THREAD_ID is *not*50858 and will think that THREAD_ID is the leader! Which is a bug, but