Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h53 #define _POSIX_JOB_CONTROL __BIONIC_POSIX_FEATURE_SINCE(21) /* setpgid/tcdrain/tcflush/tcgetpgrp/tc… macro
/bionic/libc/bionic/
Dsysconf.cpp116 case _SC_JOB_CONTROL: return _POSIX_JOB_CONTROL; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c46 MACRO(_POSIX_JOB_CONTROL); in unistd_h()
/bionic/tests/
Dunistd_test.cpp850 EXPECT_GT(_POSIX_JOB_CONTROL, 0); in TEST()