HomeSort by relevance Sort by last modified time
    Searched defs:gettid (Results 26 - 50 of 58) sorted by null

12 3

  /external/fio/os/
os-solaris.h 158 static inline int gettid(void) function
os-windows.h 170 static inline int gettid(void) function
os.h 383 static inline int gettid(void) function
os-linux.h 122 static inline int gettid(void) function
292 return sched_setscheduler(gettid(), SCHED_IDLE, &p);
  /external/google-breakpad/src/common/linux/tests/
crash_generator.cc 68 int gettid() { function in namespace:__anon20790
83 volatile pid_t thread_id = gettid();
  /external/autotest/client/tests/signaltest/src/
signaltest.c 34 #define gettid() syscall(__NR_gettid) macro
119 stat->tid = gettid();
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 73 #define gettid() syscall(__NR_gettid) macro
316 thread_pids[id] = gettid();
330 pid = gettid();
  /prebuilts/go/darwin-x86/src/runtime/
os_linux.go 310 func gettid() uint32 func
318 getg().m.procid = uint64(gettid())
  /prebuilts/go/linux-x86/src/runtime/
os_linux.go 310 func gettid() uint32 func
318 getg().m.procid = uint64(gettid())
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 34 #define gettid() syscall(__NR_gettid) macro
229 stat->tid = gettid();
  /external/valgrind/coregrind/
m_libcproc.c 644 Int VG_(gettid)(void) function
652 * The gettid system call does not exist. The obvious assumption
659 * leader but where the gettid system call has not yet been added.
688 // Darwin's gettid syscall is something else.
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_proxy_qmi_oc.c 88 static inline pid_t gettid(void) function
93 static inline pid_t gettid(void) function
746 MAX_NO_OF_SIM_SUPPORTED, gettid());
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Linux.java 101 public native int gettid(); method in class:Linux
Os.java 96 public int gettid(); method in interface:Os
ForwardingOs.java 110 public int gettid() { return os.gettid(); } method in class:ForwardingOs
  /libcore/luni/src/main/java/android/system/
Os.java 239 * See <a href="http://man7.org/linux/man-pages/man2/gettid.2.html">gettid(2)</a>.
241 public static int gettid() { return Libcore.os.gettid(); } method in class:Os
  /external/stressapptest/src/
worker.cc 41 #include <linux/unistd.h> // for gettid
67 // Why ubuntu, do you hate gettid so bad?
72 #define gettid() syscall(__NR_gettid) macro
443 return (sched_setaffinity(gettid(), sizeof(*thread_mask), thread_mask) == 0);
    [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3787 LSS_INLINE pid_t LSS_NAME(gettid)(void) { function
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 1432 milliseconds

12 3