/AliOS-Things-master/components/ble_host/bt_host/port/aos/ |
A D | work.c | 11 static void k_work_submit_to_queue(struct k_work_q *work_q, struct k_work *work) in k_work_submit_to_queue() 38 static void k_work_rm_from_queue(struct k_work_q *work_q, struct k_work *work) in k_work_rm_from_queue() 49 int k_work_init(struct k_work *work, k_work_handler_t handler) in k_work_init() 58 void k_work_submit(struct k_work *work) in k_work_submit() 63 void k_delayed_work_init(struct k_delayed_work *work, k_work_handler_t handler) in k_delayed_work_init() 68 int k_delayed_work_submit(struct k_delayed_work *work, uint32_t delay) in k_delayed_work_submit() 86 int k_delayed_work_cancel(struct k_delayed_work *work) in k_delayed_work_cancel() 96 bt_s32_t k_delayed_work_remaining_get(struct k_delayed_work *work) in k_delayed_work_remaining_get()
|
A D | event_scheduler.c | 15 struct k_work *work; in scheduler_loop() local
|
/AliOS-Things-master/kernel/rhino/ |
A D | k_workqueue.c | 32 kwork_t *work = NULL; in worker_task() local 161 kwork_t *work = ((ktimer_t *)timer)->priv; in work_timer_cb() local 190 kstat_t krhino_work_init(kwork_t *work, work_handle_t handle, void *arg, in krhino_work_init() 227 kstat_t krhino_work_run(kworkqueue_t *workqueue, kwork_t *work) in krhino_work_run() 273 kstat_t krhino_work_sched(kwork_t *work) in krhino_work_sched() 278 kstat_t krhino_work_cancel(kwork_t *work) in krhino_work_cancel()
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_workqueue.c | 84 aos_status_t aos_work_init(aos_work_t *work, void (*fn)(void *), void *arg, int dly) in aos_work_init() 109 void aos_work_destroy(aos_work_t *work) in aos_work_destroy() 128 aos_status_t aos_work_run(aos_workqueue_t *workqueue, aos_work_t *work) in aos_work_run() 144 aos_status_t aos_work_sched(aos_work_t *work) in aos_work_sched() 160 aos_status_t aos_work_cancel(aos_work_t *work) in aos_work_cancel()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/ |
A D | net_workqueue.h | 41 struct work_struct work; member 46 #define work_pending(work)\ argument 67 #define queue_work(wq, work) ({\ argument
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | filterbank.c | 39 uint64_t* work = state->work; in FilterbankAccumulateChannels() local 121 const uint64_t* work = state->work + 1; in FilterbankSqrt() local
|
A D | filterbank.h | 38 uint64_t* work; member
|
/AliOS-Things-master/components/ble_host/include/ |
A D | work.h | 52 struct k_work work; member
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/ |
A D | inflate9.h | 45 unsigned short work[288]; /* work area for code table building */ member
|
A D | inftree9.c | 32 int inflate_table9(type, lens, codes, table, bits, work) in inflate_table9() argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_rescale_enc.c | 171 rescaler_t* const work, in RescalePlane() 201 rescaler_t* work; in WebPPictureRescale() local
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
|
A D | inflate.h | 120 unsigned short work[288]; /* work area for code table building */ member
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | rescaler_utils.c | 25 int num_channels, rescaler_t* const work) { in WebPRescalerInit()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | settings.c | 207 static void save_id(struct k_work *work) in save_id()
|
A D | avdtp.c | 108 static void avdtp_timeout(struct k_work *work) in avdtp_timeout()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | pkcs5.c | 228 unsigned char work[MBEDTLS_MD_MAX_SIZE]; in mbedtls_pkcs5_pbkdf2_hmac() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | beacon.c | 258 static void beacon_send(struct k_work *work) in beacon_send()
|
A D | net.c | 799 static void bt_mesh_net_local(struct k_work *work) in bt_mesh_net_local() 1380 static void ivu_refresh(struct k_work *work) in ivu_refresh()
|
A D | health_srv.c | 386 static void attention_off(struct k_work *work) in attention_off()
|
A D | friend.c | 680 static void clear_timeout(struct k_work *work) in clear_timeout() 1007 static void friend_timeout(struct k_work *work) in friend_timeout()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | io_dec.c | 309 rescaler_t* work; in InitYUVRescaler() local 489 rescaler_t* work; // rescalers work area in InitRGBRescaler() local
|
/AliOS-Things-master/components/genie_service/core/inc/ |
A D | genie_time.h | 83 struct k_work work; member
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | inflate.h | 117 unsigned short work[288]; /* work area for code table building */ member
|