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

1 2 3 4

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
3-5-buildonly.c 8 Test pthread_condattr_t
13 pthread_condattr_t dummy;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_destroy/
3-1.c 13 * 1. Initialize a pthread_condattr_t object using pthread_condattr_init()
26 pthread_condattr_t condattr;
1-1.c 12 * 1. Initialize a pthread_condattr_t object using pthread_condattr_init()
24 pthread_condattr_t condattr;
2-1.c 14 * 1. Initialize a pthread_condattr_t object using pthread_condattr_init()
16 * 3. Initialize the pthread_condattr_t object again. This should not result
28 pthread_condattr_t condattr;
4-1.c 25 pthread_condattr_t *condattr = NULL;
  /device/google/marlin/camera/QCamera2/stack/common/
cam_cond.h 23 pthread_condattr_t cond_attr; \
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getclock/
1-1.c 12 * 1. Initialize a pthread_condattr_t object
26 pthread_condattr_t condattr;
1-2.c 12 * 1. Initialize a pthread_condattr_t object
27 pthread_condattr_t condattr;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getpshared/
2-1.c 13 * 1. Initialize a pthread_condattr_t object with pthread_condattr_init()
33 pthread_condattr_t attr;
1-1.c 13 * 1. In a loop, initialize a pthread_condattr_t object with pthread_condattr_init()
37 pthread_condattr_t attr[NUM_OF_CONDATTR];
1-2.c 13 * 1. In a loop, initialize a pthread_condattr_t object with pthread_condattr_init()
37 pthread_condattr_t attr[NUM_OF_CONDATTR];
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_init/
3-1.c 12 * 1. Initialize a pthread_condattr_t object with pthread_condattr_init()
24 pthread_condattr_t condattr;
1-1.c 13 * 1. Initialize a pthread_condattr_t object with pthread_condattr_init()
25 pthread_condattr_t condattr;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setclock/
1-1.c 13 * 1. Initialize a pthread_condattr_t object
27 pthread_condattr_t condattr;
2-1.c 17 * 1. Initialize a pthread_condattr_t object
34 pthread_condattr_t condattr;
1-2.c 13 * 1. Initialize a pthread_condattr_t object
31 pthread_condattr_t condattr;
1-3.c 14 * 1. Initialize a pthread_condattr_t object
38 pthread_condattr_t condattr;
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_cond.h 23 pthread_condattr_t cond_attr; \
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setpshared/
2-1.c 40 pthread_condattr_t attr;
1-1.c 20 * 1. In a loop, initialize a pthread_condattr_t object with pthread_condattr_init()
44 pthread_condattr_t attr[NUM_OF_CONDATTR];
1-2.c 20 * 1. In a loop, initialize a pthread_condattr_t object with pthread_condattr_init()
44 pthread_condattr_t attr[NUM_OF_CONDATTR];
  /bionic/libc/bionic/
pthread_cond.cpp 51 // We use one bit in pthread_condattr_t (long) values as the 'shared' flag
67 int pthread_condattr_init(pthread_condattr_t* attr) {
74 int pthread_condattr_getpshared(const pthread_condattr_t* attr, int* pshared) {
79 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared) {
88 int pthread_condattr_getclock(const pthread_condattr_t* attr, clockid_t* clock) {
93 int pthread_condattr_setclock(pthread_condattr_t* attr, clockid_t clock) {
102 int pthread_condattr_destroy(pthread_condattr_t* attr) {
135 int pthread_cond_init(pthread_cond_t* cond_interface, const pthread_condattr_t* attr) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
1-1.c 32 pthread_condattr_t condattr;
3-1.c 24 pthread_condattr_t condattr;
  /bionic/libc/include/bits/
pthread_types.h 69 typedef long pthread_condattr_t; typedef

Completed in 381 milliseconds

1 2 3 4