Searched defs:me (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-10-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_compound_literals1.c9 struct p me = (struct p) {1, 2, 3, 4}; local
/freebsd-10-stable/contrib/apr-util/include/
H A Dapr_thread_pool.h86 APU_DECLARE(apr_status_t) apr_thread_pool_destroy(apr_thread_pool_t *me); variable
149 APU_DECLARE(apr_size_t) apr_thread_pool_tasks_count(apr_thread_pool_t *me); variable
156 APU_DECLARE(apr_size_t) apr_thread_pool_scheduled_tasks_count(apr_thread_pool_t *me); variable
163 APU_DECLARE(apr_size_t) apr_thread_pool_threads_count(apr_thread_pool_t *me); variable
170 APU_DECLARE(apr_size_t) apr_thread_pool_busy_count(apr_thread_pool_t *me); variable
177 APU_DECLARE(apr_size_t) apr_thread_pool_idle_count(apr_thread_pool_t *me); variable
195 apr_thread_pool_tasks_run_count(apr_thread_pool_t * me); variable
203 apr_thread_pool_tasks_high_count(apr_thread_pool_t * me); variable
211 apr_thread_pool_threads_high_count(apr_thread_pool_t * me); variable
219 apr_thread_pool_threads_idle_timeout_count(apr_thread_pool_t * me); variable
226 APU_DECLARE(apr_size_t) apr_thread_pool_idle_max_get(apr_thread_pool_t *me); variable
258 apr_thread_pool_idle_wait_get(apr_thread_pool_t * me); variable
265 APU_DECLARE(apr_size_t) apr_thread_pool_thread_max_get(apr_thread_pool_t *me); variable
281 APU_DECLARE(apr_size_t) apr_thread_pool_threshold_get(apr_thread_pool_t * me); variable
[all...]
/freebsd-10-stable/contrib/gcclibs/libgomp/config/posix95/
H A Dlock.c84 pthread_t me = pthread_self (); local
110 pthread_t me = pthread_self (); local
/freebsd-10-stable/contrib/amd/amd/
H A Drestart.c48 restart_fake_mntfs(mntent_t *me, am_ops *fs_ops) argument
135 mntent_t *me = mlp->mnt; local
198 mntent_t *me = mlp->mnt; local
[all...]
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dgthr-win32.c198 DWORD me = GetCurrentThreadId(); local
227 DWORD me = GetCurrentThreadId(); local
/freebsd-10-stable/contrib/libexecinfo/
H A Dsymtab.c171 uintptr_t dd, sd, me = (uintptr_t)p; local
/freebsd-10-stable/tools/regression/p1003_1b/
H A Dsched.c240 pid_t me; local
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dmap.c50 struct map_entry *me; local
78 const struct map_entry *me = citer.m_entry; local
86 const struct map_entry *me = citer.m_entry; local
122 const struct map_entry *me = iter.m_entry; local
130 const struct map_entry *me = iter.m_entry; local
207 struct map_entry *me = atf_list_iter_data(iter); local
267 struct map_entry *me = atf_list_iter_data(iter); local
287 const struct map_entry *me = atf_list_citer_data(iter); local
349 struct map_entry *me; local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dgthr-solaris.h504 thread_t me = __gthrw_(thr_self) (); local
522 thread_t me = __gthrw_(thr_self) (); local
H A Dgthr-posix95.h613 pthread_t me = __gthrw_(pthread_self) (); local
631 pthread_t me = __gthrw_(pthread_self) (); local
H A Dgthr-win32.h678 DWORD me = GetCurrentThreadId(); local
710 DWORD me = GetCurrentThreadId(); local
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_pe.c533 message_resource_entry *me; local
/freebsd-10-stable/usr.sbin/faithd/
H A Dfaithd.c145 struct sockaddr_storage me; local
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devthread.c220 unsigned long me; local
254 unsigned long me; local
330 unsigned long me = evthread_id_fn_(); local
/freebsd-10-stable/lib/libusb/
H A Dlibusb20_desc.c325 uint8_t me; /* message element */ local
559 uint8_t me; /* message element */ local
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c210 callb_t *me = (callb_t *)id; local
[all...]
/freebsd-10-stable/lib/libutil/
H A Dlogin_cap.c194 int r, me, i = 0; local
/freebsd-10-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c82 static apr_status_t thread_pool_construct(apr_thread_pool_t * me, argument
151 pop_task(apr_thread_pool_t * me) argument
192 waiting_time(apr_thread_pool_t * me) argument
207 elt_new(apr_thread_pool_t * me, apr_thread_t * t) argument
240 apr_thread_pool_t *me = param; local
329 thread_pool_cleanup(void *me) argument
402 task_new(apr_thread_pool_t * me, apr_thread_start_t func, void *param, apr_byte_t priority, void *owner, apr_time_t time) argument
440 add_if_empty(apr_thread_pool_t * me, apr_thread_pool_task_t * const t) argument
479 schedule_task(apr_thread_pool_t *me, apr_thread_start_t func, void *param, void *owner, apr_interval_time_t time) argument
528 add_task(apr_thread_pool_t *me, apr_thread_start_t func, void *param, apr_byte_t priority, int push, void *owner) argument
610 remove_scheduled_tasks(apr_thread_pool_t *me, void *owner) argument
631 remove_tasks(apr_thread_pool_t *me, void *owner) argument
659 wait_on_busy_threads(apr_thread_pool_t *me, void *owner) argument
778 trim_threads(apr_thread_pool_t *me, apr_size_t *cnt, int idle) argument
828 trim_idle_threads(apr_thread_pool_t *me, apr_size_t cnt) argument
861 trim_busy_threads(apr_thread_pool_t *me, apr_size_t cnt) argument
[all...]
/freebsd-10-stable/sys/geom/virstor/
H A Dg_virstor.c1617 struct virstor_map_entry *me; local
[all...]
/freebsd-10-stable/sys/geom/sched/
H A Dgs_rr.c189 static struct g_rr_params me = { variable in typeref:struct:g_rr_params
[all...]
H A Dg_sched.c185 static struct geom_sched_vars me = { variable in typeref:struct:geom_sched_vars
[all...]
/freebsd-10-stable/usr.sbin/ppp/
H A Droute.c543 route_Change(struct bundle *bundle, struct sticky_route *r, const struct ncpaddr *me, const struct ncpaddr *peer) argument
/freebsd-10-stable/sys/powerpc/powerpc/
H A Ddb_disasm.c781 u_int me, mel, meh; local
816 u_int me, mel, meh; local
/freebsd-10-stable/sys/dev/mlx/
H A Dmlx.c1156 struct mlx_enquiry *me = (struct mlx_enquiry *)mc->mc_data; local
1194 struct mlx_enquiry *me = (struct mlx_enquiry *)mc->mc_data; local
[all...]
/freebsd-10-stable/contrib/unbound/daemon/
H A Dworker.c157 size_t me, iter, val, anch; local

Completed in 337 milliseconds

123