Searched refs:ev2 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/regress/lib/libevent/ |
| D | event_regress.c | 404 struct event ev, ev2; in test_multiple() local 419 event_set(&ev2, pair[1], EV_READ, multiple_read_cb, &ev2); in test_multiple() 420 if (event_add(&ev2, NULL) == -1) in test_multiple() 433 struct event ev, ev2; in test_persistent() local 448 event_set(&ev2, pair[1], EV_READ|EV_PERSIST, multiple_read_cb, &ev2); in test_persistent() 449 if (event_add(&ev2, NULL) == -1) in test_persistent() 715 struct event ev1, ev2; in test_signal_switchbase() local 724 signal_set(&ev2, SIGUSR1, signal_cb, &ev2); in test_signal_switchbase() 726 event_base_set(base2, &ev2) || in test_signal_switchbase() 728 event_add(&ev2, NULL)) { in test_signal_switchbase() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/ |
| D | Event.t | 698 my $ev2 = Test2::Event::V2->new( 704 my @errors = $ev2->validate_facet_data; 709 @errors = $ev2->validate_facet_data(require_facet_class => 1); 721 @errors = Test2::Event->validate_facet_data($ev2->facet_data); 726 @errors = Test2::Event->validate_facet_data($ev2->facet_data, require_facet_class => 1);
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | cfgcleanup.c | 1826 basic_block ev, ev2; in try_crossjump_bb() local 1914 for (ix2 = 0, ev2 = bb; ix2 < EDGE_COUNT (ev2->preds); ) in try_crossjump_bb() 1916 e2 = EDGE_PRED (ev2, ix2); in try_crossjump_bb() 1943 ev2 = bb; in try_crossjump_bb()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/ |
| D | Context.pm | 693 then you want the C<*ev2*> methods. These let you directly specify which facets
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | rs6000-tdep.c | 2379 /* 0*/P8(ev0), P8(ev1), P8(ev2), P8(ev3), P8(ev4), P8(ev5), P8(ev6), P8(ev7), \
|