Ignore:
Timestamp:
Aug 22, 2002, 3:08:50 PM (23 years ago)
Author:
umoeller
Message:

Threads fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/threads.c

    r196 r211  
    123123 *@@added V0.9.2 (2000-03-05) [umoeller]
    124124 *@@changed V0.9.7 (2000-12-18) [lafaix]: THRF_TRANSIENT support added
     125 *@@changed V0.9.21 (2002-08-21) [umoeller]: added WinCancelShutdown to avoid shutdown hangs
    125126 */
    126127
     
    147148                if ((pti->hmq = WinCreateMsgQueue(pti->hab, 4000)))
    148149                {
     150                    // run WinCancelShutdown; this func is used
     151                    // in XWPDAEMN and causes the default OS/2
     152                    // shutdown to hang
     153                    // V0.9.21 (2002-08-21) [umoeller]
     154                    WinCancelShutdown(pti->hmq, TRUE);
     155
    149156                    // run thread func
    150157                    ((PTHREADFUNC)pti->pThreadFunc)(pti);
Note: See TracChangeset for help on using the changeset viewer.