Lines Matching +full:free +full:- +full:running
11 * Permission is hereby granted, free of charge, to any person obtaining a copy
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
42 * running on the system. This command returns 0.
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
60 * non-registered process.
66 * Execute a memory barrier on each running
69 * caller thread is ensured that all its running
71 * where all memory accesses to user-space
74 * (non-running threads are de facto in such a
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
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.
119 * system call, that all its running thread
120 * siblings have any currently running rseq
126 * not implemented by an architecture, -EINVAL
130 * this command returns -EPERM.
135 * architecture, -EINVAL is returned.