Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 16 of 16) sorted by relevance

/components/libc/posix/pthreads/
A Dpthread.c974 cleanup = ptd->cleanup; in pthread_exit()
975 ptd->cleanup = cleanup->next; in pthread_exit()
977 cleanup->cleanup_func(cleanup->parameter); in pthread_exit()
1189 cleanup = ptd->cleanup; in pthread_cleanup_pop()
1191 ptd->cleanup = cleanup->next; in pthread_cleanup_pop()
1196 cleanup->cleanup_func(cleanup->parameter); in pthread_cleanup_pop()
1249 cleanup->next = ptd->cleanup; in pthread_cleanup_push()
1250 ptd->cleanup = cleanup; in pthread_cleanup_push()
1472 cleanup = ptd->cleanup; in pthread_cancel()
1473 ptd->cleanup = cleanup->next; in pthread_cancel()
[all …]
A Dpthread_internal.h59 _pthread_cleanup_t *cleanup; member
/components/utilities/utest/
A Dutest.h76 rt_err_t (*cleanup)(void); member
140 #define UTEST_TC_EXPORT(testcase, name, init, cleanup, timeout) \ argument
148 cleanup \
152 #define UTEST_TC_EXPORT(testcase, name, init, cleanup, timeout) \ argument
160 cleanup \
A Dutest.c263 if (tc_table[i].cleanup != RT_NULL) in utest_do_run()
265 if (tc_table[i].cleanup() != RT_EOK) in utest_do_run()
/components/net/lwip/lwip-2.0.3/src/apps/mdns/
A Dmdns.c1263 goto cleanup; in mdns_send_outpacket()
1270 goto cleanup; in mdns_send_outpacket()
1315 goto cleanup; in mdns_send_outpacket()
1323 goto cleanup; in mdns_send_outpacket()
1331 goto cleanup; in mdns_send_outpacket()
1439 cleanup: in mdns_send_outpacket()
1553 goto cleanup; in mdns_handle_question()
1695 cleanup: in mdns_handle_question()
1889 goto cleanup; in mdns_resp_add_netif()
1895 goto cleanup; in mdns_resp_add_netif()
[all …]
/components/net/lwip/lwip-2.1.2/src/apps/mdns/
A Dmdns.c1322 goto cleanup; in mdns_send_outpacket()
1329 goto cleanup; in mdns_send_outpacket()
1505 cleanup: in mdns_send_outpacket()
1628 goto cleanup; in mdns_handle_question()
1770 cleanup: in mdns_handle_question()
1965 goto cleanup; in mdns_send_probe()
1976 goto cleanup; in mdns_send_probe()
2007 cleanup: in mdns_send_probe()
2084 goto cleanup; in mdns_resp_add_netif()
2090 goto cleanup; in mdns_resp_add_netif()
[all …]
/components/net/lwip/lwip-2.1.2/test/unit/api/
A Dtest_sockets.c741 goto cleanup; in START_TEST()
749 goto cleanup; in START_TEST()
819 cleanup: in START_TEST()
/components/libc/posix/libdl/
A Ddlmodule.c216 if (thread->cleanup != RT_NULL) in dlmodule_destroy_subthread()
217 thread->cleanup(thread); in dlmodule_destroy_subthread()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dauth.c611 if (the_channel->cleanup)
612 (*the_channel->cleanup)();
682 if (the_channel->cleanup) in link_terminated()
683 (*the_channel->cleanup)(); in link_terminated()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dauth.c611 if (the_channel->cleanup)
612 (*the_channel->cleanup)();
682 if (the_channel->cleanup) in link_terminated()
683 (*the_channel->cleanup)(); in link_terminated()
/components/lwp/
A Dlwp.c233 tid->cleanup = lwp_cleanup; in _lwp_thread_entry()
A Dlwp_syscall.c3271 thread->cleanup = lwp_cleanup; in sys_thread_create()
3303 thread->cleanup = lwp_cleanup; in sys_thread_create()
3407 thread->cleanup = lwp_cleanup; in _sys_clone()
3624 thread->cleanup = self_thread->cleanup; in _sys_fork()
/components/drivers/sdio/sdhci/
A Dsdhci.c3019 goto cleanup; in rt_sdhci_set_and_add_host()
3023 cleanup: in rt_sdhci_set_and_add_host()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2648 * api_lib.c: Fix "[patch #5764] api_lib.c cleanup: after patch #5687" (from
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG3604 * api_lib.c: Fix "[patch #5764] api_lib.c cleanup: after patch #5687" (from
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG3857 * api_lib.c: Fix "[patch #5764] api_lib.c cleanup: after patch #5687" (from

Completed in 60 milliseconds