HomeSort by relevance Sort by last modified time
    Searched refs:pending_list (Results 1 - 8 of 8) sorted by null

  /external/protobuf/php/ext/google/protobuf/
def.c 116 ALLOC_HASHTABLE(pool->pending_list);
117 zend_hash_init(pool->pending_list, 1, NULL, ZVAL_PTR_DTOR, 0);
122 zend_hash_destroy(pool->pending_list);
123 FREE_HASHTABLE(pool->pending_list);
165 num = zend_hash_num_elements(self->pending_list);
168 for (i = 0, temp = self->pending_list->pListHead; temp != NULL;
179 for (temp = self->pending_list->pListHead; temp != NULL;
187 zend_hash_destroy(self->pending_list);
188 zend_hash_init(self->pending_list, 1, NULL, ZVAL_PTR_DTOR, 0);
378 zend_hash_next_index_insert(pool->pending_list, &self->descriptor
    [all...]
protobuf.h 67 HashTable* pending_list; member in struct:DescriptorPool
  /hardware/ril/libril/
ril_event.cpp 73 static struct ril_event pending_list; variable in typeref:struct:ril_event
175 addToList(tev, &pending_list);
190 addToList(rev, &pending_list);
205 struct ril_event * ev = pending_list.next;
206 while (ev != &pending_list) {
247 init_list(&pending_list);
  /external/libdrm/freedreno/kgsl/
kgsl_priv.h 63 struct list_head pending_list; member in struct:kgsl_pipe
82 /* timestamp (per pipe) for bo's in a pipe's pending_list: */
84 /* list-node for pipe's submit_list or pending_list */
kgsl_pipe.c 169 list_addtail(list, &kgsl_pipe->pending_list);
184 LIST_FOR_EACH_ENTRY_SAFE(kgsl_bo, tmp, &kgsl_pipe->pending_list, list[pipe->id]) {
253 list_inithead(&kgsl_pipe->pending_list);
  /external/protobuf/ruby/ext/google/protobuf_c/
defs.c     [all...]
protobuf.h 153 VALUE pending_list; member in struct:Builder
  /system/core/adb/
transport.cpp 53 static auto& pending_list = *new std::list<atransport*>(); variable
489 for (const auto& t : pending_list) {
627 pending_list.remove(t);
1063 for (const auto& transport : pending_list) {
1066 << " is already in pending_list and fails to register";
    [all...]

Completed in 121 milliseconds