/third_party/mesa3d/src/c11/impl/ |
H A D | threads_posix.c | 221 time_t expire = time(NULL); in mtx_timedlock() 224 time_t now = time(NULL); in mtx_timedlock()
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_status.c | 31 #include <time.h> 119 * memory needed to make the data vs time to send it. in callback_lws_status() 128 time(&pss->time_est); in callback_lws_status() 183 "{\"peer\":\"%s\",\"time\":\"%ld\"," in callback_lws_status()
|
/third_party/node/deps/v8/tools/ |
H A D | gdb-v8-support.py | 35 import time namespace 219 time_suffix = time.strftime("%Y%m%d-%H%M%S")
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/ |
H A D | itt_refcol_impl.c | 5 #include <time.h> 31 time_t time_now = time(NULL); in log_file_name_generate()
|
/third_party/musl/porting/linux/user/src/hilog/ |
H A D | hilog_adapter.c | 25 #include <sys/time.h> 28 #include <time.h>
|
/third_party/musl/src/hilog/linux/ |
H A D | hilog_adapter.c | 25 #include <sys/time.h> 28 #include <time.h>
|
/third_party/musl/src/misc/ |
H A D | ioctl.c | 4 #include <time.h> 5 #include <sys/time.h>
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | shmat1.c | 69 #include <sys/time.h> /* definitions of settimer() */ 204 "\t -x time for which test is to be run. default: 24 Hrs\n", in usage() 236 srand(time(NULL) % 100); in shmat_shmdt() 421 exec_time = 24.0; /* minimum time period for which to run the tests */ in main() 432 case 'x': /* time in hrs to run this test. */ in main()
|
/third_party/ltp/testcases/kernel/sched/nptl/ |
H A D | nptl01.c | 45 #include <time.h> 46 #include <sys/time.h> 64 * The time to wait should be set appropriately so that the waiting thread 65 * is coming out of the wait at around the same time as the other thread is
|
/third_party/ltp/testcases/misc/crash/ |
H A D | crash02.c | 32 Note: Running this program just a few times, using total CPU time of 36 stress test at the same time you run other tests, like a multi-user 59 #include <time.h> 88 /* max time allowed per try, in seconds */ 157 nseed = time(NULL); in main() 188 printf("time limit reached on pid. using kill.\n"); in monitor_fcn()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/ |
H A D | minimal-http-server-sse-ring.c | 29 #include <time.h> 139 usleep((useconds_t)(100000 + (time(NULL) & 0xffff))); in thread_spam()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/ |
H A D | 1-1.c | 17 #include <time.h> 23 /* current time */ in main() 24 time_t t = time(NULL); in main() 33 /* use format controls to print the various date/time components. */ in main()
|
/third_party/node/deps/uv/src/unix/ |
H A D | openbsd.c | 28 #include <sys/time.h> 172 now = time(NULL); in uv_uptime()
|
/third_party/openssl/test/ |
H A D | ocspapitest.c | 75 ASN1_TIME *thisupd = ASN1_TIME_set(NULL, time(NULL)); in make_dummy_resp() 76 ASN1_TIME *nextupd = ASN1_TIME_set(NULL, time(NULL) + 200); in make_dummy_resp()
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | sdp.c | 24 #include <time.h> 70 ntp = (uint32_t) time(NULL) + 2208988800U; in pa_sdp_build()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-rtclock.c | 30 #include <time.h> 31 #include <sys/time.h>
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | SurfaceEGL.cpp | 79 egl::Error SurfaceEGL::setPresentationTime(EGLnsecsANDROID time) in setPresentationTime() argument 81 EGLBoolean success = mEGL->presentationTimeANDROID(mSurface, time); in setPresentationTime() 230 // The driver may return EGL_BAD_ACCESS at any time if the requested frame is no longer stored. in getFrameTimestamps()
|
/third_party/skia/tools/viewer/ |
H A D | StatsLayer.cpp | 163 double time = totalTime / std::max(1, totalCount); in onPaint() local 165 canvas->drawString(SkStringPrintf("%4.3f ms -> %4.3f ms", time, measure), in onPaint()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_tooltip.py | 13 import time namespace 136 time.sleep(0.15)
|
/third_party/python/Lib/test/ |
H A D | test_threading_local.py | 62 import time namespace 65 time.sleep(0.01)
|
H A D | test_urllibnet.py | 12 import time namespace 199 time.strptime(datevalue, dateformat)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | failure_signal_handler.cc | 234 snprintf(buf, sizeof(buf), "*** %s received at time=%ld%s ***\n", in WriteSignalMessage() 236 static_cast<long>(time(nullptr)), // NOLINT(runtime/int) in WriteSignalMessage() 239 snprintf(buf, sizeof(buf), "*** Signal %d received at time=%ld%s ***\n", in WriteSignalMessage() 240 signo, static_cast<long>(time(nullptr)), // NOLINT(runtime/int) in WriteSignalMessage() 306 // set amount of time. If AbslFailureSignalHandler() hangs for more than
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/ |
H A D | p2p_connect.py | 9 import time namespace 119 time.sleep(1)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/ |
H A D | p2p_connect.py | 9 import time namespace 119 time.sleep(1)
|
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 1 /* C implementation for the date/time type documented at 21 #include <time.h> 100 /* Time accessors for time. */ 473 /* Check that time arguments are in range. Return 0 if they are. If they 660 * tp_basicsize for the time and datetime types is set to the size of the 842 return -4; // Malformed time separator in parse_hh_mm_ss_ff() 879 // Parse the time portion of a datetime.isoformat() string in parse_isoformat_time() 884 // -3: Failed to parse time component in parse_isoformat_time() 885 // -4: Failed to parse time separator in parse_isoformat_time() 905 // We know that there's no time zon in parse_isoformat_time() 1721 PyObject *time = PyImport_ImportModule("time"); wrap_strftime() local 1751 PyObject *time = PyImport_ImportModule("time"); time_time() local 1768 PyObject *time; build_struct_time() local 2975 PyObject *time; date_today() local 5245 PyObject *time; datetime_combine() local [all...] |