SELECT THREAD_ID, NAME, THREAD_OS_ID from performance_schema.threads
WHERE THREAD_OS_ID is NULL;
THREAD_ID NAME THREAD_OS_ID