Este site funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10195501441
/
OS2021_Project1.Shell
Observar
3
Favorito
3
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
test mytop
master
10195501441
3 anos atrás
pai
157f83c252
commit
4da070790e
1 arquivos alterados
com
8 adições
e
11 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+8
-11
yeeshell.c
+ 8
- 11
yeeshell.c
Ver arquivo
@ -399,18 +399,15 @@ int builtin_history(char **args)
int
builtin_mytop
(
)
{
pid_t
pid
;
if
(
pid
=
=
0
)
{
int
cputimemode
=
1
;
getkinfo
(
)
;
mytop_memory
(
)
;
int
cputimemode
=
1
;
mytop_memory
(
)
;
getkinfo
(
)
;
get_procs
(
)
;
if
(
prev_proc
=
=
NULL
)
get_procs
(
)
;
if
(
prev_proc
=
=
NULL
)
get_procs
(
)
;
print_procs
(
prev_proc
,
proc
,
cputimemode
)
;
exit
(
0
)
;
}
print_procs
(
prev_proc
,
proc
,
cputimemode
)
;
return
1
;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar