Searched defs:thread2_func (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/tests/
H A Dtestthread.c24 void *thread2_func(void *arg) function
41 pthread_create(&tid2, NULL, thread2_func, "hello2");
H A Dlinux-test.c415 int thread2_func(void *arg) function
435 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE,

Completed in 77 milliseconds