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

📄 t3-l1-pi-signal.tst

📁 linux 内核源代码
💻 TST
字号:
## rt-mutex test## Op: C(ommand)/T(est)/W(ait)# |  opcode# |  |     threadid: 0-7# |  |     |  opcode argument# |  |     |  |# C: lock: 0: 0## Commands## opcode	opcode argument# schedother	nice value# schedfifo	priority# lock		lock nr (0-7)# locknowait	lock nr (0-7)# lockint	lock nr (0-7)# lockintnowait	lock nr (0-7)# lockcont	lock nr (0-7)# unlock	lock nr (0-7)# lockbkl	lock nr (0-7)# unlockbkl	lock nr (0-7)# signal	thread to signal (0-7)# reset		0# resetevent	0## Tests / Wait## opcode	opcode argument## prioeq	priority# priolt	priority# priogt	priority# nprioeq	normal priority# npriolt	normal priority# npriogt	normal priority# locked	lock nr (0-7)# blocked	lock nr (0-7)# blockedwake	lock nr (0-7)# unlocked	lock nr (0-7)# lockedbkl	dont care# blockedbkl	dont care# unlockedbkl	dont care# opcodeeq	command opcode or number# opcodelt	number# opcodegt	number# eventeq	number# eventgt	number# eventlt	number# Reset event counterC: resetevent:		0: 	0W: opcodeeq:		0: 	0# Set prioritiesC: schedother:		0: 	0C: schedfifo:		1: 	80C: schedfifo:		2: 	81# T0 lock L0C: lock:		0:	0W: locked:		0: 	0# T1 lock L0, no wait in the wakeup pathC: locknowait:		1: 	0W: blocked:		1: 	0T: prioeq:		0:	80T: prioeq:		1:	80# T2 lock L0 interruptible, no wait in the wakeup pathC: lockintnowait:	2:	0W: blocked:		2: 	0T: prioeq:		0:	81T: prioeq:		1:	80# Interrupt T2C: signal:		2:	2W: unlocked:		2:	0T: prioeq:		1:	80T: prioeq:		0:	80T: locked:		0:	0T: blocked:		1:	0# T0 unlock L0C: unlock:		0: 	0# Wait until T1 has locked L0 and exitW: locked:		1:	0W: unlocked:		0: 	0T: priolt:		0:	1C: unlock:		1: 	0W: unlocked:		1: 	0

⌨️ 快捷键说明

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