Home
last modified time | relevance | path

Searched full:resume (Results 1 – 25 of 87) sorted by relevance

1234

/nrf52832-nimble/rt-thread/components/drivers/src/
H A Ddataqueue.c9 * 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 Dworkqueue.c141 /* resume work thread */ in rt_workqueue_dowork()
170 /* resume work thread */ in rt_workqueue_critical_work()
H A Dcompletion.c118 /* resume it */ in rt_completion_done()
/nrf52832-nimble/rt-thread/src/
H A Dipc.c125 * 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 Dthread.c24 * 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 Dmempool.c154 * 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 Dlc-addrlabels.h77 do { ({ __label__ resume; resume: (s) = &&resume; }); }while(0)
H A Dlc.h87 * 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 Dcpu_port.c129 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 Dbleuart.c147 /* 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 Dthread_resume.c48 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 Da00123.html43 …c6cfc1">LC_SET</a>(s)&nbsp;&nbsp;&nbsp;do { ({ __label__ resume; resume: (s) = &amp;&amp;resume; }…
H A Da00155.html65 …c6cfc1">LC_SET</a>(s)&nbsp;&nbsp;&nbsp;do { ({ __label__ resume; resume: (s) = &amp;&amp;resume; }…
H A Da00189.html97 …</a>00077 <span class="preprocessor"> do { ({ __label__ resume; resume: (s) = &amp;&amp;resume; }…
/nrf52832-nimble/rt-thread/libcpu/avr32/uc3/
H A Dcontext_gcc.S61 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 Dble_gatt_disc_s_test.c435 /* 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 Dble_gatt_disc_c_test.c584 /* 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 Dble_gatt_write_test.c656 /* 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 Dpm.c37 * 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 Dulog_example.c60 …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 Dblehr.c162 /* 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 Daudio_pipe.c30 /* 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 Dblecsc_sens.c212 /* 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 Dzdef.h30 #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 Dbleprph.c178 /* Connection failed; resume advertising. */ in bleprph_gap_event()
192 /* Connection terminated; resume advertising. */ in bleprph_gap_event()

1234