Searched refs:handle_start (Results 1 – 3 of 3) sorted by relevance
/external/libmojo/mojo/android/system/ |
D | core_impl.cc | 87 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.c | 2027 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/ |
D | client.c | 34 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
|