psx06.scn

来自「RTEMS (Real-Time Executive for Multiproc」· SCN 代码 · 共 21 行

SCN
21
字号
*** POSIX TEST 6 ***Init's ID is 0x0b010001Init: pthread_key_create - SUCCESSFULDestructor invoked 0 timesInit: pthread_key_create - EAGAIN (too many keys)Init: pthread_setspecific - EINVAL (invalid key)Init: pthread_getspecific - EINVAL (invalid key)Init: pthread_key_delete - EINVAL (invalid key)Init: Setting the key to 0Init: Got the key value of 0Task_1: Setting the key to 1Task_1: Got the key value of 1Task_1: exittingDestructor invoked 4 timesTask_2: Setting the key to 2Task_2: Got the key value of 2Task2: exittingInit: pthread_key_delete - SUCCESSFULDestructor invoked 5 times*** END OF POSIX TEST 6 ***

⌨️ 快捷键说明

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