DEBSOURCES
Skip Quicknav
sources / psychtoolbox-3 / 3.0.19.14.dfsg1-1 / 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;