Searched refs:e (Results 1 – 4 of 4) sorted by relevance
196 struct list *e = allocate (); in allocate_thread() local197 if (e == NULL) in allocate_thread()200 e->next = head; in allocate_thread()201 head = e; in allocate_thread()
120 gettime (struct entry *e) in gettime() argument125 e->time_low = now & 0xffffffff; in gettime()126 e->time_high = now >> 32; in gettime()132 e->time_low = usecs & 0xffffffff; in gettime()133 e->time_high = usecs >> 32; in gettime()
28 #define DYNARRAY_ELEMENT_INIT(e) (*(e) = 17) argument40 #define DYNARRAY_ELEMENT_INIT(e) (*(e) = 23) argument
3181 e->key = tcache_key; in tcache_put()3183 e->next = PROTECT_PTR (&e->next, tcache->entries[tc_idx]); in tcache_put()3184 tcache->entries[tc_idx] = e; in tcache_put()3193 tcache_entry *e = tcache->entries[tc_idx]; in tcache_get() local3194 if (__glibc_unlikely (!aligned_OK (e))) in tcache_get()3198 e->key = 0; in tcache_get()3199 return (void *) e; in tcache_get()3222 tcache_entry *e = tcache_tmp->entries[i]; in tcache_thread_shutdown() local3223 if (__glibc_unlikely (!aligned_OK (e))) in tcache_thread_shutdown()3227 __libc_free (e); in tcache_thread_shutdown()[all …]
Completed in 18 milliseconds