| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| thread2.c | 17 if (pthread_getschedparam (pthread_self (), &policy, ¶m) != 0 22 if (pthread_setschedparam (pthread_self (), SCHED_OTHER, ¶m) != 0
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| thread2.c | 17 if (pthread_getschedparam (pthread_self (), &policy, ¶m) != 0 22 if (pthread_setschedparam (pthread_self (), SCHED_OTHER, ¶m) != 0
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/gnu-linux/ |
| os_defines.h | 53 // Since glibc 2.27 pthread_self() is usable without linking to libpthread. 54 # define _GLIBCXX_NATIVE_THREAD_ID pthread_self()
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| corethreads.c | 28 assert (pthread_self () == thread1); 38 thread0 = pthread_self ();
|
| stepi-random-signal.c | 41 main_thread = pthread_self ();
|
| non-stop-fair-events.c | 57 pthread_t self = pthread_self (); 76 pthread_kill (pthread_self (), 0);
|
| attach-many-short-lived-threads.c | 78 pthread_setname_np (pthread_self (), "joinable"); 83 p->parent = pthread_self (); 97 pthread_setname_np (pthread_self (), "detached"); 142 main_thread = pthread_self ();
|
| gcore-stale-thread.c | 40 main_thread = pthread_self ();
|
| leader-exit.c | 42 main_thread = pthread_self ();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| corethreads.c | 28 assert (pthread_self () == thread1); 38 thread0 = pthread_self ();
|
| stepi-random-signal.c | 41 main_thread = pthread_self ();
|
| non-stop-fair-events.c | 57 pthread_t self = pthread_self (); 76 pthread_kill (pthread_self (), 0);
|
| attach-many-short-lived-threads.c | 78 pthread_setname_np (pthread_self (), "joinable"); 83 p->parent = pthread_self (); 97 pthread_setname_np (pthread_self (), "detached"); 142 main_thread = pthread_self ();
|
| gcore-stale-thread.c | 40 main_thread = pthread_self ();
|
| leader-exit.c | 42 main_thread = pthread_self ();
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DbeThread.cc | 44 __LINE__, (unsigned long long) pthread_self ()); 59 __LINE__, (unsigned long long) pthread_self (), q->id); 63 __LINE__, (unsigned long long) pthread_self (), q->id); 70 __LINE__, (unsigned long long) pthread_self ()); 75 __LINE__, (unsigned long long) pthread_self ()); 80 __LINE__, (unsigned long long) pthread_self ()); 130 __LINE__, (unsigned long long) pthread_self (), 149 __LINE__, (unsigned long long) pthread_self (), max_threads, q->id); 159 __LINE__, (unsigned long long) pthread_self (), max_threads, q->id); 204 __LINE__, (unsigned long long) pthread_self (), q->id) [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DbeThread.cc | 44 __LINE__, (unsigned long long) pthread_self ()); 59 __LINE__, (unsigned long long) pthread_self (), q->id); 63 __LINE__, (unsigned long long) pthread_self (), q->id); 70 __LINE__, (unsigned long long) pthread_self ()); 75 __LINE__, (unsigned long long) pthread_self ()); 80 __LINE__, (unsigned long long) pthread_self ()); 130 __LINE__, (unsigned long long) pthread_self (), 149 __LINE__, (unsigned long long) pthread_self (), max_threads, q->id); 159 __LINE__, (unsigned long long) pthread_self (), max_threads, q->id); 204 __LINE__, (unsigned long long) pthread_self (), q->id) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/ |
| os_defines.h | 72 // Since glibc 2.27 pthread_self() is usable without linking to libpthread. 73 # define _GLIBCXX_NATIVE_THREAD_ID pthread_self()
|
| /src/tests/lib/libc/setjmp/ |
| t_threadjmp.c | 96 ATF_REQUIRE(myself == pthread_self()); 110 myself = pthread_self(); 127 ATF_REQUIRE(myself == pthread_self()); 137 ATF_REQUIRE(myself == pthread_self()); 141 ATF_REQUIRE(myself == pthread_self()); 145 ATF_REQUIRE(myself == pthread_self()); 162 "Checks pthread_self() and setjmp(3)"); 173 "Checks pthread_self() and _setjmp(3)"); 184 "Checks pthread_self() and sigsetjmp(3) with savemask enabled"); 195 "Checks pthread_self() and sigsetjmp(3) with savemask disabled") [all...] |
| /src/regress/sys/kern/select/ |
| select.c | 69 printf("[%p] write %d\n", (void *)pthread_self(), fd); 118 printf("[%p] select start to=%lu\n", (void *)pthread_self(), 124 (void *)pthread_self(), ret); 132 (void *)pthread_self(), ret); 138 (void *)pthread_self(), ret); 148 (void *)pthread_self(), fd); 152 (void *)pthread_self()); 169 (void *)pthread_self(), ret, nfd);
|
| /src/external/lgpl2/userspace-rcu/dist/tests/common/ |
| thread-id.h | 49 return (unsigned long) pthread_self(); 59 pthread_t thr = pthread_self();
|
| /src/tests/lib/libpthread/ |
| h_cancel.c | 47 pthread_cancel(pthread_self());
|
| t_kill.c | 85 self = pthread_self(); 120 mainthread = pthread_self(); 130 self = pthread_self();
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| thread.h | 59 #define isc_thread_self (uintptr_t)pthread_self
|
| /src/external/mit/libuv/dist/test/ |
| test-thread-priority.c | 91 ASSERT_OK(uv_thread_getpriority(pthread_self(), &priority)); 93 ASSERT_OK(uv_thread_setpriority(pthread_self(), UV_THREAD_PRIORITY_LOWEST)); 94 ASSERT_OK(uv_thread_getpriority(pthread_self(), &priority));
|