Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 47) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/extmod/
A Duasyncio_wait_for_fwd.py.exp2 cancel started
4 cancel wait()
9 cancel started
11 cancel wait()
16 cancel started
18 cancel wait()
22 cancel started
24 cancel wait()
A Duasyncio_cancel_task.py.exp5 task cancel
12 task cancel
21 main cancel
23 task cancel
24 task 2 cancel
28 main cancel
30 task cancel
A Duasyncio_cancel_task.py37 print(t.cancel())
42 print(t.cancel())
50 print(t.cancel())
64 print(t.cancel())
71 t.cancel()
80 t.cancel()
A Duasyncio_fair.py27 t1.cancel()
28 t2.cancel()
29 t3.cancel()
30 t4.cancel()
A Duasyncio_wait_for.py.exp9 ignore cancel
22 task_cancel_other cancel
32 ignore cancel
A Duasyncio_lock.py.exp31 task cancel 1
37 task cancel 1
40 task cancel 2
A Duasyncio_wait_for_fwd.py43 async def cancel(t): function
47 t.cancel()
50 k = asyncio.create_task(cancel(t))
A Duasyncio_lock_cancel.py.exp5 task 1 cancel
6 task 2 cancel
A Duasyncio_wait_for.py38 other.cancel()
103 t.cancel()
110 t.cancel()
A Duasyncio_lock.py38 to_cancel[0].cancel()
90 t1.cancel()
92 t2.cancel()
A Duasyncio_lock_cancel.py42 t1.cancel()
43 t2.cancel()
A Duasyncio_event.py68 t.cancel()
76 t.cancel()
A Duasyncio_cancel_self.py.exp2 can't cancel self
A Duasyncio_cancel_self.py15 global_task.cancel()
A Duasyncio_cancel_fair2.py24 while other.cancel():
A Duasyncio_cancel_fair.py24 tasks[other].cancel()
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dfuncs.py22 waiter.cancel()
39 runner_task.cancel()
47 runner_task.cancel()
/AliOS-Things-master/kernel/rhino/
A Dk_pend.c137 if (task->cancel == 1u) { in pend_state_end_proc()
143 if ((task->cancel == 1u) && (blk_obj->cancel == 1u)) { in pend_state_end_proc()
/AliOS-Things-master/components/py_engine/tests/net_inet/
A Duasyncio_cancel_stream.py27 task.cancel()
/AliOS-Things-master/components/cplusplus/include/
A Dcpp_workQueue.h83 kstat_t cancel(void);
/AliOS-Things-master/kernel/rhino/include/
A Dk_obj.h73 uint8_t cancel; member
A Dk_internal.h149 if ((g_active_task[cur_cpu_num]->cancel == 1u) && (obj->blk_obj.cancel == 1u)) {\
/AliOS-Things-master/components/cplusplus/
A DworkQueue.cpp79 kstat_t Work::cancel(void) in cancel() function in Work
/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Dmutex.h126 .blk_obj.cancel = 0u, \
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c324 .cancel = auth_cancel,
416 auth_callbacks.cancel = auth_cancel; in ble_stack_iocapability_set()
423 auth_callbacks.cancel = auth_cancel; in ble_stack_iocapability_set()
431 auth_callbacks.cancel = auth_cancel; in ble_stack_iocapability_set()
438 auth_callbacks.cancel = auth_cancel; in ble_stack_iocapability_set()
444 if (auth_callbacks.cancel != NULL) { in ble_stack_iocapability_set()

Completed in 29 milliseconds

12