Searched refs:next_id (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dordered.c74 unsigned next_id; local
91 next_id = ws->ordered_team_ids[next];
92 gomp_sem_post (team->ordered_release[next_id]);
109 unsigned index, next_id; local
143 next_id = ws->ordered_team_ids[index];
144 gomp_sem_post (team->ordered_release[next_id]);
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_cpu.c289 u_int id, next_id; local
294 next_id = 0;
306 id = next_id) {
317 /* We're processing CPU, update next_id used in the next iteration */
318 next_id++;
/freebsd-11-stable/contrib/unbound/util/
H A Dalloc.c109 alloc->next_id = (uint64_t)thread_num; /* in steps, so that type */
110 alloc->next_id <<= THRNUM_SHIFT; /* of *_id is used. */
114 alloc->last_id |= alloc->next_id;
115 alloc->next_id += 1; /* because id=0 is special. */
197 uint64_t id = alloc->next_id++;
204 alloc->next_id = (uint64_t)alloc->thread_num;
205 alloc->next_id <<= THRNUM_SHIFT; /* in steps for comp. */
206 alloc->next_id += 1; /* portability. */
208 id = alloc->next_id++;
H A Dalloc.h84 uint64_t next_id; member in struct:alloc_cache
/freebsd-11-stable/contrib/libstdc++/src/
H A Dmt_allocator.cc542 size_t next_id; local
544 next_id = _M_old_freelist->_M_next - _M_old_array;
546 next_id = freelist._M_max_threads;
548 = &_M_thread_freelist[next_id];
735 size_t next_id; local
737 next_id = _M_old_freelist->_M_next - _M_old_array;
739 next_id = freelist._M_max_threads;
741 = &_M_thread_freelist[next_id];
/freebsd-11-stable/sys/x86/x86/
H A Dio_apic.c145 static u_int next_id; variable
637 io->io_id = next_id++;

Completed in 91 milliseconds