Searched refs:started (Results 1 – 6 of 6) sorted by relevance
30 volatile int started; variable45 for (started=0; started<NUM_THREADS; started++) in libc_ex3()46 pthread_create(&threads[started], NULL, search, (void *)pid); in libc_ex3()107 while (started < NUM_THREADS) in search()
26 static int started = 0; variable64 started = 1; in udpclient()93 started = 0; in udpclient()139 if (started) in udpclient_test()
35 static int started = 0; variable85 started = 1; in udpserv()139 started = 0; in udpserv()183 if (started) in udpserver_test()
36 static int started = 0; variable97 started = 1; in tcpclient()182 started = 0; in tcpclient()228 if (started) in tcpclient_test()
36 static int started = 0; variable91 started = 1; in tcpserv()220 started = 0; in tcpserv()265 if (started) in tcpserver_test()
38 [I/utest] [==========] [ utest ] started39 [I/utest] [----------] [ testcase ] (testcases.utest.pass_tc) started
Completed in 8 milliseconds