Home
last modified time | relevance | path

Searched refs:start_ev (Results 1 – 11 of 11) sorted by relevance

/dports/audio/fluidsynth/fluidsynth-2.2.4/src/drivers/
H A Dfluid_wasapi.c145 HANDLE start_ev; member
245 dev->start_ev = CreateEvent(NULL, FALSE, FALSE, NULL); in new_fluid_wasapi_audio_driver2()
247 if(dev->start_ev == NULL) in new_fluid_wasapi_audio_driver2()
262 wait_handles[0] = dev->start_ev; in new_fluid_wasapi_audio_driver2()
310 if(dev->start_ev != NULL) in delete_fluid_wasapi_audio_driver()
312 CloseHandle(dev->start_ev); in delete_fluid_wasapi_audio_driver()
550 SetEvent(dev->start_ev); in fluid_wasapi_audio_run()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dshrpx_dns_resolver.cc240 void start_ev(std::vector<std::unique_ptr<ev_io>> &evs, struct ev_loop *loop, in start_ev() function
277 start_ev(revs_, loop_, fd, EV_READ, readcb, this); in start_rev()
283 start_ev(wevs_, loop_, fd, EV_WRITE, writecb, this); in start_wev()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dshrpx_dns_resolver.cc240 void start_ev(std::vector<std::unique_ptr<ev_io>> &evs, struct ev_loop *loop, in start_ev() function
277 start_ev(revs_, loop_, fd, EV_READ, readcb, this); in start_rev()
283 start_ev(wevs_, loop_, fd, EV_WRITE, writecb, this); in start_wev()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dshrpx_dns_resolver.cc240 void start_ev(std::vector<std::unique_ptr<ev_io>> &evs, struct ev_loop *loop, in start_ev() function
277 start_ev(revs_, loop_, fd, EV_READ, readcb, this); in start_rev()
283 start_ev(wevs_, loop_, fd, EV_WRITE, writecb, this); in start_wev()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dshrpx_dns_resolver.cc240 void start_ev(std::vector<std::unique_ptr<ev_io>> &evs, struct ev_loop *loop, in start_ev() function
277 start_ev(revs_, loop_, fd, EV_READ, readcb, this); in start_rev()
283 start_ev(wevs_, loop_, fd, EV_WRITE, writecb, this); in start_wev()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dshrpx_dns_resolver.cc240 void start_ev(std::vector<std::unique_ptr<ev_io>> &evs, struct ev_loop *loop, in start_ev() function
277 start_ev(revs_, loop_, fd, EV_READ, readcb, this); in start_rev()
283 start_ev(wevs_, loop_, fd, EV_WRITE, writecb, this); in start_wev()
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dshrpx_dns_resolver.cc240 void start_ev(std::vector<std::unique_ptr<ev_io>> &evs, struct ev_loop *loop, in start_ev() function
277 start_ev(revs_, loop_, fd, EV_READ, readcb, this); in start_rev()
283 start_ev(wevs_, loop_, fd, EV_WRITE, writecb, this); in start_wev()
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/verilog/
H A Dparser_bugs.v421 start_ev, start_data, end_ev, end_data, clk=$default_clk ,rst=1'b0);
424 (start_ev, local_data = start_data) ##0
425 (end_ev or (!end_ev ##1 (!start_ev throughout end_ev[->1])))
/dports/misc/sfm/sfm-0.4/
H A Dsfm.c180 static void start_ev(void);
1673 start_ev(void) in start_ev() function
2015 start_ev(); in start()
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/t/
H A D35_sigparser.out433 verilog/parser_bugs.v:421: VAR 'port' 'start_ev' 'property' '' '' '' ''
434 verilog/parser_bugs.v:421: PORT 'start_ev' 'property' 'input' '' '' '1'
H A D35_sigparser_ps.out457 verilog/parser_bugs.v:421: VAR 'port' 'start_ev' 'property' '' '' '' ''
458 verilog/parser_bugs.v:421: PORT 'start_ev' 'property' 'input' '' '' '1'