Home
last modified time | relevance | path

Searched refs:w32_pseudo_id (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.h540 #define w32_pseudo_id (PL_sys_intern.pseudo_id) macro
H A Dperlhost.h1874 w32_pseudo_id = id; in win32_start_child()
1876 w32_pseudo_id = GetCurrentThreadId(); in win32_start_child()
1886 PostMessage(parent_message_hwnd, WM_USER_MESSAGE, w32_pseudo_id, (LPARAM)w32_message_hwnd); in win32_start_child()
H A Dwin32.c547 if (w32_pseudo_id) in win32_getpid()
548 return -((int)w32_pseudo_id); in win32_getpid()
4695 if (w32_pseudo_id) in win32_execv()
4708 if (w32_pseudo_id) { in win32_execvp()
5695 w32_pseudo_id = 0;