Searched defs:activate_thread_switch_vc (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dsetconsole.c12 static int activate_thread_switch_vc; variable
17 while(activate_thread_switch_vc >= 0) {
19 res = ioctl(fd, VT_ACTIVATE, (void*)activate_thread_switch_vc);
22 fprintf(stderr, "ioctl( vcfd, VT_ACTIVATE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), activate_thread_switch_vc);
24 if(activate_thread_switch_vc >= 0)
131 activate_thread_switch_vc = switch_vc;
139 activate_thread_switch_vc = -1;

Completed in 47 milliseconds