Ignore:
Timestamp:
Jan 8, 2002, 11:34:11 PM (24 years ago)
Author:
sandervl
Message:

DosSet/QueryAffinity fixes for non-SMP systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/process.cpp

    r7318 r7744  
    1 /* $Id: process.cpp,v 1.9 2001-11-10 12:47:47 sandervl Exp $ */
     1/* $Id: process.cpp,v 1.10 2002-01-08 22:34:11 sandervl Exp $ */
    22
    33/*
     
    124124BOOL WINAPI SetProcessAffinityMask( HANDLE hProcess, DWORD affmask )
    125125{
     126    dprintf(("SetProcessAffinityMask %x %x", hProcess, affmask));
    126127    ProcessAffinityMask = affmask;
    127128    //TODO: should update all threads, but that doesn't seem possible in OS/2
     
    135136                                     LPDWORD lpSystemAffinityMask)
    136137{
     138    dprintf(("GetProcessAffinityMask %x %x %x", hProcess, lpProcessAffinityMask, lpSystemAffinityMask));
     139
    137140    /* It is definitely important for a process to know on what processor
    138141       it is running :-) */
Note: See TracChangeset for help on using the changeset viewer.