Searched refs:exit_cond (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/iscsi/dist/src/lib/ |
H A D | initiator.c | 243 ISCSI_COND_INIT(&s->tx_worker.exit_cond, return -1); in session_init_i() 247 ISCSI_COND_INIT(&s->rx_worker.exit_cond, return -1); in session_init_i() 308 ISCSI_WAIT(&s->tx_worker.exit_cond, &s->tx_worker.exit_mutex, in session_init_i() 431 ISCSI_COND_DESTROY(&sess->tx_worker.exit_cond, return -1); in session_destroy_i() 435 ISCSI_COND_DESTROY(&sess->rx_worker.exit_cond, return -1); in session_destroy_i() 980 ISCSI_COND_INIT(&g_enqueue_worker.exit_cond, INIT_ERROR); in iscsi_initiator_start() 992 ISCSI_WAIT(&g_enqueue_worker.exit_cond, &g_enqueue_worker.exit_mutex, in iscsi_initiator_start() 1062 ISCSI_COND_DESTROY(&g_enqueue_worker.exit_cond, return -1); in iscsi_initiator_shutdown() 1246 ISCSI_SIGNAL(&me->exit_cond, goto done); in enqueue_worker_proc() 1404 ISCSI_SIGNAL(&me->exit_cond, return -1); in tx_worker_proc_i() [all …]
|
/netbsd-src/external/bsd/iscsi/dist/include/ |
H A D | iscsiutil.h | 397 iscsi_cond_t exit_cond; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-stmt.cc | 2357 tree from, tree to, tree step, tree exit_cond) in gfc_trans_simple_do() argument 2395 if (exit_cond) in gfc_trans_simple_do() 2399 exit_cond, tmp, in gfc_trans_simple_do() 2453 tmp = gfc_trans_code_cond (code->block->next, exit_cond); in gfc_trans_simple_do() 2528 gfc_trans_do (gfc_code * code, tree exit_cond) in gfc_trans_do() argument 2586 exit_cond); in gfc_trans_do() 2709 tmp = gfc_trans_code_cond (code->block->next, exit_cond); in gfc_trans_do() 2729 if (exit_cond) in gfc_trans_do() 2733 exit_cond, tmp, in gfc_trans_do()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-stmt.c | 2319 tree from, tree to, tree step, tree exit_cond) in gfc_trans_simple_do() argument 2357 if (exit_cond) in gfc_trans_simple_do() 2361 exit_cond, tmp, in gfc_trans_simple_do() 2415 tmp = gfc_trans_code_cond (code->block->next, exit_cond); in gfc_trans_simple_do() 2490 gfc_trans_do (gfc_code * code, tree exit_cond) in gfc_trans_do() argument 2548 exit_cond); in gfc_trans_do() 2671 tmp = gfc_trans_code_cond (code->block->next, exit_cond); in gfc_trans_do() 2691 if (exit_cond) in gfc_trans_do() 2695 exit_cond, tmp, in gfc_trans_do()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expr.cc | 7044 tree exit_cond; in store_constructor() local 7083 exit_cond = build2 (LT_EXPR, integer_type_node, in store_constructor() 7085 jumpif (exit_cond, loop_end, in store_constructor()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expr.c | 6696 tree exit_cond; in store_constructor() local 6735 exit_cond = build2 (LT_EXPR, integer_type_node, in store_constructor() 6737 jumpif (exit_cond, loop_end, in store_constructor()
|