Searched refs:tsk (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/amp/components/at/src/ |
A D | at.c | 360 if (NULL == tsk) { in at_scan_for_response() 383 if (NULL != tsk->rsp_prefix && 0 != tsk->rsp_prefix_len) { in at_scan_for_response() 400 if (NULL != tsk->rsp_fail_postfix && 0 != tsk->rsp_fail_postfix_len) { in at_scan_for_response() 410 memset(tsk->rsp, 0, tsk->rsp_len); in at_scan_for_response() 415 if (tsk->rsp_offset < tsk->rsp_len) { in at_scan_for_response() 416 tsk->rsp[tsk->rsp_offset] = c; in at_scan_for_response() 423 strncmp(tsk->rsp + tsk->rsp_offset - rsp_fail_postfix_len, in at_scan_for_response() 432 memset(tsk->rsp, 0, tsk->rsp_len); in at_scan_for_response() 565 if (NULL == tsk) { in at_worker_task_add() 608 if (tsk) { in at_worker_task_del() [all …]
|
/AliOS-Things-master/components/linkkit/wrappers/os/ |
A D | HAL_OS_rhino.c | 361 static aos_task_t *tsk = NULL; in HAL_Timer_Create() local 363 if (!tsk) { in HAL_Timer_Create() 365 tsk = (aos_task_t *)aos_malloc(sizeof(aos_task_t)); in HAL_Timer_Create() 366 aos_task_new_ext(tsk, "AWSS_TIMER", awss_timer_task, NULL, 1024 * 4, in HAL_Timer_Create()
|
/AliOS-Things-master/components/linkkit/wrappers/platform/os/ |
A D | HAL_OS_yoc.c | 594 static aos_task_t *tsk = NULL; in HAL_Timer_Create() local 596 if (!tsk) { in HAL_Timer_Create() 598 tsk = (aos_task_t *)aos_malloc(sizeof(aos_task_t)); in HAL_Timer_Create() 599 aos_task_new_ext(tsk, "AWSS_TIMER", awss_timer_task, NULL, 1024 * 4, in HAL_Timer_Create()
|
Completed in 7 milliseconds