HomeSort by relevance Sort by last modified time
    Searched refs:pthread_attr_setscope (Results 1 - 25 of 27) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
5-1.c 8 * Test pthread_attr_setscope()
12 * 2. Call pthread_attr_setscope with unsupported scope
39 rc1 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
40 rc2 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS);
44 ERR_MSG("pthread_attr_setscope()", rc1);
45 ERR_MSG("pthread_attr_setscope()", rc2);
48 ERR_MSG("pthread_attr_setscope()", rc1);
52 ERR_MSG("pthread_attr_setscope()", rc2);
4-1.c 8 * Test pthread_attr_setscope()
12 * 2. Call pthread_attr_setscope with unsupported scope
24 #define FUNCTION "pthread_attr_setscope"
40 rc = pthread_attr_setscope(&attr, INVALIDSCOPE);
42 perror(ERROR_PREFIX "pthread_attr_setscope");
1-1.c 8 * Test pthread_attr_setscope()
25 #define FUNCTION "pthread_attr_setscope"
50 rc = pthread_attr_setscope(&attr, CONSCOPE);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/
1-1.c 12 * 2. Call pthread_attr_setscope with contentionscope parameter
69 rc = pthread_attr_setscope(&attr, SYSTEMSCOPE);
75 rc = pthread_attr_setscope(&attr, PROCESSSCOPE);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
15-1.c 46 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS);
51 printf("An error occurs when calling pthread_attr_setscope()");
15-2.c 52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS);
57 printf("An error occurs when calling pthread_attr_setscope()");
22-1.c 62 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS);
67 printf("An error occurs when calling pthread_attr_setscope()");
22-2.c 61 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS);
66 printf("An error occurs when calling pthread_attr_setscope()");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
20-1.c 52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS);
57 printf("An error occurs when calling pthread_attr_setscope()");
21-1.c 56 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS);
61 printf("An error occurs when calling pthread_attr_setscope()");
21-2.c 56 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS);
61 printf("An error occurs when calling pthread_attr_setscope()");
  /external/ltp/testcases/kernel/ipc/semaphore/
sem02.c 96 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
  /bionic/libc/bionic/
pthread_attr.cpp 260 int pthread_attr_setscope(pthread_attr_t*, int scope) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h 190 pthread_attr_setscope(&attrs, PTHREAD_SCOPE_SYSTEM);
  /external/ltp/testcases/kernel/sched/nptl/
nptl01.c 201 if ((ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM)) != 0) {
202 tst_brkm(TBROK, cleanup, "pthread_attr_setscope failed: %s",
  /external/ltp/utils/ffsb-6.0-rc2/
main.c 100 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
ffsb_tg.c 60 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
  /external/python/cpython2/Python/
thread_pthread.h 191 pthread_attr_setscope(&attrs, PTHREAD_SCOPE_SYSTEM);
  /bionic/libc/include/
pthread.h 112 int pthread_attr_setscope(pthread_attr_t* __attr, int __scope);
  /bionic/tests/headers/posix/
pthread_h.c 105 FUNCTION(pthread_attr_setscope, int (*f)(pthread_attr_t*, int));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 346 pthread_attr_setscope(&scenarii[i].ta, old);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
threads_scenarii.c 301 pthread_attr_setscope(&scenarii[i].ta, old);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
threads_scenarii.c 301 pthread_attr_setscope(&scenarii[i].ta, old);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
threads_scenarii.c 368 pthread_attr_setscope(&scenarii[i].ta, old);
  /external/python/cpython3/Python/
thread_pthread.h 210 pthread_attr_setscope(&attrs, PTHREAD_SCOPE_SYSTEM);

Completed in 1037 milliseconds

1 2