HomeSort by: relevance | last modified time | path
    Searched refs:thrs (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-thrhandle.c 28 pthread_t thrs[NTHR + NBOGUSTHR]; variable
76 thrs[0] = pthread_self ();
80 memset (&thrs[NTHR], 0, sizeof (pthread_t));
81 memset (&thrs[NTHR + 1], 0xaa, sizeof (pthread_t));
87 pthread_create (&thrs[i], NULL, do_work, &thr_data[i]);
93 pthread_join (thrs[i], NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-thrhandle.c 28 pthread_t thrs[NTHR + NBOGUSTHR]; variable
76 thrs[0] = pthread_self ();
80 memset (&thrs[NTHR], 0, sizeof (pthread_t));
81 memset (&thrs[NTHR + 1], 0xaa, sizeof (pthread_t));
87 pthread_create (&thrs[i], NULL, do_work, &thr_data[i]);
93 pthread_join (thrs[i], NULL);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_temp.c 64 enum nvkm_therm_thrs thrs,
67 therm->sensor.alarm_state[thrs] = st;
73 enum nvkm_therm_thrs thrs)
75 return therm->sensor.alarm_state[thrs];
86 nvkm_therm_sensor_event(struct nvkm_therm *therm, enum nvkm_therm_thrs thrs,
96 if ((unsigned)thrs >= __arraycount(thresholds))
102 temperature, thresholds[thrs]);
105 temperature, thresholds[thrs]);
108 switch (thrs) {
143 const struct nvbios_therm_threshold *thrs,
    [all...]
nouveau_nvkm_subdev_therm_g84.c 68 /* enable RISING and FALLING IRQs for shutdown, THRS 0, 1, 2 and 4 */
102 const struct nvbios_therm_threshold *thrs,
114 if (temp == thrs->temp) {
115 nvkm_wr32(device, thrs_reg, thrs->temp - thrs->hysteresis);
118 nvkm_wr32(device, thrs_reg, thrs->temp);
124 if (new_state == NVKM_THERM_THRS_LOWER && cur > thrs->temp)
127 cur < thrs->temp - thrs->hysteresis)
  /src/sys/net80211/
ieee80211_rssadapt.c 196 u_int16_t (*thrs)[IEEE80211_RATE_SIZE];
210 thrs = &ra->ra_rate_thresh[thridx];
228 if ((*thrs)[i] < ra->ra_avg_rssi)
239 (*thrs)[rateidx], ra->ra_avg_rssi);
328 u_int16_t (*thrs)[IEEE80211_RATE_SIZE], newthr, oldthr;
344 thrs = &ra->ra_rate_thresh[i];
350 (*thrs)[id->id_rateidx + 1] > (*thrs)[id->id_rateidx]) {
357 rate / 2, rate * 5 % 10, (*thrs)[id->id_rateidx + 1]));
358 oldthr = (*thrs)[id->id_rateidx + 1]
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
team.c 73 struct gomp_thread *thrs = team_malloc_cleared (sizeof (*thrs) local
75 set_gcn_thrs (thrs);
83 pool->threads[tid] = &thrs[tid];
89 thrs->thread_pool = pool;
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
team.c 92 struct gomp_thread *thrs = team_malloc_cleared (sizeof (*thrs) local
94 set_gcn_thrs (thrs);
102 pool->threads[tid] = &thrs[tid];
108 thrs->thread_pool = pool;
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 839 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; local
840 return *thrs;
845 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; local
846 *thrs = val;
team.c 1073 pthread_t *thrs local
1080 thrs[i] = gomp_thread_to_pthread_t (nthr);
1099 pthread_join (thrs[i], NULL);
  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 948 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; local
949 return *thrs;
954 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; local
955 *thrs = val;
team.c 1074 pthread_t *thrs local
1081 thrs[i] = gomp_thread_to_pthread_t (nthr);
1100 pthread_join (thrs[i], NULL);

Completed in 28 milliseconds