Home
last modified time | relevance | path

Searched defs:gettid (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/dports/www/mod_webkit/w4py-1.2.3/MiddleKit/Run/
H A DPerThreadList.py23 def append(self, item, gettid=thread.get_ident): argument
30 def extend(self, items, gettid=thread.get_ident): argument
37 def clear(self, allThreads=False, gettid=thread.get_ident): argument
52 def items(self, allThreads=False, gettid=thread.get_ident): argument
65 def isEmpty(self, gettid=thread.get_ident): argument
72 def __len__(self, gettid=thread.get_ident): argument
79 def __getitem__(self, i, gettid=thread.get_ident): argument
H A DPerThreadDict.py26 def __setitem__(self, key, item, gettid=thread.get_ident): argument
34 def clear(self, allThreads=False, gettid=thread.get_ident): argument
50 def values(self, allThreads=False, gettid=thread.get_ident): argument
63 def __len__(self, gettid=thread.get_ident): argument
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/jellyfish/
H A Ddbg.cc44 pid_t gettid() { return (pid_t)syscall(SYS_gettid); } in gettid() function
46 pid_t gettid() { return getpid(); } in gettid() function
/dports/biology/jellyfish/jellyfish-2.3.0/jellyfish/
H A Ddbg.cc43 pid_t gettid() { return (pid_t)syscall(SYS_gettid); } in gettid() function
45 pid_t gettid() { return getpid(); } in gettid() function
/dports/lang/spidermonkey60/firefox-60.9.0/tools/profiler/core/
H A Dplatform.h50 static inline pid_t gettid() { return (pid_t)syscall(SYS_gettid); } in gettid() function
54 static inline pid_t gettid() { return (pid_t)syscall(SYS_thread_selfid); } in gettid() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/linux/
H A Dgettid.c5 pid_t gettid(void) in gettid() function
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/linux/
H A Dgettid.c5 pid_t gettid(void) in gettid() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/linux/
H A Dgettid.c5 pid_t gettid(void) in gettid() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/linux/
H A Dgettid.c5 pid_t gettid(void) in gettid() function
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/linux/
H A Dgettid.c5 pid_t gettid(void) in gettid() function
/dports/security/py-angr/angr-9.0.5405/angr/procedures/linux_kernel/
H A Dgettid.py3 class gettid(angr.SimProcedure): class
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-xid.cc57 static int gettid(void) { in gettid() function
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/testdata/testprog/
H A Dgettid.go17 func gettid() int { func
H A Dgettid_none.go9 func gettid() int { func
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-xid.cc57 static int gettid(void) { in gettid() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/testdata/testprog/
H A Dgettid.go17 func gettid() int { func
H A Dgettid_none.go9 func gettid() int { func
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-xid.cc57 static int gettid(void) { in gettid() function
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-xid.cc57 static int gettid(void) { in gettid() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/testdata/testprog/
H A Dgettid_none.go9 func gettid() int { func
H A Dgettid.go17 func gettid() int { func
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-xid.cc57 static int gettid(void) { in gettid() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/testdata/testprog/
H A Dgettid.go17 func gettid() int { func
H A Dgettid_none.go9 func gettid() int { func
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-xid.cc57 static int gettid(void) { in gettid() function

12345678910>>...29