vbox的更動 18997 路徑 trunk/src/VBox/Runtime/r3/process.cpp
- 時間撮記:
- 2009-4-17 下午03:22:25 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/r3/process.cpp
r18989 r18997 47 47 #endif 48 48 49 #if !defined (RT_OS_OS2) && !defined(RT_OS_WINDOWS)50 # include <pthread.h>51 #endif52 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 #endif60 49 61 50 /** … … 71 60 72 61 /* 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 #endif78 62 #ifdef _MSC_VER 79 63 Self = _getpid(); /* crappy ansi compiler */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器