Searched refs:mm_alloc_flag (Results 1 – 16 of 16) sorted by relevance
/AliOS-Things-master/kernel/rhino/ |
A D | k_event.c | 8 …ic kstat_t event_create(kevent_t *event, const name_t *name, uint32_t flags, uint8_t mm_alloc_flag) in event_create() argument 24 event->mm_alloc_flag = mm_alloc_flag; in event_create() 63 if (event->mm_alloc_flag != K_OBJ_STATIC_ALLOC) { in krhino_event_del() 133 if (event->mm_alloc_flag != K_OBJ_DYN_ALLOC) { in krhino_event_dyn_del()
|
A D | k_sem.c | 9 uint8_t mm_alloc_flag) in sem_create() argument 28 sem->mm_alloc_flag = mm_alloc_flag; in sem_create() 67 if (sem->mm_alloc_flag != K_OBJ_STATIC_ALLOC) { in krhino_sem_del() 133 if (sem->mm_alloc_flag != K_OBJ_DYN_ALLOC) { in krhino_sem_dyn_del()
|
A D | k_mutex.c | 7 kstat_t mutex_create(kmutex_t *mutex, const name_t *name, uint8_t mm_alloc_flag) in mutex_create() argument 24 mutex->mm_alloc_flag = mm_alloc_flag; in mutex_create() 82 if (mutex->mm_alloc_flag != K_OBJ_STATIC_ALLOC) { in krhino_mutex_del() 159 if (mutex->mm_alloc_flag != K_OBJ_DYN_ALLOC) { in krhino_mutex_dyn_del()
|
A D | k_queue.c | 15 size_t msg_num, uint8_t mm_alloc_flag) in queue_create() argument 44 queue->mm_alloc_flag = mm_alloc_flag; in queue_create() 82 if (queue->mm_alloc_flag != K_OBJ_STATIC_ALLOC) { in krhino_queue_del() 157 if (queue->mm_alloc_flag != K_OBJ_DYN_ALLOC) { in krhino_queue_dyn_del()
|
A D | k_timer.c | 43 tick_t round, void *arg, uint8_t auto_run, uint8_t mm_alloc_flag) in timer_create() argument 71 timer->mm_alloc_flag = mm_alloc_flag; in timer_create() 306 if (timer->mm_alloc_flag != K_OBJ_STATIC_ALLOC) { in cmd_proc() 319 if (timer->mm_alloc_flag != K_OBJ_DYN_ALLOC) { in cmd_proc()
|
A D | k_buf_queue.c | 10 size_t max_msg, uint8_t mm_alloc_flag, size_t type) in buf_queue_create() argument 39 queue->mm_alloc_flag = mm_alloc_flag; in buf_queue_create() 87 if (queue->mm_alloc_flag != K_OBJ_STATIC_ALLOC) { in krhino_buf_queue_del() 182 if (queue->mm_alloc_flag != K_OBJ_DYN_ALLOC) { in krhino_buf_queue_dyn_del()
|
A D | k_idle.c | 60 if (task_del->mm_alloc_flag == K_OBJ_DYN_ALLOC) { in idle_task()
|
A D | k_task.c | 50 uint8_t mm_alloc_flag, uint8_t cpu_num, uint8_t cpu_binded, in task_create() argument 127 task->mm_alloc_flag = mm_alloc_flag; in task_create() 829 if (task->mm_alloc_flag != K_OBJ_STATIC_ALLOC) { in krhino_task_del() 942 if (task->mm_alloc_flag != K_OBJ_DYN_ALLOC) { in krhino_task_dyn_del() 1190 if (task->mm_alloc_flag == K_OBJ_DYN_ALLOC) { in krhino_task_deathbed()
|
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_mutex.h | 37 uint8_t mm_alloc_flag; /**< buffer from internal malloc or caller input */ member
|
A D | k_event.h | 31 uint8_t mm_alloc_flag; /**< buffer from internal malloc or caller input */ member
|
A D | k_sem.h | 35 uint8_t mm_alloc_flag; /**< buffer from internal malloc or caller input */ member
|
A D | k_queue.h | 49 uint8_t mm_alloc_flag; /**< buffer from internal malloc or caller input */ member
|
A D | k_buf_queue.h | 38 uint8_t mm_alloc_flag; /**< buffer from internal malloc or caller input */ member
|
A D | k_timer.h | 57 uint8_t mm_alloc_flag; member
|
A D | k_task.h | 164 uint8_t mm_alloc_flag; member
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/ |
A D | mutex.h | 130 .mm_alloc_flag = K_OBJ_STATIC_ALLOC, \
|
Completed in 15 milliseconds