Searched refs:cleanup (Results 1 – 16 of 16) sorted by relevance
974 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 …]
59 _pthread_cleanup_t *cleanup; member
76 rt_err_t (*cleanup)(void); member140 #define UTEST_TC_EXPORT(testcase, name, init, cleanup, timeout) \ argument148 cleanup \152 #define UTEST_TC_EXPORT(testcase, name, init, cleanup, timeout) \ argument160 cleanup \
263 if (tc_table[i].cleanup != RT_NULL) in utest_do_run()265 if (tc_table[i].cleanup() != RT_EOK) in utest_do_run()
1263 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 …]
1322 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 …]
741 goto cleanup; in START_TEST()749 goto cleanup; in START_TEST()819 cleanup: in START_TEST()
216 if (thread->cleanup != RT_NULL) in dlmodule_destroy_subthread()217 thread->cleanup(thread); in dlmodule_destroy_subthread()
611 if (the_channel->cleanup)612 (*the_channel->cleanup)();682 if (the_channel->cleanup) in link_terminated()683 (*the_channel->cleanup)(); in link_terminated()
233 tid->cleanup = lwp_cleanup; in _lwp_thread_entry()
3271 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()
3019 goto cleanup; in rt_sdhci_set_and_add_host()3023 cleanup: in rt_sdhci_set_and_add_host()
2648 * api_lib.c: Fix "[patch #5764] api_lib.c cleanup: after patch #5687" (from
3604 * api_lib.c: Fix "[patch #5764] api_lib.c cleanup: after patch #5687" (from
3857 * api_lib.c: Fix "[patch #5764] api_lib.c cleanup: after patch #5687" (from
Completed in 60 milliseconds