| /src/lib/libpthread/ |
| pthread_specific.c | 60 pthread_t self; local 65 self = pthread__self(); 72 return pthread__add_specific(self, key, value);
|
| pthread_spin.c | 94 pthread_t self; local 99 self = pthread__self(); 100 while (pthread__spintrylock(self, &lock->pts_spin) == 0) { 110 pthread_t self; local 115 self = pthread__self(); 116 if (pthread__spintrylock(self, &lock->pts_spin) == 0) 124 pthread_t self; local 129 self = pthread__self(); 130 pthread__spinunlock(self, &lock->pts_spin);
|
| pthread_barrier.c | 79 pthread_t self; local 95 self = pthread__self(); 101 pthread__unpark_all(&barrier->ptb_waiters, self, 109 PTQ_INSERT_TAIL(&barrier->ptb_waiters, self, pt_sleep); 110 self->pt_sleepobj = &barrier->ptb_waiters; 111 (void)pthread__park(self, interlock, &barrier->ptb_waiters,
|
| res_state.c | 72 pthread_t self = pthread__self(); local 73 int len = snprintf(buf, sizeof(buf), "%p: %s %p\n", self, msg, p);
|
| pthread_lock.c | 149 pthread_t self; local 152 self = pthread__self(); 159 if ((*self->pt_lockops.plo_try)(lock))
|
| /src/external/gpl3/gcc/dist/libobjc/objc/ |
| message.h | 97 id self; /* The receiver of the message. */ member in struct:objc_super 103 sending a message to super->self, but looking up the method as if 104 super->self was in class super->super_class. */
|
| /src/external/gpl3/gcc.old/dist/libobjc/objc/ |
| message.h | 97 id self; /* The receiver of the message. */ member in struct:objc_super 103 sending a message to super->self, but looking up the method as if 104 super->self was in class super->super_class. */
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| windows-recmutex.c | 55 DWORD self = GetCurrentThreadId (); local 56 if (mutex->owner != self) 59 mutex->owner = self; 88 DWORD self = GetCurrentThreadId (); local 89 if (mutex->owner != self) 93 mutex->owner = self;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| windows-recmutex.c | 55 DWORD self = GetCurrentThreadId (); local 56 if (mutex->owner != self) 59 mutex->owner = self; 88 DWORD self = GetCurrentThreadId (); local 89 if (mutex->owner != self) 93 mutex->owner = self;
|
| /src/external/gpl3/gcc/dist/contrib/unicode/ |
| gen_libstdcxx_unicode_data.py | 34 self = os.path.basename(__file__) variable 35 print("// Generated by contrib/unicode/{}, do not edit.".format(self))
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| gen_text_encoding_data.py | 35 self = os.path.basename(__file__) variable 36 print("// Generated by scripts/{}, do not edit.".format(self))
|
| /src/sys/arch/hpcmips/include/ |
| sysconf.h | 77 void *self; member in struct:platform_clock
|
| /src/tests/lib/libpthread/ |
| t_kill.c | 82 pthread_t self; local 85 self = pthread_self(); 86 ATF_REQUIRE_MSG((self != mainthread) && (signo == SIGUSR1), 90 if (self == th[i].id) 118 pthread_t self; local 130 self = pthread_self(); 131 ATF_REQUIRE_EQ_MSG(self, mainthread, "thread id changed");
|
| t_name.c | 54 pthread_t self = pthread_self(); local 57 PTHREAD_REQUIRE(pthread_getname_np(self, retname, sizeof(retname))); 60 PTHREAD_REQUIRE(pthread_setname_np(self, non_const_name, NULL)); 62 PTHREAD_REQUIRE(pthread_getname_np(self, retname, sizeof(retname))); 76 pthread_t thr, self = pthread_self(); local 89 PTHREAD_REQUIRE(pthread_getname_np(self, retname, sizeof(retname)));
|
| t_sigalarm.c | 91 pthread_t self = pthread_self(); local 93 PTHREAD_REQUIRE(pthread_create(&self, NULL, setup, NULL));
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| non-stop-fair-events.c | 57 pthread_t self = pthread_self (); local
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| scope-exit.h | 67 auto *self = static_cast<CRTP *> (this); local 68 self->on_exit ();
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
| struct-iteration-ctf.c | 8 struct foo_t *self; member in struct:foo_t
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| non-stop-fair-events.c | 57 pthread_t self = pthread_self (); local
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| scope-exit.h | 67 auto *self = static_cast<CRTP *> (this); local 68 self->on_exit ();
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/ |
| struct-iteration-ctf.c | 8 struct foo_t *self; member in struct:foo_t
|
| /src/sys/arch/powerpc/pic/ |
| pic_mpcsoc.c | 89 struct pic_ops *self; local 95 self = &ops->pic; 108 self->pic_numintrs = ((x & 0x07ff0000) >> 16) + 1; 109 self->pic_cookie = addr; 110 self->pic_enable_irq = mpcpic_enable_irq; 111 self->pic_reenable_irq = mpcpic_enable_irq; 112 self->pic_disable_irq = mpcpic_disable_irq; 113 self->pic_get_irq = opic_get_irq; 114 self->pic_ack_irq = opic_ack_irq; 115 self->pic_establish_irq = mpcpic_establish_irq [all...] |
| /src/sys/dev/bluetooth/ |
| bthub.c | 99 bthub_match(device_t self, cfdata_t cfdata, void *arg) 106 bthub_attach(device_t parent, device_t self, void *aux) 112 dict = device_properties(self); 124 if (!pmf_device_register(self, NULL, NULL)) { 130 aprint_error_dev(self, "couldn't establish power handler\n"); 135 bthub_detach(device_t self, int flags) 138 pmf_device_deregister(self); 140 return config_detach_children(self, flags); 181 device_t dev, self; local 195 self = device_lookup(&bthub_cd, unit) [all...] |
| /src/sys/external/bsd/drm2/pci/ |
| drm_pci.c | 64 device_t self = dev->dev; local 101 aprint_debug_dev(self, "map %u has non-memory type:" 117 aprint_debug_dev(self, "map %u failed\n", unit);
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| libcc1.cc | 78 libcc1 *self = (libcc1 *) (((libcc1::local_connection *) conn)->back_ptr); 80 self->binding_oracle (self->oracle_datum, self, request, identifier); 89 libcc1 *self = (libcc1 *) (((libcc1::local_connection *) conn)->back_ptr); 91 return self->address_oracle (self->oracle_datum, self, identifier); 104 libcc1 *self = (libcc1 *) s; 106 self->binding_oracle = binding_oracle 77 libcc1 *self = (libcc1 *) (((libcc1::local_connection *) conn)->back_ptr); local 88 libcc1 *self = (libcc1 *) (((libcc1::local_connection *) conn)->back_ptr); local 102 libcc1 *self = (libcc1 *) s; local [all...] |