VirtualBox

忽略:
時間撮記:
2009-4-17 下午03:22:25 (16 年 以前)
作者:
vboxsync
訊息:

IPRT: Redid r46081.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/r3/process.cpp

    r18989 r18997  
    4747#endif
    4848
    49 #if !defined (RT_OS_OS2) && !defined(RT_OS_WINDOWS)
    50 # include <pthread.h>
    51 #endif
    52 
    53 #if !defined (RT_OS_OS2) && !defined(RT_OS_WINDOWS)
    54 /** Update the cached pid on fork on posix systems */
    55 static void rtProcPThreadAtFork(void)
    56 {
    57     g_ProcessSelf = getpid();
    58 }
    59 #endif
    6049
    6150/**
     
    7160
    7261    /* lazy init. */
    73 #if !defined (RT_OS_OS2) && !defined(RT_OS_WINDOWS)
    74     /* Update the cached pid on fork on posix systems */
    75     if (pthread_atfork(NULL, NULL, rtProcPThreadAtFork) != 0)
    76         return 0;
    77 #endif
    7862#ifdef _MSC_VER
    7963    Self = _getpid(); /* crappy ansi compiler */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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