Home
last modified time | relevance | path

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

/system/core/include/cutils/
Dthreads.h105 int init; member
113 if (!lock->init) { in mutex_lock()
114 lock->init = 1; in mutex_lock()
116 lock->init = 2; in mutex_lock()
117 } else while (lock->init != 2) in mutex_lock()
130 lock->init = 2; in mutex_init()
135 if (lock->init) { in mutex_destroy()
136 lock->init = 0; in mutex_destroy()
/system/core/
DCleanSpec.mk51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
DREADME19 - init, linker, debuggerd, toolbox, usbd depend on libcutils
/system/core/init/
DREADME.BOOTCHART1 This version of init contains code to perform "bootcharting", i.e. generating log
4 To activate it, you need to define build 'init' with the INIT_BOOTCHART environment
7 touch system/init/init.c
28 Note that /data/bootchart-stop is deleted automatically by init at the end of the
51 www.bootchart.org, but a C re-implementation that is directly compiled into our init
Dreadme.txt48 Services are programs which init launches and (optionally) restarts
59 Options are modifiers to services. They affect how and when init
96 If not specified and no transition is defined in policy, defaults to the init context.
116 This is the first trigger that will occur when init starts
117 (after /init.conf is loaded)
139 init "stuck". (??? maybe there should be a timeout?)
150 Parse an init config file, extending the current configuration.
195 Not required for directories created by the init.rc as these are
196 automatically labeled correctly by init.
200 This is typically only used from early-init to set the init context
[all …]
DAndroid.mk8 init.c \
30 LOCAL_MODULE:= init
/system/core/rootdir/
DAndroid.mk24 file := $(TARGET_ROOT_OUT)/init.rc
25 $(file) : $(LOCAL_PATH)/init.rc | $(ACP)
Dinit.rc7 import /init.usb.rc
8 import /init.${ro.hardware}.rc
9 import /init.trace.rc
11 on early-init
12 # Set init and its forked children's oom_adj.
15 # Set the security context for the init process.
17 setcon u:r:init:s0
24 on init
256 # If there is no fs-post-data action in the init.<device>.rc file, you
263 # basic network init
[all …]
/system/core/libcutils/
Dproperties.c125 static void init(void) in init() function
145 pthread_once(&gInitOnce, init); in property_get()
212 pthread_once(&gInitOnce, init); in property_set()
245 pthread_once(&gInitOnce, init); in property_list()
/system/core/sh/
Dinit.h37 void init(void);
DAndroid.mk30 init.c
45 p4 edit init.c nodes.c nodes.h token.h
Dmain.c172 init(); in main()
DTOUR28 mkinit *.c init.c
57 the init.c file.
60 available in the init.c file, for example:
68 Preprocessor #define statements are copied to init.c without any
Dinit.c951 init() { in init() function
/system/core/libsysutils/src/
DSocketListener.cpp35 init(socketName, -1, listen, false); in SocketListener()
39 init(NULL, socketFd, listen, false); in SocketListener()
43 init(socketName, -1, listen, useCmdNum); in SocketListener()
46 void SocketListener::init(const char *socketName, int socketFd, bool listen, bool useCmdNum) { in init() function in SocketListener
DFrameworkListener.cpp32 init(socketName, withSeq); in FrameworkListener()
37 init(socketName, false); in FrameworkListener()
40 void FrameworkListener::init(const char *socketName, bool withSeq) { in init() function in FrameworkListener
DSocketClient.cpp15 init(socket, owned, false); in SocketClient()
19 init(socket, owned, useCmdNum); in SocketClient()
22 void SocketClient::init(int socket, bool owned, bool useCmdNum) { in init() function in SocketClient
/system/core/include/sysutils/
DFrameworkListener.h47 void init(const char *socketName, bool withSeq);
DSocketListener.h50 void init(const char *socketName, int socketFd, bool listen, bool useCmdNum);
DSocketClient.h73 void init(int socket, bool owned, bool useCmdNum);
/system/extras/tests/wifi/stress/
DwifiLoadScanAssoc.c103 static void init(void);
262 init(); in main()
386 init(void) in init() function
/system/extras/tests/fstest/
Dperm_checker.conf139 /system/etc/init.goldfish.sh 500 550 root root root shell
140 /system/etc/init.gprs-pppd 500 550 root root root shell
141 /system/etc/init.testmenu 500 550 root root root root
/system/core/libpixelflinger/
Dscanline.cpp1064 void init(const context_t* c, int shift);
1071 void horz_clamp_iterator::init(const context_t* c, int shift) in init() function in android::horz_clamp_iterator
1093 init(c,1); in horz_clamp_iterator16()
1099 init(c,2); in horz_clamp_iterator32()
1234 void init(const context_t* c) { in init() function
1252 init(c); in blender_32to16_modulate()
1324 init(c); in blender_x32to16_modulate()
1379 init(c); in blender_16to16_modulate()