Searched refs:THREAD_ID (Results 1 – 7 of 7) 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()
69 static THREAD_ID: usize = { constant206 let caller = THREAD_ID.with(|id| *id); in get()
281 static THREAD_ID: ThreadId = thread::current().id(); in current_thread_id() constant284 THREAD_ID in current_thread_id()
599 // CHECK-DAG: [[THREAD_ID:[0-9]+]]: task_begin600 // CHECK-DAG: [[THREAD_ID]]: task_end602 // CHECK-DAG: [[THREAD_ID:[0-9]+]]: task_begin603 // 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