Searched refs:initial_count (Results 1 – 4 of 4) sorted by relevance
/TraceRecorderSource-3.4.0/kernelports/ThreadX/ |
D | trcCTI.c | 69 …aphore_create_orig(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphor… 1248 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT s… in _txe_semaphore_create() argument 1250 …UINT ret = _txe_semaphore_create_orig(semaphore_ptr, name_ptr, initial_count, semaphore_control_bl… in _txe_semaphore_create() 1259 xTraceEventAddUnsignedBaseType(xTraceHandle, initial_count); in _txe_semaphore_create()
|
/TraceRecorderSource-3.4.0/kernelports/ThreadX/include/ |
D | trcCTI.h | 774 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT s… 775 UINT _txe_semaphore_create_orig(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, U…
|
/TraceRecorderSource-3.4.0/kernelports/Zephyr/include/ |
D | tracing_tracerecorder.h | 325 sys_trace_k_sem_init(sem, initial_count, limit, ret) 985 void sys_trace_k_sem_init(struct k_sem *sem, uint32_t initial_count,
|
/TraceRecorderSource-3.4.0/kernelports/Zephyr/ |
D | trcKernelPort.c | 1289 void sys_trace_k_sem_init(struct k_sem *sem, uint32_t initial_count, uint32_t limit, int ret) { in sys_trace_k_sem_init() argument 1305 xTraceEventAdd32(xTraceHandle, initial_count); in sys_trace_k_sem_init()
|