Skip to content

Commit ad00536

Browse files
committed
src: set signal inspector io thread name
1 parent 6f061c4 commit ad00536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inspector_agent.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ static void StartIoThreadWakeup(int signo, siginfo_t* info, void* ucontext) {
7979
}
8080

8181
inline void* StartIoThreadMain(void* unused) {
82+
uv_thread_setname("SignalInspector");
8283
for (;;) {
8384
uv_sem_wait(&start_io_thread_semaphore);
8485
Mutex::ScopedLock lock(start_io_thread_async_mutex);

0 commit comments

Comments
 (0)