Searched refs:GTimeVal (Results 1 – 25 of 39) sorted by relevance
12
/external/bluetooth/glib/glib/ |
D | gtimer.h | 57 void g_time_val_add (GTimeVal *time_, 60 GTimeVal *time_); 61 gchar* g_time_val_to_iso8601 (GTimeVal *time_) G_GNUC_MALLOC;
|
D | gasyncqueue.h | 95 GTimeVal *end_time); 97 GTimeVal *end_time);
|
D | gtimer.c | 185 GTimeVal end_time; in g_usleep() 227 g_time_val_add (GTimeVal *time_, glong microseconds) in g_time_val_add() 302 GTimeVal *time_) in g_time_val_from_iso8601() 415 g_time_val_to_iso8601 (GTimeVal *time_) in g_time_val_to_iso8601()
|
D | gmain.h | 214 GTimeVal *timeval); 229 void g_get_current_time (GTimeVal *result);
|
D | gmain.c | 160 GTimeVal current_time; 182 GTimeVal expiration; 1447 g_get_current_time (GTimeVal *result) in g_get_current_time() 2955 GTimeVal *timeval) in g_source_get_current_time() 3107 GTimeVal *current_time) in g_timeout_set_expiration() 3176 GTimeVal current_time; in g_timeout_prepare() 3226 GTimeVal current_time; in g_timeout_check() 3252 GTimeVal current_time; in g_timeout_dispatch() 3280 GTimeVal current_time; in g_timeout_source_new() 3312 GTimeVal current_time; in g_timeout_source_new_seconds()
|
D | gthread.h | 92 GTimeVal *end_time); 196 ((gboolean(*)(GCond*, GMutex*, GTimeVal*, gulong, gchar*)) \
|
D | gdate.h | 176 GTimeVal *timeval);
|
D | grand.c | 165 GTimeVal now; in g_rand_new()
|
D | gtypes.h | 400 typedef struct _GTimeVal GTimeVal; typedef
|
D | gfileutils.c | 1156 GTimeVal tv; in create_temp_file() 1883 GTimeVal tv; in g_mkstemp()
|
/external/bluetooth/glib/gio/inotify/ |
D | inotify-kernel.c | 73 GTimeVal hold_until; 220 GTimeVal tv; in ik_event_internal_new() 475 g_timeval_lt (GTimeVal *val1, in g_timeval_lt() 476 GTimeVal *val2) in g_timeval_lt() 492 g_timeval_eq (GTimeVal *val1, in g_timeval_eq() 493 GTimeVal *val2) in g_timeval_eq() 529 GTimeVal tv; in ik_event_ready()
|
/external/bluetooth/glib/gio/fen/ |
D | fen-node.c | 37 GTimeVal tv; 92 g_timeval_lt (GTimeVal *val1, GTimeVal *val2) in g_timeval_lt() 111 GTimeVal tv_now; in scan_deleting_nodes()
|
D | fen-kernel.h | 40 GTimeVal t;
|
D | fen-data.c | 120 g_timeval_lt (GTimeVal *val1, GTimeVal *val2) in g_timeval_lt()
|
D | fen-kernel.c | 134 GTimeVal t; in port_add_kevent()
|
/external/bluetooth/glib/gio/ |
D | gfileinfo.h | 796 GTimeVal *result); 825 GTimeVal *mtime);
|
/external/bluetooth/glib/gthread/ |
D | gthread-impl.c | 216 GTimeVal *end_time, in g_cond_timed_wait_errorcheck_impl() 285 (gboolean (*)(GCond *, GMutex *, GTimeVal *)) in g_thread_init_with_errorcheck_mutexes()
|
D | gthread-win32.c | 289 GTimeVal *abs_time) in g_cond_timed_wait_win32_impl() 291 GTimeVal current_time; in g_cond_timed_wait_win32_impl()
|
D | gthread-posix.c | 220 GTimeVal * abs_time) in g_cond_timed_wait_posix_impl()
|
/external/bluetooth/glib/tests/ |
D | slice-test.c | 95 GTimeVal rand_tv; in test_memchunk_thread() 160 GTimeVal rand_tv; in test_sliced_mem_thread()
|
D | gio-test.c | 286 GTimeVal start, end; in main() 396 GTimeVal tv; in main()
|
/external/webkit/Source/JavaScriptCore/wtf/gtk/ |
D | ThreadingGtk.cpp | 228 GTimeVal targetTime; in timedWait()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | CurrentTime.cpp | 259 GTimeVal now; in currentTime()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-overrides.txt | 165 GCond *cond, GMutex *mutex, GTimeVal *abs_time
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | WebViewWidget.cpp | 230 GTimeVal timeValue; in getEventTime()
|
12