OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:watch_count
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/none/tests/
pth_cvsimple.c
47
void *
watch_count
(void *null)
function
67
pthread_create(&threads[0], NULL,
watch_count
, NULL);
77
// inc_count threads could fully run before
watch_count
begins, and so
79
// wake-up in
watch_count
(). Nonetheless, it's very likely that things
80
// will work out as expected, since we're starting
watch_count
() first.
81
// (Also since the sleep() call was added after
watch_count
()!)
/external/dbus/dbus/
dbus-mainloop.c
66
int
watch_count
;
member in struct:DBusLoop
330
loop->
watch_count
+= 1;
369
loop->
watch_count
-= 1;
608
_dbus_verbose ("Iteration block=%d depth=%d timeout_count=%d
watch_count
=%d\n",
609
block, loop->depth, loop->timeout_count, loop->
watch_count
);
Completed in 113 milliseconds