GetCurrentProcessId 33798 ext/sqlite3/libsqlite/sqlite3.c   { "GetCurrentProcessId",     (SYSCALL)GetCurrentProcessId,     0 },
GetCurrentProcessId   51 ext/standard/php_rand.h #define GENERATE_SEED() (((long) (time(0) * GetCurrentProcessId())) ^ ((long) (1000000.0 * php_combined_lcg(TSRMLS_C))))
GetCurrentProcessId 1779 sapi/cgi/cgi_main.c 		wsprintf (szMessage, "Please attach a debugger to the process 0x%X [%d] (%s) and click OK", GetCurrentProcessId(), GetCurrentProcessId(), argv[0]);