Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_equal.c53 pthread_t pthread1, pthread2; in pthread_equal_0100() local
56 result = pthread_create(&pthread1, NULL, threadfuncA, NULL); in pthread_equal_0100()
67 result = pthread_join(pthread1, NULL); in pthread_equal_0100()

Completed in 1 milliseconds