HomeSort by relevance Sort by last modified time
    Searched refs:_POSIX_JOB_CONTROL (Results 1 - 5 of 5) sorted by null

  /bionic/libc/include/bits/
posix_limits.h 53 #define _POSIX_JOB_CONTROL __BIONIC_POSIX_FEATURE_SINCE(21) /* setpgid/tcdrain/tcflush/tcgetpgrp/tcsendbreak/tcsetattr/tcsetpgrp. */
  /bionic/libc/bionic/
sysconf.cpp 101 case _SC_JOB_CONTROL: return _POSIX_JOB_CONTROL;
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 224 _POSIX_JOB_CONTROL = 1
  /bionic/tests/headers/posix/
unistd_h.c 46 MACRO(_POSIX_JOB_CONTROL);
  /bionic/tests/
unistd_test.cpp 802 EXPECT_GT(_POSIX_JOB_CONTROL, 0);
    [all...]

Completed in 970 milliseconds