search for: thread_fun

Displaying 2 results from an estimated 2 matches for "thread_fun".

Did you mean: threaded_fun
2013 Sep 12
0
question about dovecot-auth
...============concurrent-script======================== my concurrent-login script is: use strict; use warnings; use Net::IMAP::Client; use Getopt::Long; use threads; my %opt = (); GetOptions(\%opt, 'pth_num|n=s'); my $pths = $opt{pth_num}; my $t1 = 0; my $passwd = "qwer1234"; sub thread_fun { my $j = 0; my $count = 2; my $k = $_[0]; my $pid = threads->self()->tid(); while ($count != 0){ my $username = "q$k\@t.com"; print "#####$pid $username $passwd #####\n"; my $imap = Net::IMAP::Client->new(...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...faf] 14 mach_msg_trap + 10 (in libSystem.B.dylib) [0x936d60fa] Kernel stack: 14 ipc_mqueue_receive_continue + 0 [0x210c2f] Thread 5e41b7c User stack: 14 thread_start + 34 (in libSystem.B.dylib) [0x937036a2] 14 _pthread_start + 345 (in libSystem.B.dylib) [0x9370381d] 14 thread_fun + 33 (in QuartzCore) [0x90ec7b09] 14 CA::Render::Server::server_thread(void*) + 240 (in QuartzCore) [0x90e8641f] 14 mach_msg_trap + 10 (in libSystem.B.dylib) [0x936d60fa] Kernel stack: 14 ipc_mqueue_receive_continue + 0 [0x210c2f] Thread 645d7a8 User stack: 14 thread_start +...