December 10, 2013 Learn » Re: can clone a thread? | |||
|---|---|---|---|
| |||
...t. However, you can use fork() directly from the core.sys.posix.unistd module. Ali | |||
December 07, 2013 Learn » Re: regading detection of stdin | |||
|---|---|---|---|
| |||
...if stdin is a tty.
import core.sys.posix.unistd; // has isatty()
void main() {
import... | |||
December 05, 2013 Issues » [Issue 11666] Separate each platform's port to its own folder/file: aka "if version{} else version {}" getting out of control | |||
|---|---|---|---|
| |||
...core.sys.xxx package. So eg: we'll have core.sys.android, core.sys.plan9... | |||
December 05, 2013 Learn » Re: Measuring ticks (or time) per threads | |||
|---|---|---|---|
| |||
You may find something in core.sys.windows.windows.d. My understanding is that it... | |||
December 04, 2013 Issues » [Issue 11687] New: core.sys.posix.pthread missing affinity related resources | |||
|---|---|---|---|
| |||
...show_bug.cgi?id=11687
Summary: core.sys.posix.pthread missing affinity related
resources
Product... | |||
December 04, 2013 Learn » Re: Thread affinity? | |||
|---|---|---|---|
| |||
...Digging deeper, I notice that module core.sys.posix.pthread is missing the affinity related... | |||
December 04, 2013 Learn » Re: Measuring ticks (or time) per threads | |||
|---|---|---|---|
| |||
...posix compatible OS, check out core.sys.posix.sys.resource; Use this function to get... | |||
December 04, 2013 Druntime » [D-runtime] [D-Programming-Language/druntime] 45b718: change termios structures to match glibc headers | |||
|---|---|---|---|
| |||
...M src/core/sys/posix/sys/ioctl.d
M src/core/sys/posix/termios.d... | |||
December 04, 2013 Issues » [Issue 11666] Separate each platform's port to its own folder/file: aka "if version{} else version {}" getting out of control | |||
|---|---|---|---|
| |||
...this integrate with our core.sys.posix and core.sys.linux layers? -- Configure issuemail: https... | |||
November 30, 2013 Learn » Re: Calling a C Function with C-style Strings | |||
|---|---|---|---|
| |||
...import std.stdio;
void main() {
import core.sys.posix.stdlib;
// we'll use a little... | |||
Copyright © 1999-2021 by the D Language Foundation