OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_condattr_destroy
(Results
1 - 25
of
45
) sorted by null
1
2
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_destroy/
3-1.c
8
* Test
pthread_condattr_destroy
()
9
* Upon successful completion,
pthread_condattr_destroy
() shall
14
* 2. Destroy that initialized attribute using
pthread_condattr_destroy
().
36
if (
pthread_condattr_destroy
(&condattr) != 0) {
1-1.c
8
* Test that
pthread_condattr_destroy
()
13
* 2. Destroy the attributes object using
pthread_condattr_destroy
()
35
if (
pthread_condattr_destroy
(&condattr) != 0) {
36
fprintf(stderr, "Error at
pthread_condattr_destroy
(), rc=%d\n",
2-1.c
8
* Test
pthread_condattr_destroy
()
15
* 2. Destroy that initialized attribute using
pthread_condattr_destroy
()
38
if (
pthread_condattr_destroy
(&condattr) != 0) {
4-1.c
8
* Test
pthread_condattr_destroy
()
13
* Try to destroy a NULL condition variable attributes object using
pthread_condattr_destroy
().
28
/* Try to destroy a NULL condition variable attributes object using
pthread_condattr_destroy
()
30
if ((rc =
pthread_condattr_destroy
(condattr)) == EINVAL) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setpshared/
2-1.c
64
if (
pthread_condattr_destroy
(&attr) != 0) {
65
perror("Error at
pthread_condattr_destroy
()\n");
1-1.c
80
if (
pthread_condattr_destroy
(&attr[i]) != 0) {
81
perror("Error at
pthread_condattr_destroy
()\n");
1-2.c
80
if (
pthread_condattr_destroy
(&attr[i]) != 0) {
81
perror("Error at
pthread_condattr_destroy
()\n");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getpshared/
1-1.c
72
if (
pthread_condattr_destroy
(&attr[i]) != 0) {
73
perror("Error at
pthread_condattr_destroy
()\n");
1-2.c
72
if (
pthread_condattr_destroy
(&attr[i]) != 0) {
73
perror("Error at
pthread_condattr_destroy
()\n");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
1-1.c
46
if ((rc =
pthread_condattr_destroy
(&condattr)) != 0) {
47
fprintf(stderr, "Error at
pthread_condattr_destroy
(), rc=%d\n",
/external/mesa3d/src/vulkan/wsi/
wsi_common_queue.h
68
pthread_condattr_destroy
(&condattr);
74
pthread_condattr_destroy
(&condattr);
/device/google/cuttlefish_common/common/libs/threads/
cuttlefish_thread.h
78
pthread_condattr_destroy
(&attr);
/external/webrtc/webrtc/system_wrappers/source/
condition_variable_posix.cc
60
result =
pthread_condattr_destroy
(&cond_attr);
event_timer_posix.cc
51
pthread_condattr_destroy
(&cond_attr);
/external/libchrome/base/synchronization/
condition_variable_posix.cc
39
pthread_condattr_destroy
(&attrs);
/bionic/libc/bionic/
pthread_cond.cpp
102
int
pthread_condattr_destroy
(pthread_condattr_t* attr) {
function
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
stress.c
203
if ((ret =
pthread_condattr_destroy
(pca))) {
s-c.c
249
ret =
pthread_condattr_destroy
(&(cur->ca[i]));
/external/v8/src/base/platform/
condition-variable.cc
29
result =
pthread_condattr_destroy
(&attr);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c
363
ret =
pthread_condattr_destroy
(&ca);
2-6.c
439
ret =
pthread_condattr_destroy
(&ca);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-3.c
440
ret =
pthread_condattr_destroy
(&ca);
/bionic/libc/include/
pthread.h
116
int
pthread_condattr_destroy
(pthread_condattr_t* __attr);
/bionic/tests/headers/posix/
pthread_h.c
124
FUNCTION(
pthread_condattr_destroy
, int (*f)(pthread_condattr_t*));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c
472
ret =
pthread_condattr_destroy
(&ca);
Completed in 994 milliseconds
1
2