Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

job_pipe -1 -1, maxjobs 1, tokens 1, compat 0
Job_TokenWithdraw(<pid>): aborting 0, running 0
(<pid>) withdrew token
# echo off
echo silent
# echo on
# echo off
# error checking off
set +e
# echo on
echo ignerr; false
# echo off
# error checking on
set -e
# echo on
echo always
Running all
	Command: <shell>
JobExec(all): pid <pid> added to jobs table
job table @ job started
job 0, status 3, flags ---, pid <pid>
silent
ignerr
always
Job_TokenWithdraw(<pid>): aborting 0, running 0
(<pid>) withdrew token
exit status 0