#include "wvtask.h"
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <malloc.h>
#include "wvautoconf.h"
Go to the source code of this file.
Defines | |
| #define | VALGRIND_MAKE_READABLE(x, y) |
| #define | TASK_DEBUG 0 |
| #define | Dprintf(fmt, args...) |
Functions | |
| void | valgrind_fix (char *stacktop) |
|
|
Definition at line 25 of file wvtask.cc. Referenced by WvTaskMan::run(), and WvTaskMan::yield(). |
|
|
|
|
|
Definition at line 18 of file wvtask.cc. Referenced by valgrind_fix(), and WvTaskMan::yield(). |
|
|
Definition at line 39 of file wvtask.cc. References VALGRIND_MAKE_READABLE. Referenced by WvTaskMan::run(), and WvTaskMan::yield(). |
1.3.6-20040222