⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 idle.h

📁 UNIX、linux密码的破密程序源代码实现
💻 H
字号:
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001 by Solar Designer *//* * Idle priority support routines. */#ifndef _JOHN_IDLE_H#define _JOHN_IDLE_H/* * Sets this process to idle priority, if supported and enabled in the * configuration file. */extern void idle_init(void);/* * If the idle_init() call was unable to set the idle priority, this can * still be used to yield a timeslice if there's something else to do. */extern void idle_yield(void);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -