Search

December 10, 2013
Learn »
...t. However, you can use fork() directly from the core.sys.posix.unistd module.

Ali
December 07, 2013
Learn »
...if stdin is a tty.

import core.sys.posix.unistd; // has isatty()

void main() {
        import...
December 05, 2013
Issues »
...core.sys.xxx package.  So eg: we'll have core.sys.android, core.sys.plan9...
December 05, 2013
Learn »
You may find something in core.sys.windows.windows.d. My understanding is that it...
December 04, 2013
Issues »
...show_bug.cgi?id=11687

           Summary: core.sys.posix.pthread missing affinity related
                    resources
           Product...
December 04, 2013
Learn »
...Digging deeper, I notice that module core.sys.posix.pthread is missing the affinity related...
December 04, 2013
Learn »
...posix compatible OS, check out

core.sys.posix.sys.resource;

Use this function to get...
December 04, 2013
Druntime »
...M src/core/sys/posix/sys/ioctl.d
    M src/core/sys/posix/termios.d...
December 04, 2013
Issues »
...this integrate with our core.sys.posix and core.sys.linux layers?

-- 
Configure issuemail: https...
November 30, 2013
Learn »
...import std.stdio;

void main() {
	import core.sys.posix.stdlib;

        // we'll use a little...
191 192 193 194 195 196 197 198 199 200 201
Next ›   Last »