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_open/
Ds-c1.c124 mes_t *m_cur, *m_tmp; in main() local
134 m_cur = &sentinel; in main()
135 m_cur->next = NULL; in main()
136 m_cur->prev = NULL; in main()
263 m_tmp->prev = m_cur; in main()
264 m_cur->next = m_tmp; in main()
266 m_cur = m_tmp; in main()
268 m_cur->_data_open = in main()
271 m_cur->_data_close = 0; in main()
321 m_cur->_data_close = in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c125 mes_t *m_cur, *m_tmp; local
134 m_cur = &sentinel;
135 m_cur->next = NULL;
136 m_cur->prev = NULL;
259 m_tmp->prev = m_cur;
260 m_cur->next = m_tmp;
262 m_cur = m_tmp;
264 m_cur->_data_open =
267 m_cur->_data_close = 0;
311 m_cur->_data_close =
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c123 mes_t *m_cur, *m_tmp; in main() local
129 m_cur = &sentinel; in main()
130 m_cur->next = NULL; in main()
171 m_cur = &sentinel; in main()
291 m_cur->next = m_tmp; in main()
293 m_cur = m_cur->next; in main()
295 m_cur->_data = in main()
301 nprocesses, m_cur->_data); in main()
363 m_cur = sentinel.next; in main()
365 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.c159 mes_t *m_cur, *m_tmp; in main() local
165 m_cur = &sentinel; in main()
166 m_cur->next = NULL; in main()
205 m_cur = &sentinel; in main()
306 if (m_cur->next == NULL) { in main()
323 m_cur->next = m_tmp; in main()
327 m_cur = m_cur->next; in main()
328 m_cur->_data[sc] = in main()
339 m_cur->_data[sc]); in main()
415 m_cur = sentinel.next; in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ds-c.c568 mes_t *m_cur, *m_tmp; in main() local
569 m_cur = &sentinel; in main()
570 m_cur->next = NULL; in main()
632 m_cur->next = m_tmp; in main()
633 m_cur = m_tmp; in main()
645 m_cur = sentinel.next; in main()
646 while (m_cur != NULL) { in main()
647 m_tmp = m_cur; in main()
648 m_cur = m_tmp->next; in main()