搜索资源列表
LockScreen
- 锁屏软件 需要输入密码 密码见源代码内 -Lock screen software requires a password in your password, see the source code
change
- 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实
ProcessManagementchannel
- 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实现对管道
IccLockSettings
- Implements the preference screen to enable disable ICC lock and also the dialogs to change the ICC PIN.
IccLockSettings
- Implements the preference screen to enable disable ICC lock and also the dialogs to change the ICC PIN.
IccLockSettings
- Implements the preference screen to enable disable ICC lock and also the dialogs to change the ICC PIN.
desktop
- Determine if SunView (or XView) is running on the the current frame buffer. If yes, lock the screen for test operations and return 0. Otherwise return -1.
