Home
last modified time | relevance | path

Searched refs:all_next (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/ghc/ghc-8.10.7/rts/
H A DTask.c95 next = task->all_next; in freeTaskManager()
161 task->all_prev->all_next = task->all_next; in freeMyTask()
163 all_tasks = task->all_next; in freeMyTask()
165 if (task->all_next) { in freeMyTask()
166 task->all_next->all_prev = task->all_prev; in freeMyTask()
234 task->all_next = all_tasks; in newTask()
356 next = task->all_next; in discardTasksExcept()
382 keep->all_next = NULL; in discardTasksExcept()
400 task->all_prev->all_next = task->all_next; in workerTaskStop()
402 all_tasks = task->all_next; in workerTaskStop()
[all …]
H A DTask.h166 struct Task_ *all_next; member
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dpybthread.c75 thread->all_next = NULL; in pyb_thread_init()
85 pyb_thread_cur->all_next = NULL; in pyb_thread_deinit()
97 for (pyb_thread_t **n = (pyb_thread_t **)&pyb_thread_all;; n = &(*n)->all_next) { in pyb_thread_terminate()
99 *n = thread->all_next; in pyb_thread_terminate()
104 thread->all_next = NULL; in pyb_thread_terminate()
107 if (pyb_thread_all->all_next == NULL) { in pyb_thread_terminate()
139 thread->all_next = pyb_thread_all; in pyb_thread_new()
151 for (pyb_thread_t *th = pyb_thread_all; th != NULL; th = th->all_next) { in pyb_thread_dump()
H A Dpybthread.h36 struct _pyb_thread_t *all_next; member
H A Dmpthreadport.c46 for (pyb_thread_t *th = pyb_thread_all; th != NULL; th = th->all_next) { in mp_thread_gc_others()
/dports/lang/racket-minimal/racket-8.3/src/rktio/
H A Drktio_dll.c40 rktio_dll_t *all_next, *all_prev; /* chain for all DLLs */ member
124 dll->all_next = rktio->all_dlls; in rktio_dll_open()
192 if (dll->all_next) in rktio_dll_close()
193 dll->all_next->all_prev = dll->all_prev; in rktio_dll_close()
195 dll->all_prev->all_next = dll->all_next; in rktio_dll_close()
197 rktio->all_dlls = dll->all_next; in rktio_dll_close()
285 rktio_dll_object_t *all_next; /* chain for all object */ member
323 for (dll = rktio->all_dlls; dll; dll = dll->all_next) { in rktio_dll_find_object()
386 obj->all_next = dll->all_objects; in rktio_dll_find_object()
464 next_obj = obj->all_next; in free_dll()
[all …]
/dports/lang/racket/racket-8.3/src/rktio/
H A Drktio_dll.c40 rktio_dll_t *all_next, *all_prev; /* chain for all DLLs */ member
124 dll->all_next = rktio->all_dlls; in rktio_dll_open()
192 if (dll->all_next) in rktio_dll_close()
193 dll->all_next->all_prev = dll->all_prev; in rktio_dll_close()
195 dll->all_prev->all_next = dll->all_next; in rktio_dll_close()
197 rktio->all_dlls = dll->all_next; in rktio_dll_close()
285 rktio_dll_object_t *all_next; /* chain for all object */ member
323 for (dll = rktio->all_dlls; dll; dll = dll->all_next) { in rktio_dll_find_object()
386 obj->all_next = dll->all_objects; in rktio_dll_find_object()
464 next_obj = obj->all_next; in free_dll()
[all …]
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_nmail.c87 item = item->all_next; in check_double()
120 new->all_next = all_recipients; in add_recipient_intern()
368 list = list->all_next; in sh_nmail_compute_recipients()
389 list = list->all_next; in sh_nmail_compute_recipients()
402 list = list->all_next; in sh_nmail_compute_recipients()
418 list = list->all_next; in sh_nmail_compute_recipients()
600 list = list->all_next; in sh_nmail_flush_int()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_nmail.c87 item = item->all_next; in check_double()
120 new->all_next = all_recipients; in add_recipient_intern()
368 list = list->all_next; in sh_nmail_compute_recipients()
389 list = list->all_next; in sh_nmail_compute_recipients()
402 list = list->all_next; in sh_nmail_compute_recipients()
418 list = list->all_next; in sh_nmail_compute_recipients()
600 list = list->all_next; in sh_nmail_flush_int()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_nmail.c87 item = item->all_next; in check_double()
120 new->all_next = all_recipients; in add_recipient_intern()
368 list = list->all_next; in sh_nmail_compute_recipients()
389 list = list->all_next; in sh_nmail_compute_recipients()
402 list = list->all_next; in sh_nmail_compute_recipients()
418 list = list->all_next; in sh_nmail_compute_recipients()
600 list = list->all_next; in sh_nmail_flush_int()
H A Dsh_mail.c735 address_list = address_list->all_next; in sh_mail_msg()
777 ma_address = ma_address->all_next; in sh_mail_msg()
986 ma_address = ma_address->all_next; in sh_mail_start_conn()
/dports/devel/dparser/dparser-1.31/
H A Dparse.h108 struct PNode *all_next; member
138 struct SNode *all_next; member
H A Dparse.c182 sn->all_next = p->snode_hash.all; in insert_SNode()
191 p->free_snodes = sn->all_next; in new_SNode()
197 sn->all_next = 0; in new_SNode()
242 pn->all_next = p->free_pnodes; in free_PNode()
280 s->all_next = p->free_snodes; in free_SNode()
337 pn->all_next = p->pnode_hash.all; in insert_PNode()
349 sn = sn->all_next; in free_old_nodes()
357 sn = sn->all_next; in free_old_nodes()
375 pn = pn->all_next; in free_old_nodes()
429 PNode *pn = p->free_pnodes->all_next; in free_parser_working_data()
[all …]
/dports/security/samhain-server/samhain-4.4.3/include/
H A Dsh_mail_int.h31 struct alias * all_next; member
/dports/security/samhain/samhain-4.4.3/include/
H A Dsh_mail_int.h31 struct alias * all_next; member
/dports/security/samhain-client/samhain-4.4.3/include/
H A Dsh_mail_int.h31 struct alias * all_next; member
/dports/editors/mle/mle-1.4.3/
H A Deditor.c180 CDL_DELETE2(editor->all_bviews, bview, all_prev, all_next); in editor_deinit()
301 CDL_FOREACH2(editor->all_bviews, bview, all_next) { in editor_open_bview()
316 CDL_APPEND2(editor->all_bviews, bview, all_prev, all_next); in editor_open_bview()
391 CDL_FOREACH2(editor->all_bviews, bview, all_next) { in editor_debug_dump()
448 CDL_FOREACH2(editor->all_bviews, tmp, all_next) { in _editor_bview_exists()
459 CDL_FOREACH2(editor->all_bviews, bview, all_next) { in editor_bview_edit_count()
470 CDL_FOREACH2(editor->all_bviews, bview, all_next) { in editor_count_bviews_by_buffer()
592 … } else if (bview->all_next && bview->all_next != bview && MLE_BVIEW_IS_EDIT(bview->all_next)) { in _editor_close_bview_inner()
593 editor_set_active(editor, bview->all_next); in _editor_close_bview_inner()
601 CDL_DELETE2(editor->all_bviews, bview, all_prev, all_next); in _editor_close_bview_inner()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/tools/trace_to_text/
H A Dpprof_builder.cc246 bool all_next = true; in WriteAllocations() local
256 all_next = all_next && next; in WriteAllocations()
260 if (!all_next) { in WriteAllocations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/tools/trace_to_text/
H A Dpprof_builder.cc245 bool all_next = true; in WriteAllocations() local
255 all_next = all_next && next; in WriteAllocations()
259 if (!all_next) { in WriteAllocations()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/croniter/
H A Dcroniter.pyi36 def all_next(self, ret_type: Optional[_RetType] = ...) -> Iterator[Any]: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/
H A Dcroniter.pyi34 def all_next(self, ret_type: Optional[_RetType] = ...) -> Iterator[Any]: ...
/dports/devel/dparser/dparser-1.31/tests/
H A Dansic.test.g.2.check2all_next ))) ; )(( struct PNode )(( * ( bucket_next ))) ; )(( struct PNode )(( * ( ambiguities )…
/dports/sysutils/udfclient/UDFclient.0.8.11/
H A Dudfdump.c151 SLIST_FOREACH(mountpoint, &udf_mountables, all_next) { in udf_dump_mountable_dirtrees()
/dports/devel/libfirm/libfirm-1.21.0/ir/opt/
H A Dopt_blocks.c94 block_t *all_next; /**< Links all created blocks. */ member
327 bl->all_next = env->all_blocks; in create_block()
1160 for (bl = env->all_blocks; bl != NULL; bl = bl->all_next) { in add_roots()
1253 for (bl = env.all_blocks; bl != NULL; bl = bl->all_next) { in shape_blocks()
/dports/sysutils/py-croniter/croniter-0.3.20/src/croniter/
H A Dcroniter.py150 def all_next(self, ret_type=None): member in croniter
163 iter = all_next # alias, you can call .iter() instead of .all_next()

12