-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
posix: implement pthread_barrierattr_setpshared()
#59939
Labels
area: POSIX
POSIX API Library
Feature Request
A request for a new feature
Good first issue
Good for a first time contributor to take
Milestone
Comments
ycsin
added
Feature Request
A request for a new feature
Good first issue
Good for a first time contributor to take
area: POSIX
POSIX API Library
labels
Jul 3, 2023
harshilbhatt2001
added a commit
to harshilbhatt2001/zephyr
that referenced
this issue
Jul 3, 2023
Added pthread_barrieratter_init() zephyrproject-rtos#59936, pthread_barrieratter_destroy() zephyrproject-rtos#59935, pthread_barrieratter_getpshared() zephyrproject-rtos#59937 and pthread_barrieratter_setpshared() zephyrproject-rtos#59939. Signed-off-by: Harshil Bhatt <harshilbhatt2001@gmail.com>
harshilbhatt2001
added a commit
to harshilbhatt2001/zephyr
that referenced
this issue
Jul 3, 2023
Added pthread_barrieratter_init() zephyrproject-rtos#59936, pthread_barrieratter_destroy() zephyrproject-rtos#59935, pthread_barrieratter_getpshared() zephyrproject-rtos#59937 and pthread_barrieratter_setpshared() zephyrproject-rtos#59939. Signed-off-by: Harshil Bhatt <harshilbhatt2001@gmail.com>
harshilbhatt2001
added a commit
to harshilbhatt2001/zephyr
that referenced
this issue
Jul 4, 2023
Added pthread_barrieratter_init() zephyrproject-rtos#59936, pthread_barrieratter_destroy() zephyrproject-rtos#59935, pthread_barrieratter_getpshared() zephyrproject-rtos#59937 and pthread_barrieratter_setpshared() zephyrproject-rtos#59939. Signed-off-by: Harshil Bhatt <harshilbhatt2001@gmail.com>
harshilbhatt2001
added a commit
to harshilbhatt2001/zephyr
that referenced
this issue
Jul 4, 2023
Added pthread_barrieratter_init() zephyrproject-rtos#59936, pthread_barrieratter_destroy() zephyrproject-rtos#59935, pthread_barrieratter_getpshared() zephyrproject-rtos#59937 and pthread_barrieratter_setpshared() zephyrproject-rtos#59939. Signed-off-by: Harshil Bhatt <harshilbhatt2001@gmail.com>
harshilbhatt2001
added a commit
to harshilbhatt2001/zephyr
that referenced
this issue
Jul 6, 2023
Added pthread_barrieratter_init() zephyrproject-rtos#59936, pthread_barrieratter_destroy() zephyrproject-rtos#59935, pthread_barrieratter_getpshared() zephyrproject-rtos#59937 and pthread_barrieratter_setpshared() zephyrproject-rtos#59939. Signed-off-by: Harshil Bhatt <harshilbhatt2001@gmail.com>
harshilbhatt2001
added a commit
to harshilbhatt2001/zephyr
that referenced
this issue
Jul 7, 2023
Added pthread_barrieratter_init() zephyrproject-rtos#59936, pthread_barrieratter_destroy() zephyrproject-rtos#59935, pthread_barrieratter_getpshared() zephyrproject-rtos#59937 and pthread_barrieratter_setpshared() zephyrproject-rtos#59939. Signed-off-by: Harshil Bhatt <harshilbhatt2001@gmail.com>
harshilbhatt2001
added a commit
to harshilbhatt2001/zephyr
that referenced
this issue
Jul 8, 2023
Added pthread_barrieratter_init() zephyrproject-rtos#59936, pthread_barrieratter_destroy() zephyrproject-rtos#59935, pthread_barrieratter_getpshared() zephyrproject-rtos#59937 and pthread_barrieratter_setpshared() zephyrproject-rtos#59939. Signed-off-by: Harshil Bhatt <harshilbhatt2001@gmail.com>
harshilbhatt2001
added a commit
to harshilbhatt2001/zephyr
that referenced
this issue
Jul 8, 2023
Added pthread_barrieratter_init() zephyrproject-rtos#59936, pthread_barrieratter_destroy() zephyrproject-rtos#59935, pthread_barrieratter_getpshared() zephyrproject-rtos#59937 and pthread_barrieratter_setpshared() zephyrproject-rtos#59939. Signed-off-by: Harshil Bhatt <harshilbhatt2001@gmail.com>
cfriedt
pushed a commit
that referenced
this issue
Jul 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: POSIX
POSIX API Library
Feature Request
A request for a new feature
Good first issue
Good for a first time contributor to take
There are currently 20 missing POSIX functions with trivial implementations,
pthread_barrierattr_setpshared()
is one of them.See https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_setpshared.html
See RFC #51211 for more info.
The text was updated successfully, but these errors were encountered: