OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_fatal
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/daemon/
oprofiled.h
45
/** return the int in the given oprofilefs file, error is fatal if !
is_fatal
*/
46
int opd_read_fs_int(char const * path, char const * name, int
is_fatal
);
/external/chromium/testing/gtest/test/
gtest_stress_test.cc
164
void FailingThread(bool
is_fatal
) {
165
if (
is_fatal
)
173
void GenerateFatalFailureInAnotherThread(bool
is_fatal
) {
174
ThreadWithParam<bool> thread(&FailingThread,
is_fatal
, NULL);
/external/srec/srec/include/
duk_err.h
184
int
is_fatal
;
member in struct:__anon11134
/external/bluetooth/glib/glib/
gmessages.c
782
gboolean
is_fatal
= (log_level & G_LOG_FLAG_FATAL) != 0;
local
819
if (
is_fatal
)
891
gboolean
is_fatal
= (log_level & G_LOG_FLAG_FATAL) != 0;
local
952
if (
is_fatal
)
Completed in 2034 milliseconds