Ignore:
Timestamp:
Dec 15, 2021, 11:53:57 PM (4 years ago)
Author:
bird
Message:

kash: shthread_set_name for naming the async CloseHandle thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shfile.c

    r3477 r3505  
    221221{
    222222    KBOOL decrement_pending = K_FALSE;
     223    shthread_set_name("Async CloseHandle");
    223224    while (!g_shfile_async_close.terminate_threads)
    224225    {
Note: See TracChangeset for help on using the changeset viewer.