Ignore:
Timestamp:
Aug 29, 2000, 12:44:25 AM (25 years ago)
Author:
bird
Message:

New import (ptda_ptdasem).
Found and corrected problem with deadlock in myLDRQAppType. (Had to
take the intra-process semaphore (ptda_ptdasem) first.)

Location:
branches/GRACE/src/win32k/include
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/include/OS2KPTDA.h

    r4018 r4108  
    1 /* $Id: OS2KPTDA.h,v 1.1.2.1 2000-08-15 07:03:25 bird Exp $
     1/* $Id: OS2KPTDA.h,v 1.1.2.2 2000-08-28 22:44:22 bird Exp $
    22 *
    33 * PTDA access functions.
     
    5454
    5555
    56 USHORT  ptdaGet_ptda_environ(PPTDA pPTDA);
    57 USHORT  ptdaGet_ptda_module(PPTDA pPTDA);
     56USHORT      ptdaGet_ptda_environ(PPTDA pPTDA);
     57USHORT      ptdaGet_ptda_module(PPTDA pPTDA);
     58HKSEMMTX    ptda_ptda_ptdasem(PPTDA pPTDA);
    5859
    5960#ifdef __cplusplus
  • branches/GRACE/src/win32k/include/OS2KSEM.h

    r4073 r4108  
    1 /* $Id: OS2KSEM.h,v 1.1.2.2 2000-08-23 04:25:44 bird Exp $
     1/* $Id: OS2KSEM.h,v 1.1.2.3 2000-08-28 22:44:22 bird Exp $
    22 *
    33 * OS/2 kernel Semaphore functions.
     
    1616*   Defined Constants And Macros                                               *
    1717*******************************************************************************/
    18 #define KSEM_INDEFINITE_WAIT       -1L
    19 #define KSEM_IMMEDIATE_RETURN       0L
     18#define KSEM_INDEFINITE_WAIT       -1UL
     19#define KSEM_IMMEDIATE_RETURN       0UL
    2020
    2121/*
  • branches/GRACE/src/win32k/include/probkrnl.h

    r4068 r4108  
    1 /* $Id: probkrnl.h,v 1.13.4.7 2000-08-22 03:00:20 bird Exp $
     1/* $Id: probkrnl.h,v 1.13.4.8 2000-08-28 22:44:23 bird Exp $
    22 *
    33 * Include file for ProbKrnl.
     
    1616*   Defined Constants And Macros                                               *
    1717*******************************************************************************/
    18 #define NBR_OF_KRNLIMPORTS      40      /* When this is changed make sure to   */
     18#define NBR_OF_KRNLIMPORTS      41      /* When this is changed make sure to   */
    1919                                        /* update the arrays in d32init.c and  */
    20                                         /* probkrnl.c */
     20                                        /* probkrnl.c, make test faker in      */
     21                                        /* test.h and the appropriate fake.c   */
     22                                        /* fakea.asm.                          */
    2123#define MAX_LENGTH_NAME         32      /* Max length for the function. */
    2224
  • branches/GRACE/src/win32k/include/test.h

    r4070 r4108  
    1 /* $Id: test.h,v 1.1.4.6 2000-08-23 04:14:58 bird Exp $
     1/* $Id: test.h,v 1.1.4.7 2000-08-28 22:44:23 bird Exp $
    22 *
    33 * Definitions and declarations for test moduls.
     
    117117extern char     fakeptda_start;
    118118extern USHORT   fakeptda_environ;
     119extern KSEMMTX  fakeptda_ptdasem;
    119120extern HMTE     fakeptda_module;
    120121extern PSZ      fakeldrpFileNameBuf;
Note: See TracChangeset for help on using the changeset viewer.