| /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/ |
| test_perthreadlock_timing.c | 140 void *tret; local 181 err = pthread_join(tid_reader[i], &tret); 187 err = pthread_join(tid_writer[i], &tret);
|
| test_rwlock.c | 219 void *tret; local 327 err = pthread_join(tid_reader[i_thr], &tret); 333 err = pthread_join(tid_writer[i_thr], &tret);
|
| test_rwlock_timing.c | 139 void *tret; local 181 err = pthread_join(tid_reader[i], &tret); 187 err = pthread_join(tid_writer[i], &tret);
|
| test_urcu.c | 202 void *tret; local 308 err = pthread_join(tid_reader[i_thr], &tret); 314 err = pthread_join(tid_writer[i_thr], &tret);
|
| test_urcu_bp.c | 197 void *tret; local 303 err = pthread_join(tid_reader[i_thr], &tret); 309 err = pthread_join(tid_writer[i_thr], &tret);
|
| test_urcu_qsbr.c | 208 void *tret; local 314 err = pthread_join(tid_reader[i_thr], &tret); 320 err = pthread_join(tid_writer[i_thr], &tret);
|
| test_urcu_qsbr_timing.c | 156 void *tret; local 192 err = pthread_join(tid_reader[i], &tret); 198 err = pthread_join(tid_writer[i], &tret);
|
| test_urcu_timing.c | 156 void *tret; local 192 err = pthread_join(tid_reader[i], &tret); 198 err = pthread_join(tid_writer[i], &tret);
|
| test_mutex.c | 194 void *tret; local 297 err = pthread_join(tid_reader[i_thr], &tret); 303 err = pthread_join(tid_writer[i_thr], &tret);
|
| test_perthreadlock.c | 227 void *tret; local 331 err = pthread_join(tid_reader[i_thr], &tret); 337 err = pthread_join(tid_writer[i_thr], &tret);
|
| test_urcu_assign.c | 258 void *tret; local 365 err = pthread_join(tid_reader[i_thr], &tret); 371 err = pthread_join(tid_writer[i_thr], &tret);
|
| test_urcu_defer.c | 224 void *tret; local 330 err = pthread_join(tid_reader[i_thr], &tret); 336 err = pthread_join(tid_writer[i_thr], &tret);
|
| test_urcu_gc.c | 246 void *tret; local 371 err = pthread_join(tid_reader[i_thr], &tret); 377 err = pthread_join(tid_writer[i_thr], &tret);
|
| test_urcu_lfq.c | 255 void *tret; local 369 err = pthread_join(tid_enqueuer[i_thr], &tret); 376 err = pthread_join(tid_dequeuer[i_thr], &tret);
|
| test_urcu_lfs.c | 318 void *tret; local 453 err = pthread_join(tid_enqueuer[i_thr], &tret); 460 err = pthread_join(tid_dequeuer[i_thr], &tret);
|
| test_urcu_lfs_rcu.c | 257 void *tret; local 371 err = pthread_join(tid_enqueuer[i_thr], &tret); 378 err = pthread_join(tid_dequeuer[i_thr], &tret);
|
| test_urcu_qsbr_gc.c | 247 void *tret; local 371 err = pthread_join(tid_reader[i_thr], &tret); 377 err = pthread_join(tid_writer[i_thr], &tret);
|
| test_urcu_wfq.c | 227 void *tret; local 337 err = pthread_join(tid_enqueuer[i_thr], &tret); 344 err = pthread_join(tid_dequeuer[i_thr], &tret);
|
| test_urcu_wfs.c | 313 void *tret; local 476 err = pthread_join(tid_enqueuer[i_thr], &tret); 484 err = pthread_join(tid_dequeuer[i_thr], &tret);
|
| test_urcu_wfcq.c | 326 void *tret; local 489 err = pthread_join(tid_enqueuer[i_thr], &tret); 497 err = pthread_join(tid_dequeuer[i_thr], &tret);
|
| test_urcu_hash.c | 291 void *tret; local 647 err = pthread_join(tid_reader[i_thr], &tret); 656 err = pthread_join(tid_writer[i_thr], &tret); 684 err = pthread_join(tid_count, &tret);
|
| /src/external/bsd/am-utils/dist/conf/transp/ |
| transp_tli.c | 101 struct t_bind *treq, *tret; local 109 tret = (struct t_bind *) t_alloc(td, T_BIND, T_ADDR); 110 if (!tret) { 126 rc = t_bind(td, treq, tret); 130 if (memcmp(treq->addr.buf, tret->addr.buf, tret->addr.len) == 0) 143 t_free((char *) tret, T_BIND); 314 struct t_bind *treq, *tret; local 360 tret = (struct t_bind *) t_alloc(td, T_BIND, T_ADDR); 361 if (!tret) { [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| runtime.cc | 249 tree tret = build_ctype (get_libcall_type (return_type)); local 251 fntype = build_varargs_function_type_array (tret, nparams, args); 253 fntype = build_function_type_array (tret, nparams, args);
|
| /src/external/lgpl2/userspace-rcu/dist/src/ |
| urcu-defer-impl.h | 416 void *tret; local 423 ret = pthread_join(tid_defer, &tret);
|
| /src/external/bsd/wpa/dist/hostapd/ |
| main.c | 910 int tret = wpa_debug_open_linux_tracing(); local 911 if (tret) {
|