Searched refs:t_slot (Results 1 – 4 of 4) sorted by relevance
359 int t_slot; in posix_new_thread() local361 t_slot = ttable_get_empty_slot(); in posix_new_thread()362 threads_table[t_slot].state = USED; in posix_new_thread()363 threads_table[t_slot].running = false; in posix_new_thread()364 threads_table[t_slot].thead_cnt = thread_create_count++; in posix_new_thread()365 threads_table[t_slot].t_status = ptr; in posix_new_thread()371 PC_SAFE_CALL(pthread_create(&threads_table[t_slot].thread, in posix_new_thread()374 (void *)(intptr_t)t_slot)); in posix_new_thread()378 threads_table[t_slot].thead_cnt, in posix_new_thread()379 t_slot, in posix_new_thread()[all …]
462 int t_slot; in nct_new_thread() local464 t_slot = ttable_get_empty_slot(this); in nct_new_thread()465 tt_el = ttable_get_element(this, t_slot); in nct_new_thread()472 tt_el->thread_idx = t_slot; in nct_new_thread()482 t_slot, in nct_new_thread()485 return t_slot; in nct_new_thread()
128 uint16_t delay_us = cfg->mode_timing[data->master_reg.od_active].t_slot; in ds2477_85_read_bit()144 uint16_t delay_us = cfg->mode_timing[data->master_reg.od_active].t_slot; in ds2477_85_write_bit()161 uint16_t delay_us = cfg->mode_timing[data->master_reg.od_active].t_slot * 8; in ds2477_85_read_byte()177 uint16_t delay_us = cfg->mode_timing[data->master_reg.od_active].t_slot * 8; in ds2477_85_write_byte()193 int w1_timing = cfg->mode_timing[data->master_reg.od_active].t_slot * 8 * tx_len; in ds2477_85_write_block()230 int w1_timing = cfg->mode_timing[data->master_reg.od_active].t_slot * 8 * rx_len; in ds2477_85_read_block()
176 uint16_t t_slot; member244 .t_slot = DS2477_85_STD_SPD_T_SLOT_us, \248 .t_slot = DS2477_85_OVD_SPD_T_SLOT_us, \