Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 98) sorted by relevance

1234

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/bits/
A Darm_bx.h34 # define BXC(cond, reg) bx##cond reg argument
37 # define BXC(cond, reg) mov##cond pc, reg argument
A Darm_asm.h10 #define IT(t, cond) i##t cond argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dcondvar.c28 int pthread_cond_init(pthread_cond_t *cond, in pthread_cond_init()
50 pthread_cond_t *cond = obj; in libpthread_hidden_def() local
60 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait()
233 int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dpthread_cond_signal.c32 pthread_cond_t *cond) in __pthread_cond_signal()
A Dpthread_cond_broadcast.c32 pthread_cond_t *cond) in __pthread_cond_broadcast()
A Dpthread_cond_timedwait.c35 pthread_cond_t *cond; member
43 pthread_cond_t *cond, in __pthread_cond_timedwait()
A Dpthread_cond_wait.c30 pthread_cond_t *cond; member
93 pthread_cond_t *cond, in __pthread_cond_wait()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_cond_init.c26 pthread_cond_t *cond, in __pthread_cond_init()
A Dpthread_cond_destroy.c26 pthread_cond_t *cond) in __pthread_cond_destroy()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dcondvar.c28 int __pthread_cond_init(pthread_cond_t *cond, in __pthread_cond_init()
50 pthread_cond_t *cond = obj; in strong_alias() local
60 int __pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in __pthread_cond_wait()
233 int __pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in __pthread_cond_timedwait()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dcondvar.c29 __pthread_cond_init(pthread_cond_t *cond, in __pthread_cond_init()
53 pthread_cond_t *cond = obj; in strong_alias() local
65 __pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in __pthread_cond_wait()
240 __pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in __pthread_cond_timedwait()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cond19.c26 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
A Dtst-cond5.c29 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
A Dtst-initializers1.c28 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
A Dtst-cond1.c25 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
A Dtst-cond14.c26 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
A Dtst-cond11.c31 pthread_cond_t cond; in run_test() local
A Dtst-cond3.c31 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
A Dtst-cond15.c28 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dentry_list_fn_imps.hpp74 cond_dealtor_t cond(p_e); in get_entry() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dentry_list_fn_imps.hpp74 cond_dealtor_t cond(p_e); in get_entry() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dentry_list_fn_imps.hpp74 cond_dealtor_t cond(p_e); in get_entry() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dentry_list_fn_imps.hpp74 cond_dealtor_t cond(p_e); in get_entry() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dentry_list_fn_imps.hpp76 cond_dealtor_t cond(p_e); in get_entry() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dentry_list_fn_imps.hpp74 cond_dealtor_t cond(p_e); in get_entry() local

Completed in 29 milliseconds

1234