Searched refs:keyRet (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_key_create.c | 30 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 D | pthread_setspecific.c | 28 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 D | pthread_getspecific.c | 28 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