Searched refs:reporter_thread_id (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/src/os/posix/vm/
H A DvmError_posix.cpp63 static volatile pthread_t reporter_thread_id; variable
67 reporter_thread_id = ::pthread_self();
74 ::pthread_kill(reporter_thread_id, SIGILL);

Completed in 87 milliseconds