Home
last modified time | relevance | path

Searched refs:inuse (Results 1 – 12 of 12) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dposix-timer.h63 } inuse; member
102 return timer && timer->inuse == TIMER_INUSE; in timer_valid()
A Dtimer_delete.c60 timer->inuse = TIMER_DELETED; in timer_delete()
A Dtimer_routines.c180 __timer_array[i].inuse = TIMER_FREE; in init_module()
551 timer->inuse = TIMER_INUSE; in __timer_alloc()
567 timer->inuse = TIMER_FREE; in __timer_dealloc()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dposix-timer.h63 } inuse; member
110 return timer && timer->inuse == TIMER_INUSE; in timer_valid()
A Dtimer_delete.c60 timer->inuse = TIMER_DELETED;
A Dtimer_routines.c179 __timer_array[i].inuse = TIMER_FREE; in init_module()
546 timer->inuse = TIMER_INUSE; in __timer_alloc()
562 timer->inuse = TIMER_FREE; in __timer_dealloc()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/
A Dmalloc.c116 assert(!inuse(p)); in __do_check_free_chunk()
128 assert (next == av->top || inuse(next)); in __do_check_free_chunk()
149 assert(inuse(p)); in __do_check_inuse_chunk()
168 else if (!inuse(next)) in __do_check_inuse_chunk()
309 (q != av->top && inuse(q) && in __do_check_malloc_state()
A Drealloc.c90 !inuse(next) && in realloc()
A Dmalloc.h561 #define inuse(p)\ macro
/l4re-core-master/lua/lib/contrib/src/
A Dldo.c275 int inuse = stackinuse(L); in luaD_shrinkstack() local
276 int nsize = inuse * 2; /* proposed new size */ in luaD_shrinkstack()
277 int max = inuse * 3; /* maximum "reasonable" size */ in luaD_shrinkstack()
285 if (inuse <= LUAI_MAXSTACK && stacksize(L) > max) in luaD_shrinkstack()
A Dlapi.c108 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; in lua_checkstack() local
109 if (inuse > LUAI_MAXSTACK - n) /* can grow without overflow? */ in lua_checkstack()
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/stdlib/malloc-standard/
A Dmalloc.h572 #define inuse(p)\ macro

Completed in 26 milliseconds