/platform/unix/platform/vars/thread.d
http://github.com/wilkie/djehuty · D · 17 lines · 5 code · 3 blank · 9 comment · 0 complexity · e9c521ce0c75c73dd6fdf85d3254095c MD5 · raw file
- /*
- * thread.d
- *
- * This module implements the platform specifics for the Thread class.
- *
- * Author: Dave Wilkinson
- * Originated: July 25th, 2009
- *
- */
- module platform.vars.thread;
- import platform.unix.common;
- struct ThreadPlatformVars {
- pthread_t id;
- }