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

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

Completed in 344 milliseconds