Ignore:
Timestamp:
Feb 21, 2002, 8:24:22 PM (23 years ago)
Author:
umoeller
Message:

misc. updates

File:
1 edited

Legend:

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

    r132 r142  
    8484 */
    8585
    86 BOOL LockThreadInfos(VOID)
     86static BOOL LockThreadInfos(VOID)
    8787{
    8888    APIRET arc = NO_ERROR;
     
    110110 */
    111111
    112 VOID UnlockThreadInfos(VOID)
     112static VOID UnlockThreadInfos(VOID)
    113113{
    114114    DosReleaseMutexSem(G_hmtxThreadInfos);
     
    125125 */
    126126
    127 VOID _Optlink thr_fntGeneric(PVOID ptiMyself)
     127static VOID _Optlink thr_fntGeneric(PVOID ptiMyself)
    128128{
    129129    PTHREADINFO pti = (PTHREADINFO)ptiMyself;
Note: See TracChangeset for help on using the changeset viewer.