HomeSort by relevance Sort by last modified time
    Searched full:newtid (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
VrController.java 318 * @param newTid the tid of the thread to set, or 0 to unset the current thread.
324 private int updateVrRenderThreadLocked(int newTid, boolean suppressLogs) {
325 if (mVrRenderThreadTid == newTid) {
334 if (newTid > 0) {
335 mVrRenderThreadTid = newTid;
348 * @param newTid the tid of the thread to set, or 0 to unset the current thread.
354 private int setPersistentVrRenderThreadLocked(int newTid, boolean suppressLogs) {
362 return updateVrRenderThreadLocked(newTid, suppressLogs);
373 * @param newTid the tid of the thread to set, or 0 to unset the current thread.
380 private int setVrRenderThreadLocked(int newTid, int schedGroup, boolean suppressLogs)
    [all...]
  /external/ltp/testcases/kernel/syscalls/set_tid_address/
set_tid_address01.c 105 int newtid = -1; local
115 TEST(ltp_syscall(__NR_set_tid_address, &newtid));

Completed in 82 milliseconds