Lines Matching +full:- +full:- +full:threads
31 * enum membarrier_cmd - membarrier system call command
34 * @MEMBARRIER_CMD_GLOBAL: Execute a memory barrier on all running threads.
36 * is ensured that all running threads have passed
38 * user-space addresses match program order between
40 * (non-running threads are de facto in such a
41 * state). This covers threads from all processes
44 * Execute a memory barrier on all running threads
48 * is ensured that all running threads have passed
50 * user-space addresses match program order between
52 * (non-running threads are de facto in such a
53 * state). This only covers threads from processes
60 * non-registered process.
70 * threads siblings have passed through a state
71 * where all memory accesses to user-space
74 * (non-running threads are de facto in such a
75 * state). This only covers threads from the
79 * the non-expedited ones, they never block,
84 * returns -EPERM.
94 * call, that all its running threads siblings
97 * guarantee that non-running threads issue
99 * resume user-space execution). This only
100 * covers threads from the same process as the
103 * faster than the non-expedited ones, they
106 * not implemented by an architecture, -EINVAL
110 * this command returns -EPERM.
115 * architecture, -EINVAL is returned.
126 * not implemented by an architecture, -EINVAL
130 * this command returns -EPERM.
135 * architecture, -EINVAL is returned.