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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
assertions.xml 4 int pthread_cond_timedwait(pthread_cond_t *restrict cond,
12 The pthread_cond_timedwait() function shall be equivalent to pthread_cond_wait(), except that an
23 The pthread_cond_timedwait() function shall fail if:
25 The pthread_cond_timedwait() function may fail if:
27 [EINVAL] Different mutexes were supplied for concurrent pthread_cond_timedwait() or
coverage.txt 1 This document defines the coverage for the pthread_cond_timedwait function:
2-3.c 8 * Test that pthread_cond_timedwait()
57 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout);
63 "pthread_cond_timedwait return %d instead of ETIMEDOUT\n",
90 * pthread_cond_timedwait is failing to function correctly. */
99 /* Make sure pthread_cond_timedwait released and re-acquired the mutex
104 "Test FAILED: Did not re-acquire mutex after timedout out call to pthread_cond_timedwait\n");
4-1.c 8 * Test that pthread_cond_timedwait()
53 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout);
60 "pthread_cond_timedwait return %d instead of ETIMEDOUT\n",
2-2.c 8 * Test that pthread_cond_timedwait()
54 /* Set time for pthread_cond_timedwait to wait */
66 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout);
72 "Test FAILED: pthread_cond_timedwait return %d instead of ETIMEDOUT\n",
111 * pthread_cond_timedwait functioned incorrectly and waited too long. */
1-1.c 8 * Test that pthread_cond_timedwait()
57 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout);
64 fprintf(stderr, "pthread_cond_timedwait return %d\n",
2-1.c 8 * Test that pthread_cond_timedwait()
63 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout);
70 fprintf(stderr, "pthread_cond_timedwait return %d\n",
3-1.c 8 * Test that pthread_cond_timedwait()
56 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout);
63 fprintf(stderr, "pthread_cond_timedwait return %d\n",
  /external/valgrind/helgrind/tests/
cond_timedwait_test.c 13 pthread_cond_timedwait(&cond, &mutex, &now);
cond_timedwait_invalid.c 22 assert(pthread_cond_timedwait(&cond, &mutex, &abstime)==EINVAL);
cond_timedwait_invalid.stderr.exp 8 Thread #x's call to pthread_cond_timedwait failed
11 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
filter_stderr_solaris 9 my $check = join "|", ('pthread_mutex_init', 'pthread_cond_wait', 'pthread_cond_timedwait');
21 'cond_timedwait' => 'pthread_cond_timedwait@*',
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
assertions.xml 12 pthread_cond_timedwait(), the thread shall own the mutex with which it called
13 pthread_cond_wait() or pthread_cond_timedwait().
2-2.c 10 * returns from its call to pthread_cond_timedwait(), the thread shall
11 * own the mutex with which it called pthread_cond_timedwait().
60 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
assertions.xml 12 pthread_cond_timedwait(), the thread shall own the mutex with which it called
13 pthread_cond_wait() or pthread_cond_timedwait().
2-2.c 10 * returns from its call to pthread_cond_timedwait(), the thread shall
11 * own the mutex with which it called pthread_cond_timedwait().
61 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout);
  /external/compiler-rt/test/tsan/
cond_version.c 35 res = pthread_cond_timedwait(&c, &m, &ts1);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
assertions.xml 26 pthread_cond_wait() or pthread_cond_timedwait( )) by another thread.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
assertions.xml 22 [EINVAL] Different mutexes were supplied for concurrent pthread_cond_timedwait() or
  /external/ltp/testcases/open_posix_testsuite/stress/threads/
assertions.xml 23 <assertion id="8" files="pthread_cond_timedwait/s-c.c" tag="pt:THR">
24 Latency between pthread_cond_timedwait timeout parameter and function actual return does not depend on the number of threads waiting on the condvar -- whatever kind of condvar.
26 <assertion id="9" files="pthread_cond_timedwait/stress1.c,pthread_cond_wait/stress1.c" tag="pt:THR">
29 <assertion id="10" files="pthread_cond_timedwait/stress2.c,pthread_cond_wait/stress2.c" tag="pt:THR">
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libanl-2.11.1.so 
libanl.so 
libanl.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libanl-2.15.so 
libanl.so 

Completed in 265 milliseconds

1 2 3 4 5 6 7 8 91011>>