A.pthread_init
B.pthread_attr_create
C.pthread_attr_destroy
D.pthread_attr_init
您可能感興趣的試卷
你可能感興趣的試題
A.pthread_mutex_init
B.pthread_mutex_create
C.pthread_mutex_begin
D.pthread_mutex_lock
A.pthread_self
B.pthread_pause
C.pthread_join
D.pthread_exit
A.exit
B.pthread_quit
C.pthread_exit
D.return
A.pthread_self
B.pthread_create
C.create_pthread
D.pthread_new
A.shminit
B.seminit
C.semget
D.shmget
最新試題
在linux系統(tǒng)的命令終端中,以下哪個(gè)是能夠執(zhí)行腳本文件的方式?()
linux中普通用戶(hù)除了能更改自己的密碼外,還可以更改其它用戶(hù)的密碼。
在linux中,要再次使用曾經(jīng)使用過(guò)的第2條命令,可以在終端中輸入()
運(yùn)用vi編輯器,編輯完畢網(wǎng)卡文件/etc/sysconfig/network-scripts/ifcfg-ens33保存并退出后,需要重啟對(duì)應(yīng)的網(wǎng)卡服務(wù),在centos 7中,下列哪個(gè)命令是正確的()
linux系統(tǒng)中,要查看/etc/passwd文件前10行,應(yīng)該在終端中輸入()命令
Mac OS是以UNIX系統(tǒng)為基礎(chǔ)演變而來(lái)的一種類(lèi)UNIX操作系統(tǒng)。
在Centos 7中能夠從圖形界面切換到文本字符模式的方法有()
tail命令用于顯示文件的末尾部分,加上參數(shù)-f后,就相當(dāng)于linux的監(jiān)控系統(tǒng),例如:tail -f /var/log/httpd/access_log。
linux系統(tǒng)中,如果passwd后面不跟用戶(hù)名表示的意思是()
linux中使用mv命令時(shí)當(dāng)源位置與目標(biāo)位置是同一位置時(shí),是改名(重命名)。