Home
last modified time | relevance | path

Searched refs:handle_start (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/android/system/
Dcore_impl.cc87 const MojoHandle* handle_start = in WaitMany() local
96 return MojoWaitMany(handle_start, signals_start, nb_handles, deadline, in WaitMany()
/external/python/cpython2/Modules/
D_elementtree.c2027 PyObject* handle_start; member
2267 else if (self->handle_start) {
2276 res = PyObject_CallFunction(self->handle_start, "OO", tag, attrib);
2538 self->handle_start = PyObject_GetAttrString(target, "start");
2594 Py_XDECREF(self->handle_start);
/external/fio/
Dclient.c34 static void handle_start(struct fio_client *client, struct fio_net_cmd *cmd);
44 .start = handle_start,
1400 static void handle_start(struct fio_client *client, struct fio_net_cmd *cmd) in handle_start() function