Home
last modified time | relevance | path

Searched refs:RUNTIME (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Drandom_offline18 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 Drandom_offline18 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 Drename14.c56 #define RUNTIME 5 macro
110 alarm(RUNTIME); in main()
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
H A Dpthread_cond_wait_2.c36 #define RUNTIME 5 macro
100 if (timediff(current_time, start_time) > RUNTIME) in low_prio_thread()
H A Dpthread_cond_wait_1.c36 #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 D1-1.c37 #define RUNTIME 5 macro
103 if (timediff(current_timespec, start_timespec) > RUNTIME) in low_prio_thread()
H A D1-2.c37 #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 Druntime.cc35 Runtime::k##name, Runtime::RUNTIME, #name, FUNCTION_ADDR(Runtime_##name), \
H A Druntime.h28 // * 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