Searched refs:thread_fault_concurrent (Results 1 – 2 of 2) sorted by relevance
397 struct thread_fault_concurrent { struct404 thread_fault_concurrent(void *closure) in thread_fault_concurrent() argument406 struct thread_fault_concurrent *t = closure; in thread_fault_concurrent()424 struct thread_fault_concurrent thread[64]; in test_fault_concurrent()434 pthread_create(&thread[n].thread, NULL, thread_fault_concurrent, &thread[n]); in test_fault_concurrent()
849 struct thread_fault_concurrent { struct856 thread_fault_concurrent(void *closure) in thread_fault_concurrent() argument858 struct thread_fault_concurrent *t = closure; in thread_fault_concurrent()876 struct thread_fault_concurrent thread[64]; in test_fault_concurrent()886 pthread_create(&thread[n].thread, NULL, thread_fault_concurrent, &thread[n]); in test_fault_concurrent()