Searched refs:init (Results 1 – 20 of 20) sorted by relevance
30 init("/data/local/tmp"); in mk_fn()32 init("/tmp"); in mk_fn()37 init(dirpath); in mk_fn()56 void init(const char* tmp_dir) { in init() function69 if (!init("/data/local/tmp")) { in TemporaryDir()70 init("/tmp"); in TemporaryDir()81 bool init(const char* tmp_dir) { in init() function
37 TEST(stdatomic, init) { in TEST() argument
1514 init(mutex_type); in PthreadMutex()1522 void init(int mutex_type) { in init() function
30 unsigned init; member
151 struct sctp_initmsg init; member
48 void init(bool process_shared) { in init() function
52 lock->lock.init(pshared); in pthread_spin_init()
239 thread->startup_handshake_lock.init(false); in pthread_create()
250 rwlock->pending_lock.init(rwlock->pshared); in pthread_rwlock_init()
650 lock_.init(false); in context_node()
22 #pragma init (_mtctxres_init)
123 .macro init macro171 init230 init
104 void init(uint32_t type, size_t block_size);
159 void LinkerSmallObjectAllocator::init(uint32_t type, size_t block_size) { in init() function in LinkerSmallObjectAllocator224 allocators_[i].init(type, 1 << type); in LinkerMemoryAllocator()
168 bool init(const soinfo* si_from);
2701 bool VersionTracker::init(const soinfo* si_from) { in init() function in VersionTracker3949 if (!version_tracker.init(this)) { in link_image()
1163 entry_alloc( const Entry* init, const void* answer, int answerlen ) in entry_alloc() argument1168 size = sizeof(*e) + init->querylen + answerlen; in entry_alloc()1173 e->hash = init->hash; in entry_alloc()1175 e->querylen = init->querylen; in entry_alloc()1177 memcpy( (char*)e->query, init->query, e->querylen ); in entry_alloc()
819 // The data that backs getauxval is initialized in the libc init