VirtualBox

Changeset 101778 in vbox for trunk/src


Ignore:
Timestamp:
Nov 4, 2023 6:33:49 PM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159874
Message:

libs/xpcom: Remove ptmisc.c which isn't really used, bugref:10545

Location:
trunk/src/libs/xpcom18a4
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r101776 r101778  
    569569        nsprpub/pr/src/pthreads/ptio.c \
    570570        nsprpub/pr/src/pthreads/ptsynch.c \
    571         nsprpub/pr/src/pthreads/ptthread.c \
    572         nsprpub/pr/src/pthreads/ptmisc.c
     571        nsprpub/pr/src/pthreads/ptthread.c
    573572endif
    574573
  • trunk/src/libs/xpcom18a4/VBoxXPCOM-mangled.def

    r101764 r101778  
    404404    VBoxNsprPR_SendFile
    405405    VBoxNsprPR_SendTo
    406     VBoxNsprPR_SetConcurrency
    407406    VBoxNsprPR_SetEnv
    408407    VBoxNsprPR_SetError
  • trunk/src/libs/xpcom18a4/VBoxXPCOM.def

    r101764 r101778  
    441441    PR_SendFile
    442442    PR_SendTo
    443     PR_SetConcurrency
    444443    PR_SetEnv
    445444    PR_SetError
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/prinit.h

    r11551 r101778  
    5555#define PR_Initialized VBoxNsprPR_Initialized
    5656#define PR_VersionCheck VBoxNsprPR_VersionCheck
    57 #define PR_SetConcurrency VBoxNsprPR_SetConcurrency
    5857#define PR_SetFDCacheSize VBoxNsprPR_SetFDCacheSize
    5958#define PR_ProcessExit VBoxNsprPR_ProcessExit
     
    201200
    202201/*
    203 ** Create extra virtual processor threads. Generally used with MP systems.
    204 */
    205 NSPR_API(void) PR_SetConcurrency(PRUintn numCPUs);
    206 
    207 /*
    208202** Control the method and size of the file descriptor (PRFileDesc*)
    209203** cache used by the runtime. Setting 'high' to zero is for performance,
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/misc/prinit.c

    r101777 r101778  
    204204    _PR_InitAtomic();
    205205    _PR_InitSegs();
    206     _PR_InitStacks();
    207206        _PR_InitTPD();
    208207    _PR_InitEnv();
     
    214213
    215214    _PR_InitThreads(PR_USER_THREAD, PR_PRIORITY_NORMAL, 0);
    216 
    217 #ifndef _PR_GLOBAL_THREADS_ONLY
    218         _PR_InitCPUs();
    219 #endif
    220215
    221216    _PR_InitCMon();
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette