The default is the same access as the parent thread.
预设为与父执行绪相同的存取。
Of course the spawned thread can pass a message back to its parent thread.
当然,这个派生的线程也可以将消息传递回其母线程。
This data is then sent back to the parent thread by using the postMessage function.
该数据随后会被通过postMessage 函数发送回母线程。
Future access to num_proc1 by the parent thread results in the reading in of the data from the cache line.
将来父线程对num_proc1的存取会导致从该高速缓存线路的数据读入。
Similarly, toggling the value of num_proc1 by the parent thread causes branch misprediction in the clone thread.
与此类似,由父线程切换的 num_proc1的值导致了克隆线程中的转移的错误预测。
The parent of this class loader will be the class loader of the current thread context.
类加载器的父类加载器将是当前线程上下文的类加载器。
This example program creates a cloned thread sharing memory space with the parent process.
这个程序例子创建了一个与其父进程共享存储器空间的克隆线程。
This will guarantee that a child thread (T2 in this case) doesn't inadvertently get a certain permission that was denied to its parent (T1 in this case).
这将保证子线程(这里是T 2)不会偷偷地得到它的父线程(在这里是T 1)所拒绝的某个权限。
At first glance this is just another thread pool, but it supports parent-child relationships between tasks.
乍看之下,它似乎是另外一种线程池,但它却支持任务之间的父子关系。
A child or nested task is put on a local queue that is specific to the thread on which the parent task is executing.
子任务或嵌套任务将放入一个本地队列,该队列特定于父任务在其上执行的线程。
The thread groups form a tree in which every thread group except the initial thread group has a parent.
树形结构中的线程组除了最顶层的都有自己的父线程组。
Returns the parent of this thread group.
返回该线程组的父线程组。
Returns the parent of this thread group.
返回该线程组的父线程组。
应用推荐