/nrf52832-nimble/rt-thread/components/drivers/src/ |
H A D | dataqueue.c | 9 * 2016-10-31 armink fix some resume push and pop thread bugs 119 /* resume it */ in rt_data_queue_push() 213 /* resume it */ in rt_data_queue_pop() 276 /* resume on pop list */ in rt_data_queue_reset() 290 * resume thread in rt_data_queue_reset() 300 /* resume on push list */ in rt_data_queue_reset() 314 * resume thread in rt_data_queue_reset()
|
H A D | workqueue.c | 141 /* resume work thread */ in rt_workqueue_dowork() 170 /* resume work thread */ in rt_workqueue_critical_work()
|
H A D | completion.c | 118 /* resume it */ in rt_completion_done()
|
/nrf52832-nimble/rt-thread/src/ |
H A D | ipc.c | 125 * This function will resume the first thread in the list of a IPC object: 140 RT_DEBUG_LOG(RT_DEBUG_IPC, ("resume thread:%s\n", thread->name)); in rt_ipc_list_resume() 142 /* resume it */ in rt_ipc_list_resume() 149 * This function will resume all suspended threads in a list, including 152 * @param list of the threads to resume 173 * resume thread in rt_ipc_list_resume_all() 453 /* resume the suspended thread */ in rt_sem_release() 463 /* resume a thread, re-schedule */ in rt_sem_release() 497 /* resume all waiting thread */ in rt_sem_control() 846 RT_DEBUG_LOG(RT_DEBUG_IPC, ("mutex_release: resume thread: %s\n", in rt_mutex_release() [all …]
|
H A D | thread.c | 24 * 2016-08-09 ArdaFu add thread suspend and resume hook. 56 * This function sets a hook function when the system resume a thread. 309 /* then resume it */ in rt_thread_startup() 699 * This function will resume a thread and put it to system ready queue. 713 RT_DEBUG_LOG(RT_DEBUG_THREAD, ("thread resume: %s\n", thread->name)); in rt_thread_resume() 717 RT_DEBUG_LOG(RT_DEBUG_THREAD, ("thread resume: thread disorder, %d\n", in rt_thread_resume()
|
H A D | mempool.c | 154 * resume thread in rt_mp_detach() 272 * resume thread in rt_mp_delete() 431 /* resume thread */ in rt_mp_free()
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | lc-addrlabels.h | 77 do { ({ __label__ resume; resume: (s) = &&resume; }); }while(0)
|
H A D | lc.h | 87 * Resume a local continuation. 89 * The resume operation resumes a previously set local continuation, thus 92 * previously set, the resume operation does nothing.
|
/nrf52832-nimble/rt-thread/libcpu/sim/posix/ |
H A D | cpu_port.c | 129 TRACE("signal: SIGSUSPEND resume <%s>\n", thread_from->rtthread->name); in thread_suspend_signal_handler() 147 TRACE("signal: SIGRESUME resume <%s>\n", thread_to->rtthread->name); in thread_resume_signal_handler() 212 /* resume the thread */ 293 TRACE("conswitch: P in pid<%x> ,suspend <%s>, resume <%s>!\n", in rt_hw_interrupt_enable() 328 TRACE("conswitch: S in pid<%x> ,suspend <%s>, resume <%s>!\n", in rt_hw_interrupt_enable() 449 /* install signal handler used to suspend/resume threads */ in mainthread_scheduler()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleuart/src/ |
H A D | bleuart.c | 147 /* Connection failed; resume advertising. */ in bleuart_gap_event() 153 /* Connection terminated; resume advertising. */ in bleuart_gap_event() 159 /* Advertising terminated; resume advertising. */ in bleuart_gap_event()
|
/nrf52832-nimble/rt-thread/examples/kernel/ |
H A D | thread_resume.c | 48 rt_kprintf("thread2: to resume thread1\n"); in thread2_entry() 114 FINSH_FUNCTION_EXPORT(_tc_thread_resume, a thread resume example);
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | a00123.html | 43 …c6cfc1">LC_SET</a>(s) do { ({ __label__ resume; resume: (s) = &&resume; }…
|
H A D | a00155.html | 65 …c6cfc1">LC_SET</a>(s) do { ({ __label__ resume; resume: (s) = &&resume; }…
|
H A D | a00189.html | 97 …</a>00077 <span class="preprocessor"> do { ({ __label__ resume; resume: (s) = &&resume; }…
|
/nrf52832-nimble/rt-thread/libcpu/avr32/uc3/ |
H A D | context_gcc.S | 61 ldm sp++, r8-r12, lr, pc/* Pop R8-R12, LR, PC and resume to thread */ 75 ldm sp++, r8-r12, lr, pc/* Pop R8-R12, LR, PC and resume execution */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatt_disc_s_test.c | 435 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE() 455 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE() 512 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE() 532 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE() 576 /* Keep trying to resume for 30 seconds, but never free any mbufs. Verify in TEST_CASE() 591 /* Verify that we will resume the stalled GATT procedure in one in TEST_CASE()
|
H A D | ble_gatt_disc_c_test.c | 584 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE() 605 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE() 671 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE() 691 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
|
H A D | ble_gatt_write_test.c | 656 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE() 682 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE() 750 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE() 776 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
|
/nrf52832-nimble/rt-thread/components/drivers/pm/ |
H A D | pm.c | 37 * This function will resume all registered devices 45 if (_pm.device_pm[index].ops->resume != RT_NULL) in _pm_device_resume() 47 _pm.device_pm[index].ops->resume(_pm.device_pm[index].device); in _pm_device_resume() 204 /* resume the device with PM feature */ in rt_pm_exit()
|
/nrf52832-nimble/rt-thread/examples/ulog/ |
H A D | ulog_example.c | 60 …Set the test tag's level filter's level is LOG_FILTER_LVL_ALL. All level log will resume output. */ in ulog_example() 62 /* Set the global filer level is LOG_FILTER_LVL_ALL. All level log will resume output */ in ulog_example()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/src/ |
H A D | blehr.c | 162 /* Connection failed; resume advertising */ in blehr_gap_event() 170 /* Connection terminated; resume advertising */ in blehr_gap_event()
|
/nrf52832-nimble/rt-thread/components/drivers/audio/ |
H A D | audio_pipe.c | 30 /* resume the write thread */ in _rt_pipe_resume_writer() 110 /* resume the read thread */ in _rt_pipe_resume_reader()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/ |
H A D | blecsc_sens.c | 212 /* Connection failed; resume advertising */ in blecsc_gap_event() 224 /* Connection terminated; resume advertising */ in blecsc_gap_event()
|
/nrf52832-nimble/rt-thread/components/utilities/zmodem/ |
H A D | zdef.h | 30 #define ZRPOS 9 /* resume data trans at this position */ 95 #define ZCRESUM 3 /* resume interrupted file transfer */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/ |
H A D | bleprph.c | 178 /* Connection failed; resume advertising. */ in bleprph_gap_event() 192 /* Connection terminated; resume advertising. */ in bleprph_gap_event()
|