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

/openbsd-current/gnu/gcc/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]);
/openbsd-current/usr.sbin/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
/openbsd-current/sbin/unwind/libunbound/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
/openbsd-current/gnu/gcc/libstdc++-v3/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];
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DTrace.cpp496 auto next_id = cpu_id;
497 next_id++;
498 return process_cpu(next_id);
/openbsd-current/gnu/llvm/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp297 lldb::addr_t next_id = local
299 tail_map[current_id].insert(next_id);
/openbsd-current/usr.sbin/adduser/
H A Dadduser.perl434 local($u_id, $g_id) = &next_id($name);
451 return &next_id($name);
840 ($u_id, $g_id) = &next_id($name);
1470 sub next_id { subroutine
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_submission.c2289 u32 next_id; local
2307 next_id = info->context_idx + 1;
2309 GEM_BUG_ON(next_id++ != child->guc_id.id);

Completed in 120 milliseconds