Home
last modified time | relevance | path

Searched refs:m_tmp (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c561 mes_t *m_cur, *m_tmp; in main() local
612 m_tmp = malloc(sizeof(mes_t)); in main()
613 if (m_tmp == NULL) { in main()
617 m_tmp->nthreads = nth; in main()
618 m_tmp->next = NULL; in main()
621 dur = do_threads_test(nth, m_tmp); in main()
625 m_cur->next = m_tmp; in main()
626 m_cur = m_tmp; in main()
628 free(m_tmp); in main()
640 m_tmp in main()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c116 mes_t *m_cur, *m_tmp; in main() local
273 m_tmp = malloc(sizeof(mes_t)); in main()
275 if (m_tmp == NULL) { in main()
281 m_tmp->nprocess = nprocesses; in main()
282 m_tmp->next = NULL; in main()
283 m_tmp->_data = 0; in main()
284 m_cur->next = m_tmp; in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ds-c1.c122 mes_t *m_cur, *m_tmp; in main() local
240 m_tmp = (mes_t *) malloc(sizeof(mes_t)); in main()
242 if (m_tmp == NULL) { in main()
254 m_tmp->nsem = nsem; in main()
255 m_tmp->next = NULL; in main()
256 m_tmp->prev = m_cur; in main()
257 m_cur->next = m_tmp; in main()
259 m_cur = m_tmp; in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ds-c1.c121 mes_t *m_cur, *m_tmp; in main() local
244 m_tmp = malloc(sizeof(mes_t)); in main()
246 if (m_tmp == NULL) { in main()
258 m_tmp->nsem = nsem; in main()
259 m_tmp->next = NULL; in main()
260 m_tmp->prev = m_cur; in main()
261 m_cur->next = m_tmp; in main()
263 m_cur = m_tmp; in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c152 mes_t *m_cur, *m_tmp; in main() local
301 m_tmp = malloc(sizeof(mes_t)); in main()
302 if (m_tmp == NULL) { in main()
307 m_tmp->nthreads = in main()
309 m_tmp->next = NULL; in main()
313 m_tmp-> in main()
316 m_cur->next = m_tmp; in main()

Completed in 5 milliseconds