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

1 2 3 4 5 6

  /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);
coverage.txt 1 This document defines the coverage for the pthread_attr_setscope function:
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");
3-1.sh 10 # Test pthread_attr_setscope returns 0 on success.
1-1.c 8 * Test pthread_attr_setscope()
25 #define FUNCTION "pthread_attr_setscope"
50 rc = pthread_attr_setscope(&attr, CONSCOPE);
assertions.xml 3 pthread_attr_setscope shall set the contentionscope attribute in the attr object.
9 If successful, pthread_attr_setscope functions return zero.
  /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_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/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/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/testcases/kernel/ipc/semaphore/
sem02.c 96 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
  /external/fio/
idletime.c 201 if ((ret = pthread_attr_setscope(&tattr, PTHREAD_SCOPE_SYSTEM))) {
202 log_err("fio: pthread_attr_setscope %s\n", strerror(ret));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so 
libpthread.so.0 
  /bionic/libc/bionic/
pthread_attr.cpp 260 int pthread_attr_setscope(pthread_attr_t*, int scope) { function
  /bionic/libc/tools/
posix-2013.txt 731 pthread_attr_setscope
  /bionic/tests/headers/posix/
pthread_h.c 105 FUNCTION(pthread_attr_setscope, int (*f)(pthread_attr_t*, int));
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_tg.c 60 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
main.c 100 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
  /bionic/libc/include/
pthread.h 112 int pthread_attr_setscope(pthread_attr_t* __attr, int __scope);

Completed in 392 milliseconds

1 2 3 4 5 6