HomeSort by relevance Sort by last modified time
    Searched refs:low_id (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
4-1.c 71 pthread_t low_id, watchdog_thread; local
74 rc = pthread_create(&low_id, NULL, thread, NULL);
99 pthread_cancel(low_id);
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_pcu.c 50 u32 pcu_reg, beacon_reg, low_id, high_id; local
69 low_id = AR5K_LOW_ID(ah->ah_sta_id);
71 ath5k_hw_reg_write(ah, low_id, AR5K_STA_ID0);
202 u32 low_id, high_id; local
210 low_id = AR5K_LOW_ID(mac);
213 ath5k_hw_reg_write(ah, low_id, AR5K_STA_ID0);
230 u32 low_id, high_id; local
245 low_id = AR5K_LOW_ID(bssid);
247 ath5k_hw_reg_write(ah, low_id, AR5K_BSS_ID0);
350 u32 low_id, high_id local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
pthread_cond_wait_1.c 109 pthread_t high_id, low_id; local
126 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL));
132 SAFE_PFUNC(pthread_join(low_id, NULL));
pthread_cond_wait_2.c 109 pthread_t high_id, low_id; local
126 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL));
132 SAFE_PFUNC(pthread_join(low_id, NULL));
  /external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
1-1.c 114 pthread_t high_id, low_id; local
133 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL));
139 SAFE_PFUNC(pthread_join(low_id, NULL));
1-2.c 112 pthread_t high_id, low_id; local
145 SAFE_PFUNC(pthread_create(&low_id, &low_attr, low_prio_thread, NULL));
153 SAFE_PFUNC(pthread_join(low_id, NULL));
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
fw_pvt.h 50 int32_t low_id; /* last scheduled low priority stream id */ member in struct:__anon47320
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
main.c 200 if(mfd_round_robin(viddec_stream_priority_BACKGROUND, &cur, _dmem.g_pk_data.low_id))
202 _dmem.g_pk_data.low_id = cur;
591 _dmem.g_pk_data.high_id = _dmem.g_pk_data.low_id = -1;

Completed in 1355 milliseconds