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

1 2 3 4 5 6 7

  /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/sepolicy/
vdc.te 1 # vdc spawned from init for the following services:
shell.te 1 # Domain for shell processes spawned by ADB or console service.
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 322 * then particles that have already spawned won't be effected by this
335 * Returns the number of visible particles (spawned but not dead).
431 * spawned after the invocation of this method.
434 * spawned after the invocation of this method.
441 * Returns true if every particle spawned
444 * @return true if every particle spawned
454 * Set to true if every particle spawned
457 * @param randomAngle if every particle spawned
465 * Returns true if every particle spawned should get a random
468 * @return True if every particle spawned should get a rando
    [all...]
  /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/selinux/libselinux/include/selinux/
get_context_list.h 13 for 'user' spawned by 'fromcon' and set *conary to refer to the
31 spawned by 'fromcon' and set *newcon to refer to it. The context
  /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
test_threadsignals.py 30 # a function that will be spawned as a separate thread.
  /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/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/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
ParticleInfluencer.java 32 * Set the initial velocity a particle is spawned with,
  /external/toybox/kconfig/
README 8 each of which spawned long "I think you should go do this and this and this
  /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/libavc/encoder/
ih264e_master.h 49 * This function joins all the spawned threads after successful completion of
  /docs/source.android.com/src/devices/tech/security/enhancements/
enhancements43.jd 33 nosuid for zygote-spawned processes, preventing Android applications
  /external/lldb/source/Plugins/Process/POSIX/
POSIXStopInfo.cpp 76 return "thread spawned";
  /external/lldb/test/
bench.py 36 # Attach to a spawned process then run disassembly benchmarks.
  /external/lldb/test/functionalities/thread/create_after_attach/
TestCreateAfterAttach.py 61 # Attach to the spawned process

Completed in 1701 milliseconds

1 2 3 4 5 6 7