Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_key_create.c30 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncA() local
31 EXPECT_EQ("pthread_key_create_0100_threadfuncA", *keyRet, 0); in threadfuncA()
40 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncB() local
41 EXPECT_EQ("pthread_key_create_0200_threadfuncB", *keyRet, 0); in threadfuncB()
H A Dpthread_setspecific.c28 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncA() local
29 EXPECT_EQ("pthread_setspecific_0100", *keyRet, 0); in threadfuncA()
40 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncB() local
41 EXPECT_EQ("pthread_setspecific_0200", *keyRet, 0); in threadfuncB()
H A Dpthread_getspecific.c28 int32_t *keyRet = (int32_t *)pthread_getspecific(g_key); in threadfuncA() local
29 EXPECT_EQ("pthread_getspecific_0100", *keyRet, 0); in threadfuncA()

Completed in 1 milliseconds