Changeset 14 for trunk/src/helpers/threads.c
- Timestamp:
- Dec 9, 2000, 8:19:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/threads.c
r8 r14 24 24 /* 25 25 * Copyright (C) 1997-2000 Ulrich Mller. 26 * This file is part of the XWorkplacesource package.27 * XWorkplaceis free software; you can redistribute it and/or modify26 * This file is part of the "XWorkplace helpers" source package. 27 * This is free software; you can redistribute it and/or modify 28 28 * it under the terms of the GNU General Public License as published 29 29 * by the Free Software Foundation, in version 2 as it comes in the … … 102 102 ((PTHREADFUNC)pti->pThreadFunc)(pti); 103 103 104 if (pti->flFlags & THRF_WAIT) 105 // "Wait" flag set: delete semaphore 106 DosCloseEventSem(pti->hevRunning); 107 104 108 // thread func returns: 105 109 pti->fExitComplete = TRUE; 106 110 pti->tid = NULLHANDLE; 107 108 if (pti->flFlags & THRF_WAIT)109 // "Wait" flag set: delete semaphore110 DosCloseEventSem(pti->hevRunning);111 111 112 112 if (pti->pfRunning)
Note:
See TracChangeset
for help on using the changeset viewer.