Home
last modified time | relevance | path

Searched refs:httpthread (Results 1 – 5 of 5) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Drtr_http.c544 if (httpthread) { in r_core_rtr_http()
546 r_th_kill_free (httpthread); in r_core_rtr_http()
547 httpthread = NULL; in r_core_rtr_http()
564 if (httpthread) { in r_core_rtr_http()
577 httpthread = r_th_new (r_core_rtr_http_thread, ht, false); in r_core_rtr_http()
578 if (httpthread) { in r_core_rtr_http()
579 r_th_setname (httpthread, "httpthread"); in r_core_rtr_http()
581 r_th_start (httpthread, true); in r_core_rtr_http()
H A Drtr.c27 static RThread *httpthread = NULL; variable
51 r_th_kill (httpthread, true); in r_core_wait()
53 r_th_wait (httpthread); in r_core_wait()
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dhttp.test57 set httpthread [testthread create -joinable "
61 testthread send $httpthread [list set port $port]
62 testthread send $httpthread [list set bindata $bindata]
63 testthread send $httpthread {httpd_init $port}
64 puts "Running httpd in thread $httpthread"
553 if {[info exists httpthread]} {
554 testthread send -async $httpthread {
557 testthread join $httpthread
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dhttp.test62 set httpthread [thread::create -preserved]
63 thread::send $httpthread [list source $httpdFile]
64 thread::send $httpthread [list set port $port]
65 thread::send $httpthread [list set bindata $bindata]
66 thread::send $httpthread {httpd_init $port}
67 puts "Running httpd in thread $httpthread"
686 if {[info exists httpthread]} {
687 thread::release $httpthread
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dhttp.test61 set httpthread [thread::create -preserved]
62 thread::send $httpthread [list source $httpdFile]
63 thread::send $httpthread [list set bindata $bindata]
64 thread::send $httpthread {httpd_init 0; set port} port
65 puts "Running httpd in thread $httpthread"
1125 if {[info exists httpthread]} {
1126 thread::release $httpthread