OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_data_open
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c
96
long
_data_open
; /* As we store µsec values, a long type should be enough. */
member in struct:__mes_t
264
m_cur->
_data_open
=
346
m_cur->nsem, m_cur->
_data_open
/ 1000000,
347
m_cur->
_data_open
% 1000000,
484
if (cur->
_data_open
!= 0) {
488
Yavg_o += (double)cur->
_data_open
;
489
LnYavg_o += log((double)cur->
_data_open
);
533
Table[N].Y_o = cur->
_data_open
;
535
Table[N].LnY_o = log((double)cur->
_data_open
);
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c
95
long
_data_open
; /* As we store µsec values, a long type should be enough. */
member in struct:__mes_t
268
m_cur->
_data_open
=
356
m_cur->
_data_open
/ 1000000, m_cur->
_data_open
% 1000000,
494
if (cur->
_data_open
!= 0) {
498
Yavg_o += (double)cur->
_data_open
;
499
LnYavg_o += log((double)cur->
_data_open
);
542
Table[N].Y_o = cur->
_data_open
;
544
Table[N].LnY_o = log((double)cur->
_data_open
);
Completed in 356 milliseconds