Searched refs:thread_fn (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/capsicum-test/
H A Dcapmode.cc578 void *thread_fn(void *p) { function
602 EXPECT_OK(pthread_create(&early_thread, NULL, thread_fn,
673 EXPECT_OK(pthread_create(&child_thread, NULL, thread_fn,
689 EXPECT_OK(pthread_create(&child_thread2, NULL, thread_fn,

Completed in 157 milliseconds