Home
last modified time | relevance | path

Searched refs:init (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/kernel/arch-sh/asm/
Dtimer.h20 int (*init)(void); member
Dclock.h24 void (*init)(struct clk *clk); member
Dmachvec.h67 #define __initmv __used __section(.machvec.init)
/bionic/libc/
DCAVEATS16 - pthread_once() doesn't support C++ exceptions thrown from the init function, or the init
/bionic/libc/netbsd/resolv/
Dres_cache.c1111 entry_alloc( const Entry* init, const void* answer, int answerlen ) in entry_alloc() argument
1116 size = sizeof(*e) + init->querylen + answerlen; in entry_alloc()
1121 e->hash = init->hash; in entry_alloc()
1123 e->querylen = init->querylen; in entry_alloc()
1125 memcpy( (char*)e->query, init->query, e->querylen ); in entry_alloc()
/bionic/libc/bionic/
Dpthread.c1607 int init; /* see comment in tlsmap_lock() */ member
1627 if (__unlikely(!m->init)) { in tlsmap_lock()
1629 m->init = 1; in tlsmap_lock()