HomeSort by relevance Sort by last modified time
    Searched full:spawned (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webrtc/src/system_wrappers/interface/
thread_wrapper.h 12 // Note: the spawned thread will loop over the callback function until stopped.
23 // Object that will be passed by the spawned thread when it enters the callback
27 // Callback function that the spawned thread will enter once spawned.
64 // Non blocking termination of the spawned thread. Note that it is not safe
65 // to delete this class until the spawned thread has been reclaimed.
82 // Stops the spawned thread and waits for it to be reclaimed with a timeout
85 // It's ok to call Stop() even if the spawned thread has been reclaimed.
88 // Stops the spawned thread dead in its tracks. Will likely result in a
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
thread_wrapper.h 12 // Note: the spawned thread will loop over the callback function until stopped.
24 // Object that will be passed by the spawned thread when it enters the callback
28 // Callback function that the spawned thread will enter once spawned.
63 // Non blocking termination of the spawned thread. Note that it is not safe
64 // to delete this class until the spawned thread has been reclaimed.
83 // Stops the spawned thread and waits for it to be reclaimed with a timeout
86 // It's ok to call Stop() even if the spawned thread has been reclaimed.
  /external/sepolicy/
init_shell.te 1 # Restricted domain for shell processes spawned by init.
vdc.te 1 # vdc spawned from init for the following services:
shell.te 1 # Domain for shell processes spawned by ADB or console service.
kernel.te 30 # We use dontaudit instead of allow to prevent a kernel spawned userspace
  /external/chromium_org/tools/android/common/
daemon.h 24 // spawned daemon process.
  /external/lldb/test/benchmarks/disassembly/
TestDoAttachThenDisassembly.py 27 """Attach to a spawned lldb process then run disassembly benchmarks."""
40 print "pid of spawned process: %d" % popen.pid
  /external/chromium_org/content/browser/android/
child_process_launcher_android.h 18 // Starts a process as a child process spawned by the Android
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 61 // asked the user which DLL the spawned instance should load and passes
62 // that as command line argument to the spawned instance.
97 // This is an instance that has been spawned inside the sandbox by the
113 // Debugging the spawned application can be tricky, because DebugBreak()
  /external/lldb/test/functionalities/command_regex/
TestCommandRegex.py 25 # So that the spawned lldb session gets shutdown durng teardown.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen.py 14 # This results in Python being spawned and printing the sys.argv list.
threaded_import_hangers.py 3 # their own thread, as a side effect of being imported. If the spawned
test_threadsignals.py 30 # a function that will be spawned as a separate thread.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen.py 14 # This results in Python being spawned and printing the sys.argv list.
threaded_import_hangers.py 3 # their own thread, as a side effect of being imported. If the spawned
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.h 35 // Opaque ID type for identifying the tab spawned each dialog, unique for
104 // ID of the tab that spawned this dialog, used to route callbacks.
  /external/bison/lib/
cloexec.h 27 inherited into spawned children. Instead, either use dup_cloexec
cloexec.c 33 inherited into spawned children. Instead, either use dup_cloexec
  /external/chromium_org/tools/android/forwarder2/
daemon.h 55 // Returns whether the daemon was successfully spawned. Note that this does
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 48 // For signaling to spawned threads that they should terminate.
144 // every thread we spawned.
167 // If new threads have spawned during ThreadLister object's lifetime, calling
180 // spawned that thread, but it would also cause a false success in this test,
  /external/lldb/test/functionalities/thread/concurrent_events/
main.cpp 13 // the main thread (before any worker threads are spawned) and modify variables
14 // which control the number of therads that are spawned for each action.
139 // Actions are triggered immediately after the thread is spawned
  /cts/tests/tests/os/src/android/os/cts/
SecurityFeaturesTest.java 65 * By default, PR_SET_DUMPABLE is 0 for zygote spawned apps, except
  /external/chromium_org/content/common/
gamepad_seqlock_unittest.cc 78 // The main thread is the writer, and the spawned are readers.
  /external/chromium_org/third_party/sqlite/src/test/
thread_common.tcl 18 # The following script is sourced by every thread spawned using

Completed in 3810 milliseconds

1 2 3 4 5 6 7 8 9