HomeSort by: relevance | last modified time | path
    Searched defs:cond (Results 1 - 25 of 447) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
aarch64-atomic-inst.c 20 unsigned long tmp, cond; local
31 : "=&r" (tmp), "=&r" (cond), "+Q" (dword) \
42 : "=&r" (tmp), "=&r" (cond), "+Q" (dword) \
arm-pthread_cond_timedwait-bt.c 24 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
38 pthread_cond_timedwait(&cond, &mutex, &until);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
aarch64-atomic-inst.c 20 unsigned long tmp, cond; local
31 : "=&r" (tmp), "=&r" (cond), "+Q" (dword) \
42 : "=&r" (tmp), "=&r" (cond), "+Q" (dword) \
arm-pthread_cond_timedwait-bt.c 24 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
38 pthread_cond_timedwait(&cond, &mutex, &until);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
step-resume-infcall.c 23 cond (void) function
44 cond ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
step-resume-infcall.c 23 cond (void) function
44 cond ();
  /src/tests/usr.bin/xlint/lint1/
msg_218.c 9 int cond; variable
38 cond = s32 < 3000000000L;
41 cond = 3000000000L < s32;
44 cond = u32 < 3000000000L;
47 cond = 3000000000L < u32;
50 cond = s64 < 3000000000L;
53 cond = 3000000000L < s64;
56 cond = u64 < 3000000000L;
59 cond = 3000000000L < u64;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
bp_in_thread.c 25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
28 pthread_cond_wait (cond, mut);
36 pthread_cond_t cond; local
39 pthread_cond_init (&cond, NULL);
43 cond_wait (&cond, &mut);
pthread_cond_wait.c 26 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
29 pthread_cond_wait (cond, mut);
37 pthread_cond_t cond; local
40 pthread_cond_init (&cond, NULL);
44 cond_wait (&cond, &mut);
hand-call-in-threads.c 47 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
50 pthread_cond_wait (cond, mut);
58 pthread_cond_t cond; local
61 pthread_cond_init (&cond, NULL);
65 cond_wait (&cond, &mut);
infcall-thread-announce.c 40 pthread_cond_t cond; member in struct:thread_descriptor
69 res = pthread_cond_signal (&thread->cond);
75 res = pthread_cond_wait (&thread->cond, &thread->mutex);
111 res = pthread_cond_wait (&threads[idx].cond, &threads[idx].mutex);
139 res = pthread_cond_signal (&threads[idx].cond);
170 res = pthread_cond_init (&threads[i].cond, NULL);
interrupted-hand-call.c 53 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
56 pthread_cond_wait (cond, mut);
64 pthread_cond_t cond; local
67 pthread_cond_init (&cond, NULL);
71 cond_wait (&cond, &mut);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
bp_in_thread.c 25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
28 pthread_cond_wait (cond, mut);
36 pthread_cond_t cond; local
39 pthread_cond_init (&cond, NULL);
43 cond_wait (&cond, &mut);
pthread_cond_wait.c 26 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
29 pthread_cond_wait (cond, mut);
37 pthread_cond_t cond; local
40 pthread_cond_init (&cond, NULL);
44 cond_wait (&cond, &mut);
hand-call-in-threads.c 47 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
50 pthread_cond_wait (cond, mut);
58 pthread_cond_t cond; local
61 pthread_cond_init (&cond, NULL);
65 cond_wait (&cond, &mut);
infcall-thread-announce.c 40 pthread_cond_t cond; member in struct:thread_descriptor
69 res = pthread_cond_signal (&thread->cond);
75 res = pthread_cond_wait (&thread->cond, &thread->mutex);
111 res = pthread_cond_wait (&threads[idx].cond, &threads[idx].mutex);
139 res = pthread_cond_signal (&threads[idx].cond);
170 res = pthread_cond_init (&threads[i].cond, NULL);
interrupted-hand-call.c 53 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
56 pthread_cond_wait (cond, mut);
64 pthread_cond_t cond; local
67 pthread_cond_init (&cond, NULL);
71 cond_wait (&cond, &mut);
  /src/tests/lib/libpthread/
t_preempt.c 47 pthread_cond_t cond; variable
64 PTHREAD_REQUIRE(pthread_cond_signal(&cond));
94 PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
106 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
t_condwait.c 56 pthread_cond_t cond; local
64 pthread_cond_init(&cond, &attr);
77 switch (ret = pthread_cond_timedwait(&cond, &m, &ts)) {
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_context.h 30 COND_VAR cond; /* used in waiting for an auth ctx to become available */ member in struct:tcs_context
  /src/external/bsd/openldap/dist/servers/lloadd/
libevent_support.c 86 ldap_pvt_thread_cond_t *cond = local
90 rc = ldap_pvt_thread_cond_init( cond );
92 ch_free( cond );
93 cond = NULL;
95 return cond;
102 ldap_pvt_thread_cond_t *cond = c; local
104 rc = ldap_pvt_thread_cond_destroy( cond );
112 ldap_pvt_thread_cond_t *cond = c; local
115 return ldap_pvt_thread_cond_broadcast( cond );
117 return ldap_pvt_thread_cond_signal( cond );
127 ldap_pvt_thread_cond_t *cond = c; local
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
sem.h 53 pthread_cond_t cond; member in struct:gomp_sem
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
sem.h 53 pthread_cond_t cond; member in struct:gomp_sem
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_marker.c 127 u64 cond = (u64) us * NSEC_PER_USEC; local
129 return vmw_fifo_lag(queue) <= cond;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 164 uptr cond = atomic_load(p, memory_order_acquire); local
165 if (!force && cond != 0)
166 return (pthread_cond_t*)cond;
169 if (atomic_compare_exchange_strong(p, &cond, (uptr)newcond,
173 return (pthread_cond_t*)cond;
179 pthread_cond_t *cond = init_cond(c, true); local
180 return REAL(pthread_cond_init)(cond, a);
185 pthread_cond_t *cond = init_cond(c); local
188 int res = REAL(pthread_cond_wait)(cond, m);
196 pthread_cond_t *cond = init_cond(c) local
206 pthread_cond_t *cond = init_cond(c); local
212 pthread_cond_t *cond = init_cond(c); local
218 pthread_cond_t *cond = init_cond(c); local
    [all...]

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>