Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 52) sorted by relevance

123

/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dwork.c11 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 Devent_scheduler.c15 struct k_work *work; in scheduler_loop() local
/AliOS-Things-master/kernel/rhino/
A Dk_workqueue.c32 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 Daos_workqueue.c84 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 Dnet_workqueue.h41 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 Dfilterbank.c39 uint64_t* work = state->work; in FilterbankAccumulateChannels() local
121 const uint64_t* work = state->work + 1; in FilterbankSqrt() local
A Dfilterbank.h38 uint64_t* work; member
/AliOS-Things-master/components/ble_host/include/
A Dwork.h52 struct k_work work; member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/
A Dinflate9.h45 unsigned short work[288]; /* work area for code table building */ member
A Dinftree9.c32 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 Dpicture_rescale_enc.c171 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 Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
A Dinflate.h120 unsigned short work[288]; /* work area for code table building */ member
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinftrees.c32 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 Drescaler_utils.c25 int num_channels, rescaler_t* const work) { in WebPRescalerInit()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsettings.c207 static void save_id(struct k_work *work) in save_id()
A Davdtp.c108 static void avdtp_timeout(struct k_work *work) in avdtp_timeout()
/AliOS-Things-master/components/mbedtls/library/
A Dpkcs5.c228 unsigned char work[MBEDTLS_MD_MAX_SIZE]; in mbedtls_pkcs5_pbkdf2_hmac() local
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dbeacon.c258 static void beacon_send(struct k_work *work) in beacon_send()
A Dnet.c799 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 Dhealth_srv.c386 static void attention_off(struct k_work *work) in attention_off()
A Dfriend.c680 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 Dio_dec.c309 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 Dgenie_time.h83 struct k_work work; member
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dinflate.h117 unsigned short work[288]; /* work area for code table building */ member

Completed in 42 milliseconds

123