DEBSOURCES
Skip Quicknav
sources / psychtoolbox-3 / 3.0.17.9.dfsg1-2 / Psychtoolbox / PsychBasic / GetPID.m
123456789
function pid=GetPID % pid=GetPID % % Return the process ID of the MATLAB process. GetPID calls the POSIX % function "getpid". % PsychAssertMex;