Searched refs:opt_wake_all (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_trace.h | 104 void trace_sem_task_wake(ktask_t *task, ktask_t *task_waked_up, ksem_t *sem, uint8_t opt_wake_all); 106 void trace_sem_give(ksem_t *sem, uint8_t opt_wake_all); 113 …SEM_TASK_WAKE(task, task_waked_up, sem, opt_wake_all) trace_sem_task_wake(task, task_waked_up, sem… argument 115 #define TRACE_SEM_GIVE(sem, opt_wake_all) trace_sem_give(sem, opt_wake_all) argument 211 #define TRACE_SEM_TASK_WAKE(task, task_waked_up, sem, opt_wake_all) 213 #define TRACE_SEM_GIVE(sem, opt_wake_all)
|
/AliOS-Things-master/kernel/rhino/ |
A D | k_sem.c | 160 static kstat_t sem_give(ksem_t *sem, uint8_t opt_wake_all) in sem_give() argument 200 if (opt_wake_all) { in sem_give() 204 sem, opt_wake_all); in sem_give() 211 sem, opt_wake_all); in sem_give() 217 TRACE_SEM_GIVE(sem, opt_wake_all); in sem_give()
|
A D | k_queue.c | 186 static kstat_t msg_send(kqueue_t *p_q, void *p_void, uint8_t opt_wake_all) in msg_send() argument 223 if (opt_wake_all) { in msg_send()
|
/AliOS-Things-master/components/trace/ |
A D | k_trace.c | 133 void trace_sem_task_wake(ktask_t *task, ktask_t *task_waked_up, ksem_t *sem, uint8_t opt_wake_all) in trace_sem_task_wake() argument 143 void trace_sem_give(ksem_t *sem, uint8_t opt_wake_all) in trace_sem_give() argument 145 SEGGER_SYSVIEW_Record_StringU32(SYSVIEW_TRACE_ID_SEM_GIVE, sem->blk_obj.name, opt_wake_all); in trace_sem_give()
|
/AliOS-Things-master/components/trace/Config/ |
A D | SYSVIEW_AliOSThings.txt | 25 48 sem_give Give Sem=%s ,opt_wake_all=%u
|
Completed in 6 milliseconds