Searched refs:thread_fds (Results 1 – 1 of 1) sorted by relevance
293 int thread_fds[2]; in readyToRun() local294 if (pipe(thread_fds) == 0) { in readyToRun()295 mThreadControl = thread_fds[1]; in readyToRun()296 mControlFD = thread_fds[0]; in readyToRun()