Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/xts/process/
Dpthread_basic_api_test.c79 void *joinRe = NULL; variable
82 ret = pthread_join(tid, &joinRe);
85 int *p = (int*)joinRe;
123 void *joinRe = NULL; variable
126 ret = pthread_join(tid, &joinRe);
128 int *p = (int*)joinRe;
154 void *joinRe = NULL; variable
157 ret = pthread_join(tid, &joinRe);
159 int *p = (int*)joinRe;