Searched refs:RUNTIME (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | random_offline | 18 RUNTIME="" 37 t) RUNTIME=$OPTARG ;; 136 if [ ! -z "$RUNTIME" ] ; then 138 if [ $DIFF -gt "$RUNTIME" ] ; then
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | random_offline | 18 RUNTIME="" 37 t) RUNTIME=$OPTARG ;; 136 if [ ! -z "$RUNTIME" ] ; then 138 if [ $DIFF -gt "$RUNTIME" ] ; then
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename14.c | 56 #define RUNTIME 5 macro 110 alarm(RUNTIME); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/ |
H A D | pthread_cond_wait_2.c | 36 #define RUNTIME 5 macro 100 if (timediff(current_time, start_time) > RUNTIME) in low_prio_thread()
|
H A D | pthread_cond_wait_1.c | 36 #define RUNTIME 5 macro 100 if (timediff(current_time, start_time) > RUNTIME) in low_prio_thread()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/ |
H A D | 1-1.c | 37 #define RUNTIME 5 macro 103 if (timediff(current_timespec, start_timespec) > RUNTIME) in low_prio_thread()
|
H A D | 1-2.c | 37 #define RUNTIME 5 macro 103 if (timediff(current_time, start_time) > RUNTIME) in low_prio_thread()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime.cc | 35 Runtime::k##name, Runtime::RUNTIME, #name, FUNCTION_ADDR(Runtime_##name), \
|
H A D | runtime.h | 28 // * IntrinsicTypes are Runtime::RUNTIME and Runtime::INLINE, respectively. 756 enum IntrinsicType { RUNTIME, INLINE }; enumerator 765 // For RUNTIME functions, this is the C++ entry point.
|
Completed in 5 milliseconds