diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-03-04 20:49:14 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-03-04 20:50:02 +0200 |
commit | 8d69ce7b821a88b5ba8749a08489839050283a63 (patch) | |
tree | 8f6013fa87e2b6ba368c27d629a6053ef0d6c4e4 /storage/xtradb/include/os0thread.h | |
parent | 7436c3d6abdd7d2b253ea0de108c7db0c72bdb0a (diff) | |
download | mariadb-git-8d69ce7b821a88b5ba8749a08489839050283a63.tar.gz |
5.6.35-80.0
Diffstat (limited to 'storage/xtradb/include/os0thread.h')
-rw-r--r-- | storage/xtradb/include/os0thread.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/storage/xtradb/include/os0thread.h b/storage/xtradb/include/os0thread.h index 44ff5e6757e..d87abfa04da 100644 --- a/storage/xtradb/include/os0thread.h +++ b/storage/xtradb/include/os0thread.h @@ -131,11 +131,9 @@ os_thread_create_func( os_thread_id_t* thread_id); /*!< out: id of the created thread, or NULL */ -/** -Waits until the specified thread completes and joins it. Its return value is -ignored. - -@param thread thread to join */ +/** Waits until the specified thread completes and joins it. +Its return value is ignored. +@param[in,out] thread thread to join */ UNIV_INTERN void os_thread_join( |