Home
last modified time | relevance | path

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

/bionic/libc/include/machine/
Dposix_limits.h49 #define _POSIX_JOB_CONTROL 1 /* job control is a Linux feature */ macro
/bionic/libc/bionic/
Dsysconf.cpp84 case _SC_JOB_CONTROL: return _POSIX_JOB_CONTROL; in sysconf()
/bionic/tests/
Dunistd_test.cpp545 EXPECT_GT(_POSIX_JOB_CONTROL, 0); in TEST()