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

/vbox/src/recompiler/tests/
H A Dtestthread.c11 void *thread1_func(void *arg) function
40 pthread_create(&tid1, NULL, thread1_func, "hello1");
H A Dlinux-test.c405 int thread1_func(void *arg) function
431 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE,

Completed in 318 milliseconds