Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/posix/src/pthread/
Dpthread_cond_func_test.c541 static void pthreadKeyFree(void *data) in pthreadKeyFree() function
609 ret = pthread_key_create(&g_pthreadKey1, pthreadKeyFree);
612 ret = pthread_key_create(&g_pthreadKey2, pthreadKeyFree);
/kernel/liteos_m/testsuites/sample/posix/
Dpthread_func_test.c523 static void pthreadKeyFree(void *data) in pthreadKeyFree() function
591 ret = pthread_key_create((pthread_key_t *)&g_pthreadKey1, pthreadKeyFree);
594 ret = pthread_key_create((pthread_key_t *)&g_pthreadKey2, pthreadKeyFree);