多线程 1
载入中...
搜索中...
未找到
main.cpp 文件参考
#include "FillPology.hpp"
#include "测试.hpp"
#include <iostream>
#include <pthread.h>
#include <sys/time.h>
#include <chrono>
#include <thread>
main.cpp 的引用(Include)关系图:

浏览源代码.

宏定义

#define NUM_THREADS   1
 

函数

void * say_hello (void *args)
 
int test_multi_thread (void)
 
void foo (int Z)
 
void test_thread_object (void)
 
int main (int argc, const char *argv[])
 

变量

矩阵img =new 矩阵(301,301,(float)0)
 

宏定义说明

◆ NUM_THREADS

#define NUM_THREADS   1

在文件 main.cpp17 行定义.

函数说明

◆ foo()

void foo ( int  Z)

在文件 main.cpp66 行定义.

◆ main()

int main ( int  argc,
const char *  argv[] 
)

在文件 main.cpp95 行定义.

引用了 test_thread_object().

函数调用图:

◆ say_hello()

void * say_hello ( void *  args)

在文件 main.cpp24 行定义.

被这些函数引用 test_multi_thread().

这是这个函数的调用关系图:

◆ test_multi_thread()

int test_multi_thread ( void  )

在文件 main.cpp34 行定义.

引用了 NUM_THREADS , 以及 say_hello().

函数调用图:

◆ test_thread_object()

void test_thread_object ( void  )

在文件 main.cpp72 行定义.

引用了 img, NUM_THREADS , 以及 test_DrawPlane().

被这些函数引用 main().

函数调用图:
这是这个函数的调用关系图:

变量说明

◆ img

矩阵* img =new 矩阵(301,301,(float)0)