OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_event
(Results
1 - 11
of
11
) sorted by null
/external/libvncserver/x11vnc/
x11vnc_defs.c
160
time_t
last_event
= 0, last_input = 0, last_client = 0, last_open_xdisplay = 0;
variable
pointer.c
378
last_event
= last_input = last_pointer_input = time(NULL);
454
last_event
= last_input = last_pointer_input = time(NULL);
461
last_event
= last_input = last_pointer_input = time(NULL);
728
last_event
= last_input = last_pointer_input = time(NULL);
x11vnc.h
588
extern time_t
last_event
, last_input, last_client, last_open_xdisplay;
macosx.c
336
last_event
= last_input = last_pointer_input = time(NULL);
scan.c
[
all
...]
keyboard.c
[
all
...]
connections.c
[
all
...]
/external/linux-tools-perf/src/tools/perf/
builtin-kvm.c
327
struct kvm_event *
last_event
;
member in struct:vcpu_event_record
436
vcpu_record->
last_event
= event;
488
event = vcpu_record->
last_event
;
510
vcpu_record->
last_event
= NULL;
[
all
...]
builtin-sched.c
257
static struct sched_atom *
last_event
(struct task_desc *task)
function
268
struct sched_atom *event, *curr_event =
last_event
(task);
297
wakee_event =
last_event
(wakee);
[
all
...]
/external/v8/tools/profviz/
composer.js
238
var
last_event
= event_stack[thread_id].top();
239
if (
last_event
!== undefined) {
241
last_event
.ranges.push(new_range);
/external/linux-tools-perf/src/tools/lib/traceevent/
event-parse.h
452
struct event_format *
last_event
;
member in struct:pevent
Completed in 1844 milliseconds