ReactOS
0.4.15-dev-5608-gafb953a
|
Go to the source code of this file.
Classes | |
struct | _SYSTEM_THREADS |
struct | _SYSTEM_PROCESSES |
struct | status |
struct | waitres |
Macros | |
#define | NTOS_MODE_USER |
#define | WIN32_NO_STATUS |
Typedefs | |
typedef struct _SYSTEM_THREADS | SYSTEM_THREADS |
typedef struct _SYSTEM_THREADS * | PSYSTEM_THREADS |
typedef struct _SYSTEM_PROCESSES | SYSTEM_PROCESSES |
typedef struct _SYSTEM_PROCESSES * | PSYSTEM_PROCESSES |
Functions | |
static BOOL CALLBACK | EnumThreadProc (HWND hwnd, LPARAM lp) |
int | main () |
Variables | |
static char | title [] = "P PID PPID KTime UTime NAME\n" |
static char | title1 [] = "t TID KTime UTime State WaitResson\n" |
static char | title2 [] = "w PID Hwnd WndStile TID WndName\n" |
struct status | thread_stat [8+1] |
struct waitres | waitreason [35+1] |
typedef struct _SYSTEM_PROCESSES * PSYSTEM_PROCESSES |
typedef struct _SYSTEM_THREADS * PSYSTEM_THREADS |
typedef struct _SYSTEM_PROCESSES SYSTEM_PROCESSES |
typedef struct _SYSTEM_THREADS SYSTEM_THREADS |
Definition at line 155 of file ps.c.
Referenced by main().
Definition at line 176 of file ps.c.
Referenced by main().
Definition at line 92 of file ps.c.
Referenced by _test_doc_set_title(), _test_doc_title(), _test_elem_set_title(), _test_elem_title(), acmFormatChooseA(), StartMenu::ActivateEntry(), add_fav_to_menu(), add_purpose_dlg_proc(), StartMenu::AddButton(), BtrfsDeviceAdd::AddDevice(), StartMenu::AddEntry(), alloc_search_item(), cert_mgr_do_remove(), CertViewPropertiesA(), check_window_exists(), CLayerUIPropPage::CLayerUIPropPage(), StartMenu::Create(), ChildWindow::create(), create_clipbrd_window(), StartMenu::CreateSubmenu(), CreateTemplateDialog(), CredDialogInit(), CryptUIDlgSelectCertificateA(), CryptUIDlgViewCertificateA(), CryptUIWizDigitalSign(), BtrfsVolPropSheet::DeviceDlgProc(), dialog_create_window(), DoInfInstall(), dprint_deviceid(), DrawGrayText(), StartMenuButton::DrawItem(), PictureButton::DrawItem(), TaskBar::EnumWndProc(), error(), error_code_messagebox(), error_message(), ewmh_set_wm_name(), export_file_dlg_proc(), export_finish_dlg_proc(), export_password_mismatch(), export_validate_filename(), FileSaveRestoreOnINFA(), focusChildDlgWinProc(), FolderBrowser::FolderBrowser(), GetStartMenuBtnTextWidth(), Global_MsgBox(), hhp_options_section::hhp_options_section(), HLPFILE_AddPage(), HTMLWindow2_alert(), if(), import_finish_dlg_proc(), import_validate_filename(), import_warning(), log_hexdump(), main(), MAIN_MessageBoxIDS(), MAIN_MessageBoxIDS_s(), NotifyInfo::modify(), MONTHCAL_EditYear(), MONTHCAL_PaintTitle(), MONTHCAL_Refresh(), MONTHCAL_UpdateSize(), msi_dialog_oncreate(), msi_dialog_seltree_handler(), MSI_GetFeatureInfo(), MsiGetFeatureInfoA(), MsiGetFeatureInfoW(), nsTooltipTextProvider_GetNodeText(), OleCreatePropertyFrameIndirect(), OnBrowse(), CZipExtract::CExtractSettingsPage::OnBrowse(), print_hexbuf(), print_hexbuf_no_asci(), PrintCaption(), PROPSHEET_SetHeaderTitleA(), PROPSHEET_SetHeaderTitleW(), RegisterAndCreateWindow(), RegRestoreAllA(), RegSaveRestoreA(), RegSaveRestoreOnINFA(), RunSetupCommandA(), SearchCHM_File(), SearchCHM_Storage(), select_cert_dlg_proc(), select_store_dlg_proc(), set_margin_groupbox_title(), SHBrowseForFolderA(), show_msgbox(), ShowPropSheetW(), TaskDialog(), TelnetGetConsoleWindow(), test_click_make_new_folder_button(), test_ime_wnd_proc(), test_ImmDefaultHwnd(), test_MsiGetFeatureInfo(), test_namespace(), test_popup(), test_selection(), test_SetupPromptForDiskW(), test_Startup(), test_WM_CREATE(), TOOLTIPS_CalcTipSize(), ui_seamless_settitle(), UIINSERTOBJECTDLG_AddControl(), UIINSERTOBJECTDLG_BrowseFile(), update_title(), warning(), WshShell3_Popup(), CLayerUIPropPage::~CLayerUIPropPage(), and hhp_options_section::~hhp_options_section().
|
static |