Searched defs:init (Results 1 - 8 of 8) sorted by relevance

/system/core/include/cutils/
H A Dthreads.h105 int init; member in struct:__anon311
113 if (!lock->init) {
114 lock->init = 1;
116 lock->init = 2;
117 } else while (lock->init != 2)
130 lock->init = 2;
135 if (lock->init) {
136 lock->init = 0;
/system/core/libcutils/
H A Dproperties.c125 static void init(void) function
145 pthread_once(&gInitOnce, init);
212 pthread_once(&gInitOnce, init);
245 pthread_once(&gInitOnce, init);
/system/core/libsysutils/src/
H A DFrameworkListener.cpp30 init(socketName, withSeq);
35 init(socketName, false);
38 void FrameworkListener::init(const char *socketName, bool withSeq) { function in class:FrameworkListener
H A DSocketClient.cpp15 init(socket, owned, false);
19 init(socket, owned, useCmdNum);
22 void SocketClient::init(int socket, bool owned, bool useCmdNum) { function in class:SocketClient
H A DSocketListener.cpp35 init(socketName, -1, listen, false);
39 init(NULL, socketFd, listen, false);
43 init(socketName, -1, listen, useCmdNum);
46 void SocketListener::init(const char *socketName, int socketFd, bool listen, bool useCmdNum) { function in class:SocketListener
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c103 static void init(void);
262 init();
386 init(void) function
395 testPrintE("init sched_getaffinity failed, rv: %i errno: %i",
424 testPrintE("init stop supplicant failed, rv: %i", rv);
430 testPrintE("init unload driver failed, rv: %i", rv);
/system/core/libpixelflinger/
H A Dscanline.cpp1064 void init(const context_t* c, int shift);
1071 void horz_clamp_iterator::init(const context_t* c, int shift) function in class:android::horz_clamp_iterator
1093 init(c,1);
1099 init(c,2);
1232 /* Common init code the modulating blenders */
1234 void init(const context_t* c) { function in struct:android::blender_modulate
1252 init(c);
1324 init(c);
1379 init(c);
/system/core/sh/
H A Dinit.c7 #include "init.h"
951 init() { function

Completed in 3245 milliseconds