File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 444
444
{
445
445
"syscall" : " recvmsg" ,
446
446
"comment" : " Used by vhost-user frontend to read response from the backend"
447
+ },
448
+ {
449
+ "syscall" : " restart_syscall" ,
450
+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
447
451
}
448
452
]
449
453
},
726
730
{
727
731
"syscall" : " sched_yield" ,
728
732
"comment" : " Used by the rust standard library in std::sync::mpmc. Firecracker uses mpsc channels from this module for inter-thread communication"
733
+ },
734
+ {
735
+ "syscall" : " restart_syscall" ,
736
+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
729
737
}
730
738
]
731
739
},
1009
1017
{
1010
1018
"syscall" : " sendmsg" ,
1011
1019
"comment" : " Used by vhost-user frontend to communicate with the backend"
1020
+ },
1021
+ {
1022
+ "syscall" : " restart_syscall" ,
1023
+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
1012
1024
}
1013
1025
]
1014
1026
}
Original file line number Diff line number Diff line change 452
452
{
453
453
"syscall" : " recvmsg" ,
454
454
"comment" : " Used by vhost-user frontend to read response from the backend"
455
+ },
456
+ {
457
+ "syscall" : " restart_syscall" ,
458
+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
455
459
}
456
460
]
457
461
},
734
738
{
735
739
"syscall" : " sched_yield" ,
736
740
"comment" : " Used by the rust standard library in std::sync::mpmc. Firecracker uses mpsc channels from this module for inter-thread communication"
741
+ },
742
+ {
743
+ "syscall" : " restart_syscall" ,
744
+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
737
745
}
738
746
]
739
747
},
1125
1133
{
1126
1134
"syscall" : " sendmsg" ,
1127
1135
"comment" : " Used by vhost-user frontend to communicate with the backend"
1136
+ },
1137
+ {
1138
+ "syscall" : " restart_syscall" ,
1139
+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
1128
1140
}
1129
1141
]
1130
1142
}
You can’t perform that action at this time.
0 commit comments