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

1 2 3 4

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
20-1-buildonly.c 10 int pthread_mutexattr_destroy(pthread_mutexattr_t *);
20 pthread_mutexattr_destroy(&a);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_destroy/
3-1.c 8 * Test pthread_mutexattr_destroy()
9 * Upon successful completion, pthread_mutexattr_destroy() shall
14 * 2. Destroy that initialized attribute using pthread_mutexattr_destroy().
35 if (pthread_mutexattr_destroy(&mta) != 0) {
1-1.c 8 * Test that pthread_mutexattr_destroy()
13 * 2. Destroy the attributes object using pthread_mutexattr_destroy()
34 if (pthread_mutexattr_destroy(&mta) != 0) {
35 fprintf(stderr, "Error at pthread_mutexattr_destroy(), rc=%d\n",
2-1.c 8 * Test pthread_mutexattr_destroy()
15 * 2. Destroy that initialized attribute using pthread_mutexattr_destroy()
37 if (pthread_mutexattr_destroy(&mta) != 0) {
4-1.c 8 * Test pthread_mutexattr_destroy()
13 * Try to destroy a NULL mutex attributes object using pthread_mutexattr_destroy().
28 /* Try to destroy a NULL mutex attributes object using pthread_mutexattr_destroy()
30 if ((rc = pthread_mutexattr_destroy(mta)) == EINVAL) {
  /external/valgrind/drd/tests/
pth_mutex_reinit.c 20 pthread_mutexattr_destroy(&attr);
27 pthread_mutexattr_destroy(&attr);
pth_process_shared_mutex.c 21 pthread_mutexattr_destroy(&attr);
recursive_mutex.c 45 pthread_mutexattr_destroy(&attr);
59 pthread_mutexattr_destroy(&attr);
  /external/compiler-rt/test/sanitizer_common/TestCases/
pthread_mutexattr_get.cc 16 res = pthread_mutexattr_destroy(&ma);
  /external/deqp/framework/delibs/dethread/unix/
deMutexUnix.c 57 pthread_mutexattr_destroy(&attr);
68 pthread_mutexattr_destroy(&attr);
78 pthread_mutexattr_destroy(&attr);
83 pthread_mutexattr_destroy(&attr);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
3-1.c 72 if (pthread_mutexattr_destroy(&mta) != 0) {
3-4.c 77 if (pthread_mutexattr_destroy(&mta)) {
1-1.c 87 if (pthread_mutexattr_destroy(&mta) != 0) {
88 printf("Error at pthread_mutexattr_destroy()\n");
3-2.c 93 if (pthread_mutexattr_destroy(&mta)) {
  /external/jemalloc/test/src/
mtx.c 25 pthread_mutexattr_destroy(&attr);
28 pthread_mutexattr_destroy(&attr);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
1-1.c 46 if ((rc = pthread_mutexattr_destroy(&mta)) != 0) {
47 fprintf(stderr, "Error at pthread_mutexattr_destroy(), rc=%d\n",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/
1-1.c 68 (void)pthread_mutexattr_destroy(&mutex_attr);
3-2.c 76 (void)pthread_mutexattr_destroy(&mutex_attr);
3-3.c 78 (void)pthread_mutexattr_destroy(&mutex_attr);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_setprioceiling/
1-1.c 68 (void)pthread_mutexattr_destroy(&mutex_attr);
  /external/jemalloc/src/
mutex.c 103 pthread_mutexattr_destroy(&attr);
106 pthread_mutexattr_destroy(&attr);
  /external/v8/src/base/platform/
mutex.cc 25 result = pthread_mutexattr_destroy(&attr);
43 result = pthread_mutexattr_destroy(&attr);
  /external/ImageMagick/Magick++/lib/
Thread.cpp 32 ::pthread_mutexattr_destroy(&attr);
  /external/libchrome/base/synchronization/
lock_impl_posix.cc 47 rv = pthread_mutexattr_destroy(&mta);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
5-1.c 142 ret = pthread_mutexattr_destroy(&ma);

Completed in 706 milliseconds

1 2 3 4