HomeSort by relevance Sort by last modified time
    Searched refs:asynchronous (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/av/media/utils/include/mediautils/
SchedulingPolicyService.h 27 // The asynchronous parameter should be 'true' to return immediately,
30 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool isForApp, bool asynchronous = false);
  /frameworks/av/media/utils/
ISchedulingPolicyService.h 30 int32_t prio, bool isForApp, bool asynchronous) = 0;
ISchedulingPolicyService.cpp 42 int32_t prio, bool isForApp, bool asynchronous)
50 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0;
55 if (asynchronous) {
SchedulingPolicyService.cpp 31 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool isForApp, bool asynchronous)
50 ret = sps->requestPriority(pid, tid, prio, isForApp, asynchronous);
  /external/guava/guava/src/com/google/common/cache/
RemovalListeners.java 44 public static <K, V> RemovalListener<K, V> asynchronous( method in class:RemovalListeners
  /external/linux-kselftest/tools/testing/selftests/vDSO/
Makefile 4 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector
  /frameworks/wilhelm/src/
locks.cpp 191 unsigned asynchronous = attributes; local
200 asynchronous &= ~(*handler)(thiz);
206 if (asynchronous) {
208 thiz->mAttributesMask = oldAttributesMask | asynchronous;
210 asynchronous = ATTR_NONE;
269 if (ATTR_NONE != asynchronous) {
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan10.go 8 // TSAN defers asynchronous signals until the signaled thread calls into libc.
tsan11.go 8 // asynchronous signals until the signaled thread calls into libc. The runtime's
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/
tsan10.go 8 // TSAN defers asynchronous signals until the signaled thread calls into libc.
tsan11.go 8 // asynchronous signals until the signaled thread calls into libc. The runtime's
  /external/libunwind/doc/
unw_is_signal_frame.tex 23 asynchronous interruption. For UNIX and UNIX-like platforms, such
28 Signal frames are somewhat unusual because the asynchronous nature of
  /external/syslinux/mk/
elf.mk 37 GCCOPT += $(call gcc_ok,-fno-asynchronous-unwind-tables,)
embedded.mk 48 GCCOPT += $(call gcc_ok,-fno-asynchronous-unwind-tables,)
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_io_plan9.go 13 // asyncIO implements asynchronous cancelable I/O.
14 // An asyncIO represents a single asynchronous Read or Write
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin_386.go 48 // from an asynchronous signal SIGTRAP.
52 // asynchronous SIGTRAP at just the moment that the
signal_darwin_arm.go 58 // from an asynchronous signal SIGTRAP.
62 // asynchronous SIGTRAP at just the moment that the
signal_darwin_arm64.go 75 // from an asynchronous signal SIGTRAP.
79 // asynchronous SIGTRAP at just the moment that the
  /prebuilts/go/linux-x86/src/internal/poll/
fd_io_plan9.go 13 // asyncIO implements asynchronous cancelable I/O.
14 // An asyncIO represents a single asynchronous Read or Write
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin_386.go 48 // from an asynchronous signal SIGTRAP.
52 // asynchronous SIGTRAP at just the moment that the
signal_darwin_arm.go 58 // from an asynchronous signal SIGTRAP.
62 // asynchronous SIGTRAP at just the moment that the
signal_darwin_arm64.go 75 // from an asynchronous signal SIGTRAP.
79 // asynchronous SIGTRAP at just the moment that the
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 23 The remaining signals are asynchronous signals. They are not
27 Of the asynchronous signals, the SIGHUP signal is sent when a program
63 Notify disables the default behavior for a given set of asynchronous
145 asynchronous signals, it may invoke the Go signal handler or not as it
194 asynchronous signal, a Go signal handler will be installed for that
200 install a signal handler for the asynchronous signals listed above,
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 23 The remaining signals are asynchronous signals. They are not
27 Of the asynchronous signals, the SIGHUP signal is sent when a program
63 Notify disables the default behavior for a given set of asynchronous
145 asynchronous signals, it may invoke the Go signal handler or not as it
194 asynchronous signal, a Go signal handler will be installed for that
200 install a signal handler for the asynchronous signals listed above,
  /external/ltp/testcases/realtime/
00_Descriptions.txt 43 - Measures latencies involved in asynchronous event handlers. Specifically it
55 asynchronous event handlers. This test measures time in terms of CPU

Completed in 957 milliseconds

1 2 3 4 5 6 7 8