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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
2-1.c 75 int insched = PTHREAD_INHERIT_SCHED; local
76 rc = pthread_attr_setinheritsched(&attr, insched);
2-2.c 89 int insched = PTHREAD_EXPLICIT_SCHED; local
90 rc = pthread_attr_setinheritsched(&attr, insched);

Completed in 182 milliseconds