HomeSort by relevance Sort by last modified time
    Searched refs:_data_close (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c 97 long _data_close; /* As we store µsec values, a long type should be enough. */ member in struct:__mes_t
267 m_cur->_data_close = 0;
311 m_cur->_data_close =
348 m_cur->_data_close / 1000000,
349 m_cur->_data_close % 1000000);
490 Yavg_c += (double)cur->_data_close;
491 LnYavg_c += log((double)cur->_data_close);
537 Table[N].Y_c = cur->_data_close;
539 Table[N].LnY_c = log((double)cur->_data_close);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c 96 long _data_close; /* As we store µsec values, a long type should be enough. */ member in struct:__mes_t
271 m_cur->_data_close = 0;
321 m_cur->_data_close =
357 m_cur->_data_close / 1000000,
358 m_cur->_data_close % 1000000);
500 Yavg_c += (double)cur->_data_close;
501 LnYavg_c += log((double)cur->_data_close);
546 Table[N].Y_c = cur->_data_close;
548 Table[N].LnY_c = log((double)cur->_data_close);

Completed in 236 milliseconds