Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_equal.c19 static pthread_t g_pthd_1, g_pthd_2; variable
23 g_pthd_1 = pthread_self(); in threadfuncA()
30 int ret = pthread_equal(g_pthd_1, pth); in threadfuncB()