Home
last modified time | relevance | path

Searched defs:cleanup (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A Dpthread.c278 _pthread_cleanup_t *cleanup; in pthread_exit() local
381 _pthread_cleanup_t *cleanup; in pthread_cleanup_pop() local
408 _pthread_cleanup_t *cleanup; in pthread_cleanup_push() local
H A Dpthread_internal.h54 _pthread_cleanup_t *cleanup; member
/nrf52832-nimble/rt-thread/components/utilities/utest/
H A Dutest.h72 rt_err_t (*cleanup)(void); member
134 #define UTEST_TC_EXPORT(testcase, name, init, cleanup, timeout) \ argument
/nrf52832-nimble/rt-thread/examples/kernel/
H A Dtc_comm.c131 void tc_cleanup(void (*cleanup)()) in tc_cleanup()
/nrf52832-nimble/rt-thread/include/
H A Drtdef.h606 void (*cleanup)(struct rt_thread *tid); /**< cleanup function when thread exit */ member