Home
last modified time | relevance | path

Searched refs:bp_threads (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_threads_wait.h782 pthread_t bp_threads[THREAD_CONCURRENT_BREAKPOINT_NUM]; in thread_concurrent_test() local
825 FORKEE_ASSERT(pthread_create(&bp_threads[i], NULL, in thread_concurrent_test()
838 FORKEE_ASSERT(pthread_join(bp_threads[i], NULL) == 0); in thread_concurrent_test()