Home
last modified time | relevance | path

Searched refs:gtkpfd (Results 1 – 1 of 1) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/
H A Dglxtest.cpp307 int gtkpfd[2]; in fire_glxtest_process() local
308 if (pipe(gtkpfd) == -1) { in fire_glxtest_process()
319 close(gtkpfd[0]); in fire_glxtest_process()
320 close(gtkpfd[1]); in fire_glxtest_process()
330 close(gtkpfd[0]); in fire_glxtest_process()
331 gtk_write_end_of_the_pipe = gtkpfd[1]; in fire_glxtest_process()
336 close(gtkpfd[1]); in fire_glxtest_process()
345 close(gtkpfd[1]); in fire_glxtest_process()
346 gtk_read_end_of_the_pipe = gtkpfd[0]; in fire_glxtest_process()