HomeSort by relevance Sort by last modified time
    Searched refs:my_thread_process (Results 1 - 25 of 25) sorted by null

  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg/
tirpc_svc_reg_mt.c 49 void *my_thread_process(void *arg) function
113 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
tirpc_rpc_broadcast_mt.c 55 void *my_thread_process(void *arg) function
115 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_rpc_broadcast_scalability.c 57 void *my_thread_process(void *arg) function
147 (&pThreadArray[j], &thread_attr, my_thread_process,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
tirpc_rpc_broadcast_exp_mt.c 55 void *my_thread_process(void *arg) function
118 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_rpc_broadcast_exp_scalability.c 57 void *my_thread_process(void *arg) function
147 (&pThreadArray[j], &thread_attr, my_thread_process,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg/
tirpc_rpc_reg_mt.c 56 void *my_thread_process(void *arg) function
119 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
tirpc_bottomlevel_clnt_call_mt.c 52 void *my_thread_process(void *arg) function
150 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_bottomlevel_clnt_call_complex.c 75 void *my_thread_process(void *arg) function
183 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_bottomlevel_clnt_call_scalability.c 54 void *my_thread_process(void *arg) function
188 (&pThreadArray[j], &thread_attr, my_thread_process,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
tirpc_expertlevel_clnt_call_mt.c 52 void *my_thread_process(void *arg) function
147 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_expertlevel_clnt_call_complex.c 75 void *my_thread_process(void *arg) function
183 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_expertlevel_clnt_call_scalability.c 54 void *my_thread_process(void *arg) function
183 (&pThreadArray[j], &thread_attr, my_thread_process,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
tirpc_rpcb_rmtcall_mt.c 52 void *my_thread_process(void *arg) function
142 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_rpcb_rmtcall_complex.c 75 void *my_thread_process(void *arg) function
175 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_rpcb_rmtcall_scalability.c 54 void *my_thread_process(void *arg) function
173 (&pThreadArray[j], &thread_attr, my_thread_process,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_unreg/
tirpc_svc_unreg_mt.c 49 void *my_thread_process(void *arg) function
117 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
tirpc_interlevel_clnt_call_mt.c 49 void *my_thread_process(void *arg) function
131 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_interlevel_clnt_call_complex.c 73 void *my_thread_process(void *arg) function
165 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_interlevel_clnt_call_scalability.c 51 void *my_thread_process(void *arg) function
165 (&pThreadArray[j], &thread_attr, my_thread_process,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
tirpc_rpc_call_complex.c 73 void *my_thread_process(void *arg) function
142 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_rpc_call_mt.c 50 void *my_thread_process(void *arg) function
115 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_rpc_call_scalability.c 51 void *my_thread_process(void *arg) function
140 (&pThreadArray[j], &thread_attr, my_thread_process,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
tirpc_toplevel_clnt_call_mt.c 50 void *my_thread_process(void *arg) function
125 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_toplevel_clnt_call_complex.c 73 void *my_thread_process(void *arg) function
154 if (pthread_create(&pThreadArray[i], NULL, my_thread_process, (void*)i)
tirpc_toplevel_clnt_call_scalability.c 51 void *my_thread_process(void *arg) function
155 (&pThreadArray[j], &thread_attr, my_thread_process,

Completed in 142 milliseconds