Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c122 mes_t *m_cur, *m_tmp; local
131 m_cur = &sentinel;
132 m_cur->next = NULL;
133 m_cur->prev = NULL;
256 m_tmp->prev = m_cur;
257 m_cur->next = m_tmp;
259 m_cur = m_tmp;
261 m_cur->_data_open =
264 m_cur->_data_close = 0;
308 m_cur->_data_close =
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ds-c1.c121 mes_t *m_cur, *m_tmp; in main() local
131 m_cur = &sentinel; in main()
132 m_cur->next = NULL; in main()
133 m_cur->prev = 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()
265 m_cur->_data_open = in main()
268 m_cur->_data_close = 0; in main()
318 m_cur->_data_close = in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c116 mes_t *m_cur, *m_tmp; in main() local
122 m_cur = &sentinel; in main()
123 m_cur->next = NULL; in main()
164 m_cur = &sentinel; in main()
284 m_cur->next = m_tmp; in main()
286 m_cur = m_cur->next; in main()
288 m_cur->_data = in main()
294 nprocesses, m_cur->_data); in main()
356 m_cur = sentinel.next; in main()
358 output("%8.8i %1.1li.%6.6li\n", m_cur->nprocess, in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c152 mes_t *m_cur, *m_tmp; in main() local
158 m_cur = &sentinel; in main()
159 m_cur->next = NULL; in main()
198 m_cur = &sentinel; in main()
299 if (m_cur->next == NULL) { in main()
316 m_cur->next = m_tmp; in main()
320 m_cur = m_cur->next; in main()
321 m_cur->_data[sc] = in main()
332 m_cur->_data[sc]); in main()
408 m_cur = sentinel.next; in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ds-c.c561 mes_t *m_cur, *m_tmp; in main() local
562 m_cur = &sentinel; in main()
563 m_cur->next = NULL; in main()
625 m_cur->next = m_tmp; in main()
626 m_cur = m_tmp; in main()
638 m_cur = sentinel.next; in main()
639 while (m_cur != NULL) { in main()
640 m_tmp = m_cur; in main()
641 m_cur = m_tmp->next; in main()